Uses of Class
com.orientechnologies.orient.enterprise.channel.binary.OChannelDataOutputBinary
Packages that use OChannelDataOutputBinary
-
Uses of OChannelDataOutputBinary in com.orientechnologies.orient.enterprise.channel.binary
Methods in com.orientechnologies.orient.enterprise.channel.binary that return OChannelDataOutputBinaryModifier and TypeMethodDescriptionOChannelDataOutputBinary.writeBoolean(boolean iContent) OChannelDataOutputBinary.writeByte(byte iContent) OChannelDataOutputBinary.writeBytes(byte[] iContent) OChannelDataOutputBinary.writeBytes(byte[] iContent, int iLength) OChannelDataOutputBinary.writeInt(int iContent) OChannelDataOutputBinary.writeLong(long iContent) OChannelDataOutputBinary.writeShort(short iContent) OChannelDataOutputBinary.writeString(String iContent)