public final class FSAHeader
extends java.lang.Object
fsa package
documentation.public static FSAHeader read(java.io.InputStream in) throws java.io.IOException
in - The input stream to read data from.FSAHeader with version information.java.io.IOException - If the stream ends prematurely or if it contains invalid data.public static void write(java.io.OutputStream os,
byte version)
throws java.io.IOException
os - The stream to write to.version - Automaton version.java.io.IOException - Rethrown if writing fails.Copyright © 2017. All rights reserved.