Uses of Class
org.apache.avro.io.BinaryDecoder

Packages that use BinaryDecoder
org.apache.avro.io Input/output utilities. 
 

Uses of BinaryDecoder in org.apache.avro.io
 

Methods in org.apache.avro.io that return BinaryDecoder
 BinaryDecoder DecoderFactory.createBinaryDecoder(byte[] bytes, BinaryDecoder reuse)
          This method is shorthand for
 BinaryDecoder DecoderFactory.createBinaryDecoder(byte[] bytes, int offset, int length, BinaryDecoder reuse)
          Creates or reinitializes a BinaryDecoder with the byte array provided as the source of data.
 BinaryDecoder DecoderFactory.createBinaryDecoder(InputStream in, BinaryDecoder reuse)
          Creates or reinitializes a BinaryDecoder with the input stream provided as the source of data.
 

Methods in org.apache.avro.io with parameters of type BinaryDecoder
 BinaryDecoder DecoderFactory.createBinaryDecoder(byte[] bytes, BinaryDecoder reuse)
          This method is shorthand for
 BinaryDecoder DecoderFactory.createBinaryDecoder(byte[] bytes, int offset, int length, BinaryDecoder reuse)
          Creates or reinitializes a BinaryDecoder with the byte array provided as the source of data.
 BinaryDecoder DecoderFactory.createBinaryDecoder(InputStream in, BinaryDecoder reuse)
          Creates or reinitializes a BinaryDecoder with the input stream provided as the source of data.
 



Copyright © 2010 The Apache Software Foundation