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
IOException
public static PageHeader readPageHeader(InputStream from) throws IOException
IOException
public static void writeFileMetaData(FileMetaData fileMetadata, OutputStream to) throws IOException
IOException
public static FileMetaData readFileMetaData(InputStream from) throws IOException
IOException
Copyright © 2015. All rights reserved.