| Interface | Description | 
|---|---|
| Input | 
 A byte source that supports positioned read and length. 
 | 
| Class | Description | 
|---|---|
| ColumnFileMetaData | 
 File-level metadata. 
 | 
| ColumnFileReader | 
 Reads data from a column file. 
 | 
| ColumnFileWriter | 
 Writes data to a column file. 
 | 
| ColumnMetaData | 
 Metadata for a column. 
 | 
| ColumnValues<T extends Comparable> | 
 An iterator over column values. 
 | 
| InputBytes | 
 An  
Input backed with data in a byte array. | 
| InputFile | 
 An  
Input for files. | 
| MetaData<T extends MetaData> | 
 Base class for metadata. 
 | 
| Enum | Description | 
|---|---|
| ValueType | 
 The datatypes that may be stored in a column. 
 | 
| Exception | Description | 
|---|---|
| TrevniRuntimeException | 
 Base runtime exception thrown by Trevni. 
 | 
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.