Deprecated API


Contents
Deprecated Methods
org.apache.avro.util.Utf8.getLength()
          call 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 setByteLength(int) instead. 
 

Deprecated Constructors
org.apache.avro.io.BinaryDecoder(InputStream)
          Use DecoderFactory to create BinaryDecoder instances and reinitialize them 
 



Copyright © 2010 The Apache Software Foundation