public class HwpStreamReader
extends java.lang.Object
| Constructor and Description |
|---|
HwpStreamReader(java.io.InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
available()
More data to read ?
|
void |
ensureSkip(long n)
ensure skip of n byte
|
int |
uint16()
unsigned 2 byte
|
int[] |
uint16(int i)
unsigned 2 byte array
|
long |
uint32()
unsigned 4 byte
|
short |
uint8()
unsigned 1 byte
|
public boolean available()
throws java.io.IOException
java.io.IOExceptionpublic short uint8()
throws java.io.IOException
java.io.IOExceptionpublic int uint16()
throws java.io.IOException
java.io.IOExceptionpublic int[] uint16(int i)
throws java.io.IOException
i - java.io.IOExceptionpublic long uint32()
throws java.io.IOException
java.io.IOExceptionpublic void ensureSkip(long n)
throws java.io.IOException
n - java.io.IOException"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"