@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(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 IOException
IOException
@Deprecated int getBytes(byte[] bytes, int offset, int maxlen) throws IOException
bytes
- users byte array to write intooffset
- initial offset in the array to write intomaxlen
- maximum number of bytes to writeIOException
@Deprecated int writeBytes(OutputStream userstream) throws IOException
userstream
- OutputStream to write the bytes toIOException