Class BinaryQNModelReader


  • public class BinaryQNModelReader
    extends QNModelReader
    A reader for quasi-newton models stored in binary format.
    • Constructor Detail

      • BinaryQNModelReader

        public BinaryQNModelReader​(java.io.DataInputStream dis)
        Constructor which directly instantiates the DataInputStream containing the model contents.
        Parameters:
        dis - The DataInputStream containing the model information.