org.purplejrank.jdk.block
public class ArrayBlock extends JdkBlock implements ObjectRule, WiredBlock
| Modifier and Type | Field and Description |
|---|---|
protected ClassdescRule |
classDesc |
protected List<ObjectRule> |
objValues |
protected byte[] |
primValues |
protected int |
size |
| Constructor and Description |
|---|
ArrayBlock(JdkStream jdk) |
| Modifier and Type | Method and Description |
|---|---|
Block |
parse()
Parse the token block
|
void |
writeJrank(DataOutputStream out)
Write the token block in Jrank format
|
protected ClassdescRule classDesc
protected int size
protected byte[] primValues
protected List<ObjectRule> objValues
public ArrayBlock(JdkStream jdk)
public Block parse() throws IOException
Blockparse in interface BlockIOExceptionpublic void writeJrank(DataOutputStream out) throws IOException
BlockwriteJrank in interface BlockIOExceptionCopyright © 2014. All rights reserved.