Interface GenericOutputChannel
- All Known Implementing Classes:
OC
public interface GenericOutputChannel
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidreset()voidwrite(byte[] b, int off, int n) voidwriteByteAsInt(int b) voidwriteInt(int i) voidwriteLong(long b) voidwriteShort(short i)
-
Method Details
-
isBigEndian
boolean isBigEndian() -
writeByteAsInt
void writeByteAsInt(int b) -
write
void write(byte[] b, int off, int n) -
writeInt
void writeInt(int i) -
reset
void reset() -
closeChannel
String closeChannel() -
writeLong
void writeLong(long b) -
writeShort
void writeShort(short i)
-