java.lang.Object
io.xpipe.core.data.typed.TypedDataStreamParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(InputStream in, TypedDataStreamCallback cb) voidparseStructures(InputStream in, TypedAbstractReader cb, Consumer<DataStructureNode> consumer)
-
Constructor Details
-
TypedDataStreamParser
-
-
Method Details
-
parseStructures
public void parseStructures(InputStream in, TypedAbstractReader cb, Consumer<DataStructureNode> consumer) throws IOException - Throws:
IOException
-
parseStructure
- Throws:
IOException
-
parse
- Throws:
IOException
-