org.purplejrank.jdk.block
public class ObjectBlock extends JdkBlock implements ObjectRule, WiredBlock
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectBlock.Classdata |
| Modifier and Type | Field and Description |
|---|---|
protected List<ObjectBlock.Classdata> |
classdata |
protected ClassdescRule |
classDesc |
| Constructor and Description |
|---|
ObjectBlock(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 List<ObjectBlock.Classdata> classdata
public ObjectBlock(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.