|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
org.apache.avro.util.Utf8.getLength()
call Utf8.getByteLength() instead. |
|
org.apache.avro.io.BinaryDecoder.init(InputStream)
Use DecoderFactory to create BinaryDecoder instances and
reinitialize them |
|
org.apache.avro.util.Utf8.setLength(int)
call Utf8.setByteLength(int) instead. |
Deprecated Constructors | |
---|---|
org.apache.avro.io.BinaryDecoder(InputStream)
Use DecoderFactory to create BinaryDecoder instances and
reinitialize them |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |