All Packages This Package Class Hierarchy Class Search Index
java.lang.Object
|
+----java.io.InputStream
|
+----bmsi.sna.SCSInputStream
| Summary |
public class SCSInputStream
extends java.io.InputStream
{
// Constructors 1
public SCSInputStream(InputStream);
// Methods 5
public void close() throws IOException;
public int getHF();
public int getVF();
public int read() throws IOException;
public void setNUL(int);
}
SCS (SNA Character String) processing. This is rather incomplete at present - just enough to get our ABI and AES data properly. SCS defines the SNA equivalent of escape sequences for various terminal and printer functions.
| Constructors |
· SCSInputStream | Summary | Top |
public SCSInputStream(InputStream in)
| Methods |
· setNUL | Summary | Top |
public void setNUL(int c)
Set the character substituted for NUL. By default, NUL is ignored.
Parameter Description c the code to substitute, or -1 to strip NUL.
· getHF | Summary | Top |
public int getHF()
Return the horizontal format (line width).
· getVF | Summary | Top |
public int getVF()
Return the vertical format (page size).
· read | Summary | Top |
public int read() throws IOException
- Overrides:
- read in class InputStream
· close | Summary | Top |
public void close() throws IOException
- Overrides:
- close in class InputStream
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7