java.lang.Object
dev.argon.esexpr.ESExprBinaryWriter
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an encoder.ESExprBinaryWriter(List<? extends String> symbolTable, OutputStream os) Creates an encoder. -
Method Summary
-
Constructor Details
-
ESExprBinaryWriter
Creates an encoder.- Parameters:
symbolTable- The initial symbol table used when writing.os- The stream.
-
ESExprBinaryWriter
-
-
Method Details
-
write
Write an ESExpr to the stream.- Parameters:
expr- The ESExpr to write.- Throws:
IOException- when an error occurs in the underlying stream.
-