Deprecated API


Contents
Deprecated Methods
org.apache.avro.io.DecoderFactory.createBinaryDecoder(byte[], BinaryDecoder)
          use DecoderFactory.binaryDecoder(byte[], BinaryDecoder) instead 
org.apache.avro.io.DecoderFactory.createBinaryDecoder(byte[], int, int, BinaryDecoder)
          use DecoderFactory.binaryDecoder(byte[], int, int, BinaryDecoder) instead 
org.apache.avro.io.DecoderFactory.createBinaryDecoder(InputStream, BinaryDecoder)
          use the equivalent DecoderFactory.binaryDecoder(InputStream, BinaryDecoder) instead 
org.apache.avro.io.DecoderFactory.defaultFactory()
          use the equivalent DecoderFactory.get() instead 
org.apache.avro.util.Utf8.getLength()
          call getByteLength() instead. 
org.apache.avro.util.Utf8.setLength(int)
          call setByteLength(int) instead. 
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.