public abstract class AbstractModelWriter extends Object
Constructor and Description |
---|
AbstractModelWriter() |
public abstract void writeUTF(String s) throws IOException
IOException
public abstract void writeInt(int i) throws IOException
IOException
public abstract void writeDouble(double d) throws IOException
IOException
public abstract void close() throws IOException
IOException
public abstract void persist() throws IOException
IOException
Copyright © 2015 The Apache Software Foundation. All rights reserved.