Uses of Class
com.dyuproject.protostuff.CodedInput

Uses of CodedInput in com.dyuproject.protostuff
 

Methods in com.dyuproject.protostuff that return CodedInput
static CodedInput CodedInput.newInstance(byte[] buf)
          Create a new CodedInput wrapping the given byte array.
static CodedInput CodedInput.newInstance(byte[] buf, int off, int len)
          Create a new CodedInput wrapping the given byte array slice.
static CodedInput CodedInput.newInstance(java.io.InputStream input)
          Create a new CodedInput wrapping the given InputStream.
 

Constructors in com.dyuproject.protostuff with parameters of type CodedInput
GraphCodedInput(CodedInput input)
           
GraphCodedInput(CodedInput input, int initialCapacity)
           
 



Copyright © 2009-2014. All Rights Reserved.