@Deprecated public interface IonBinaryWriter extends IonWriter
IonWriter that encodes Ion binary data.| Modifier and Type | Method and Description |
|---|---|
int |
byteSize()
Deprecated.
|
byte[] |
getBytes()
Deprecated.
|
int |
getBytes(byte[] bytes,
int offset,
int maxlen)
Deprecated.
|
int |
writeBytes(java.io.OutputStream userstream)
Deprecated.
|
addTypeAnnotation, close, finish, flush, getSymbolTable, isInStruct, setFieldName, setFieldNameSymbol, setTypeAnnotations, setTypeAnnotationSymbols, stepIn, stepOut, writeBlob, writeBlob, writeBool, writeClob, writeClob, writeDecimal, writeFloat, writeInt, writeInt, writeNull, writeNull, writeString, writeSymbol, writeSymbolToken, writeTimestamp, writeTimestampUTC, writeValue, writeValue, writeValues@Deprecated int byteSize()
getBytes() or
getBytes(byte[], int, int).@Deprecated
byte[] getBytes()
throws java.io.IOException
java.io.IOException@Deprecated
int getBytes(byte[] bytes,
int offset,
int maxlen)
throws java.io.IOException
bytes - users byte array to write intooffset - initial offset in the array to write intomaxlen - maximum number of bytes to writejava.io.IOException@Deprecated
int writeBytes(java.io.OutputStream userstream)
throws java.io.IOException
userstream - OutputStream to write the bytes tojava.io.IOException