All Packages This Package Class Hierarchy Class Search Index
Class bmsi.sna.SCBOutputStream
java.lang.Object
|
+----java.io.OutputStream
|
+----bmsi.sna.SCBOutputStream
public class SCBOutputStream
extends java.io.OutputStream
{
// Constructors 1
public SCBOutputStream(OutputStream);
// Methods 5
public void close() throws IOException;
public void flush() throws IOException;
public int getPrime();
public void setPrime(int);
public void write(int) throws IOException;
}
An SCB compressed output stream.
- Author:
-
Stuart D. Gathman
Copyright (C) 1999 Business Management Systems, Inc.
public SCBOutputStream(OutputStream out)
public int getPrime()
Return the prime character which is most easily compressed.
By default this is EBCDIC blank.
public void setPrime(int c)
Set the prime character.
public void write(int c) throws IOException
- Overrides:
- write in class OutputStream
public void flush() throws IOException
- Overrides:
- flush in class OutputStream
public void close() throws IOException
- Overrides:
- close in class OutputStream
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7