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, skippublic PhoenixInputStream(InputStream stream) throws IOException
stream - input stream we're wrappingIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic String getVersion()
public boolean isCompressed()
Copyright © 2000–2025 MPXJ. All rights reserved.