Modifier and Type | Field and Description |
---|---|
pack-priv OutputRecord |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
private static void | |
pack-priv void | |
public void | flush()
Overrides java. Implements java. Flushes this output stream and forces any buffered output bytes to be written out. |
public void | |
pack-priv void | |
pack-priv void | |
pack-priv void | |
pack-priv void | |
pack-priv void | |
pack-priv void | |
public void | write(byte[]
the data. b, int the start offset in the data. off, int the number of bytes to write. len)Overrides java. Writes |
outputRecord | back to summary |
---|---|
pack-priv OutputRecord outputRecord |
HandshakeOutStream | back to summary |
---|---|
pack-priv HandshakeOutStream(OutputRecord outputRecord) |
checkOverflow | back to summary |
---|---|
private static void checkOverflow(int length, int limit) |
complete | back to summary |
---|---|
pack-priv void complete() throws IOException |
flush | back to summary |
---|---|
public void flush() throws IOException Overrides java. Implements java. Doc from java. Flushes this output stream and forces any buffered output bytes
to be written out. The general contract of If the intended destination of this stream is an abstraction provided by the underlying operating system, for example a file, then flushing the stream guarantees only that bytes previously written to the stream are passed to the operating system for writing; it does not guarantee that they are actually written to a physical device such as a disk drive.
|
putBytes16 | back to summary |
---|---|
public void putBytes16(byte[] b) throws IOException |
putBytes24 | back to summary |
---|---|
pack-priv void putBytes24(byte[] b) |
putBytes8 | back to summary |
---|---|
pack-priv void putBytes8(byte[] b) throws IOException |
putInt16 | back to summary |
---|---|
pack-priv void putInt16(int i) throws IOException |
putInt24 | back to summary |
---|---|
pack-priv void putInt24(int i) |
putInt32 | back to summary |
---|---|
pack-priv void putInt32(int i) |
putInt8 | back to summary |
---|---|
pack-priv void putInt8(int i) throws IOException |
write | back to summary |
---|---|
public void write(byte[] b, int off, int len) Overrides java. Doc from java. Writes
|