public class PackageInfoReader extends Object
PackageInfo
structure from a file.Constructor and Description |
---|
PackageInfoReader(DataInputStream dataInStream,
ProgramFile programFile) |
Modifier and Type | Method and Description |
---|---|
void |
readAttributeInfoEntries(PackageInfo packageInfo,
ConstantPool constantPool,
AttributeInfoPool attributeInfoPool) |
void |
readConstantPool(ConstantPool constantPool) |
void |
readEntryPoint() |
void |
readPackageInfo() |
void |
readWorkerDataChannelEntries(PackageInfo packageInfo,
CallableUnitInfo callableUnitInfo) |
public PackageInfoReader(DataInputStream dataInStream, ProgramFile programFile)
public void readConstantPool(ConstantPool constantPool) throws IOException
IOException
public void readEntryPoint() throws IOException
IOException
public void readPackageInfo() throws IOException
IOException
public void readWorkerDataChannelEntries(PackageInfo packageInfo, CallableUnitInfo callableUnitInfo) throws IOException
IOException
public void readAttributeInfoEntries(PackageInfo packageInfo, ConstantPool constantPool, AttributeInfoPool attributeInfoPool) throws IOException
IOException
Copyright © 2018 WSO2. All rights reserved.