Class OChannelDataOutputBinary
java.lang.Object
com.orientechnologies.orient.enterprise.channel.binary.OChannelDataOutputBinary
- All Implemented Interfaces:
OChannelDataOutput
-
Constructor Summary
ConstructorsConstructorDescriptionOChannelDataOutputBinary(DataOutputStream out, int maxChunkSize, OChannelStatsCounter stats, OChannelStatsCounter flushStats) -
Method Summary
Modifier and TypeMethodDescriptionvoidflush()writeBoolean(boolean iContent) writeByte(byte iContent) writeBytes(byte[] iContent) writeBytes(byte[] iContent, int iLength) writeInt(int iContent) writeLong(long iContent) voidwriteShort(short iContent) writeString(String iContent) voidwriteVersion(int version)
-
Constructor Details
-
OChannelDataOutputBinary
public OChannelDataOutputBinary(DataOutputStream out, int maxChunkSize, OChannelStatsCounter stats, OChannelStatsCounter flushStats)
-
-
Method Details
-
writeByte
- Specified by:
writeBytein interfaceOChannelDataOutput- Throws:
IOException
-
writeBoolean
- Specified by:
writeBooleanin interfaceOChannelDataOutput- Throws:
IOException
-
writeInt
- Specified by:
writeIntin interfaceOChannelDataOutput- Throws:
IOException
-
writeLong
- Specified by:
writeLongin interfaceOChannelDataOutput- Throws:
IOException
-
writeShort
- Specified by:
writeShortin interfaceOChannelDataOutput- Throws:
IOException
-
writeString
- Specified by:
writeStringin interfaceOChannelDataOutput- Throws:
IOException
-
writeBytes
- Specified by:
writeBytesin interfaceOChannelDataOutput- Throws:
IOException
-
writeBytes
- Specified by:
writeBytesin interfaceOChannelDataOutput- Throws:
IOException
-
writeRID
- Specified by:
writeRIDin interfaceOChannelDataOutput- Throws:
IOException
-
writeVersion
- Specified by:
writeVersionin interfaceOChannelDataOutput- Throws:
IOException
-
flush
- Specified by:
flushin interfaceOChannelDataOutput- Throws:
IOException
-