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