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.Schema.parse(File)
          use Schema.Parser instead. 
org.apache.avro.Schema.parse(InputStream)
          use Schema.Parser instead. 
org.apache.avro.Schema.parse(String)
          use Schema.Parser instead. 
org.apache.avro.Schema.parse(String, boolean)
          use Schema.Parser instead. 
org.apache.avro.util.Utf8.setLength(int)
          call setByteLength(int) instead. 
 



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