Uses of Class
org.axiondb.io.BufferedDataInputStream

Packages that use BufferedDataInputStream
org.axiondb.engine.tables   
org.axiondb.io   
org.axiondb.types DataType implementations. 
 

Uses of BufferedDataInputStream in org.axiondb.engine.tables
 

Methods in org.axiondb.engine.tables that return BufferedDataInputStream
protected  BufferedDataInputStream BaseDiskTable.getInputStream()
           
 

Methods in org.axiondb.engine.tables with parameters of type BufferedDataInputStream
protected abstract  boolean BaseFlatfileTable.isEndOfRecord(int recLength, int nextChar, BufferedDataInputStream data)
           
protected  boolean DelimitedFlatfileTable.isEndOfRecord(int recLength, int nextChar, BufferedDataInputStream data)
           
protected  boolean FixedWidthFlatfileTable.isEndOfRecord(int recLength, int nextChar, BufferedDataInputStream data)
           
protected  boolean TaggedEBCDICTable.isEndOfRecord(int recLength, int nextChar, BufferedDataInputStream data)
           
 

Uses of BufferedDataInputStream in org.axiondb.io
 

Methods in org.axiondb.io that return BufferedDataInputStream
 BufferedDataInputStream AxionFileSystem.openBufferedDIS(java.io.File file)
          Open file in read only mode, position will be set to 0.
 

Uses of BufferedDataInputStream in org.axiondb.types
 

Methods in org.axiondb.types that return BufferedDataInputStream
protected  BufferedDataInputStream LOBType.getLobFile()
           
 

Methods in org.axiondb.types with parameters of type BufferedDataInputStream
 LobSource LobLocator.getLobSource(java.io.File parentDir, BufferedDataInputStream in)
           
 LobSource FileLobLocator.getLobSource(java.io.File parentDir, BufferedDataInputStream in)
           
 LobSource FileOffsetLobLocator.getLobSource(java.io.File parentDir, BufferedDataInputStream in)
           
 

Constructors in org.axiondb.types with parameters of type BufferedDataInputStream
FileOffsetLobSource(BufferedDataInputStream in, long offset, int length)