Uses of Class
org.basex.io.in.BufferInput

Packages that use BufferInput
org.basex.io.in   
org.basex.query.util.archive   
org.basex.query.value.item   
org.basex.server Server implementation. 
 

Uses of BufferInput in org.basex.io.in
 

Subclasses of BufferInput in org.basex.io.in
 class ArrayInput
          This class allows reading from a cached byte array.
 class DataInput
          This is an input stream for project specific data types.
 class NewlineInput
          This class provides a convenient access to text input.
 class TextInput
          This class provides buffered access to textual input.
 

Uses of BufferInput in org.basex.query.util.archive
 

Methods in org.basex.query.util.archive with parameters of type BufferInput
static ArchiveIn ArchiveIn.get(BufferInput bi, InputInfo info)
          Returns a new instance of an archive reader.
 

Uses of BufferInput in org.basex.query.value.item
 

Methods in org.basex.query.value.item that return BufferInput
 BufferInput B64Stream.input(InputInfo ii)
           
 BufferInput Bin.input(InputInfo ii)
           
 BufferInput Item.input(InputInfo ii)
          Returns an input stream.
 

Uses of BufferInput in org.basex.server
 

Methods in org.basex.server with parameters of type BufferInput
protected static boolean ClientSession.ok(BufferInput bi)
          Checks the next success flag.
protected static void ClientSession.receive(BufferInput bi, java.io.OutputStream os)
          Retrieves data from the server.