public class HwpStreamReader extends Object
Constructor and Description |
---|
HwpStreamReader(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
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 HwpStreamReader(InputStream inputStream)
public short uint8() throws IOException
IOException
public int uint16() throws IOException
IOException
public int[] uint16(int i) throws IOException
i
- IOException
public long uint32() throws IOException
IOException
public void ensureSkip(long n) throws IOException
n
- IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.