public class ProgramFileReader extends Object
| Constructor and Description |
|---|
ProgramFileReader() |
| Modifier and Type | Method and Description |
|---|---|
ProgramFile |
readProgram(InputStream programFileInStream) |
ProgramFile |
readProgram(Path programFilePath) |
void |
readWorkerDataChannelEntries(DataInputStream dataInputStream,
PackageInfo packageInfo,
CallableUnitInfo callableUnitInfo) |
public ProgramFile readProgram(Path programFilePath) throws IOException
IOExceptionpublic ProgramFile readProgram(InputStream programFileInStream) throws IOException
IOExceptionpublic void readWorkerDataChannelEntries(DataInputStream dataInputStream, PackageInfo packageInfo, CallableUnitInfo callableUnitInfo) throws IOException
IOExceptionCopyright © 2018 WSO2. All rights reserved.