public class PhoenixInputStream extends InputStream
Constructor and Description |
---|
PhoenixInputStream(InputStream stream)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getVersion()
Retrieve the file format version from the Phoenix header.
|
boolean |
isCompressed()
Read the compression flag from the Phoenix file header.
|
int |
read() |
available, close, mark, markSupported, read, read, reset, skip
public PhoenixInputStream(InputStream stream) throws IOException
stream
- input stream we're wrappingIOException
public int read() throws IOException
read
in class InputStream
IOException
public String getVersion()
public boolean isCompressed()
Copyright © 2000–2024 Packwood Software. All rights reserved.