public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static FileMetaData |
readFileMetaData(InputStream from) |
static PageHeader |
readPageHeader(InputStream from) |
static void |
writeFileMetaData(FileMetaData fileMetadata,
OutputStream to) |
static void |
writePageHeader(PageHeader pageHeader,
OutputStream to) |
public static void writePageHeader(PageHeader pageHeader, OutputStream to) throws IOException
IOExceptionpublic static PageHeader readPageHeader(InputStream from) throws IOException
IOExceptionpublic static void writeFileMetaData(FileMetaData fileMetadata, OutputStream to) throws IOException
IOExceptionpublic static FileMetaData readFileMetaData(InputStream from) throws IOException
IOExceptionCopyright © 2015. All rights reserved.