
public interface OChannelDataOutput
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getDataOutput() |
OChannelDataOutput |
writeBoolean(boolean iContent) |
OChannelDataOutput |
writeByte(byte iContent) |
OChannelDataOutput |
writeBytes(byte[] iContent) |
OChannelDataOutput |
writeBytes(byte[] iContent,
int iLength) |
OChannelDataOutput |
writeInt(int iContent) |
OChannelDataOutput |
writeLong(long iContent) |
void |
writeRID(ORID iRID) |
OChannelDataOutput |
writeShort(short iContent) |
OChannelDataOutput |
writeString(String iContent) |
void |
writeVersion(int version) |
OChannelDataOutput writeByte(byte iContent) throws IOException
IOExceptionOChannelDataOutput writeBoolean(boolean iContent) throws IOException
IOExceptionOChannelDataOutput writeInt(int iContent) throws IOException
IOExceptionOChannelDataOutput writeLong(long iContent) throws IOException
IOExceptionOChannelDataOutput writeShort(short iContent) throws IOException
IOExceptionOChannelDataOutput writeString(String iContent) throws IOException
IOExceptionOChannelDataOutput writeBytes(byte[] iContent) throws IOException
IOExceptionOChannelDataOutput writeBytes(byte[] iContent, int iLength) throws IOException
IOExceptionvoid writeRID(ORID iRID) throws IOException
IOExceptionvoid writeVersion(int version)
throws IOException
IOExceptionOutputStream getDataOutput()
Copyright © 2009–2025 OrientDB. All rights reserved.