Constant Field Values

Contents

eu.simuline.*

  • eu.simuline.octave.exec.OctaveExec 
    Modifier and Type Constant Field Value
    public static final String MSG_EXE_NH "ExecutionException should not happen"
    public static final String MSG_IOE_NH "InterruptedException should not happen"
    public static final String MSG_RTE_NH "RuntimeException should not happen"
  • eu.simuline.octave.exec.eu.simuline.octave.exec.OctaveReaderCallable 
    Modifier and Type Constant Field Value
    private static final String MSG_IOE_CLS "IOException during close"
    private static final String MSG_IOE_READ "IOException from ReadFunctor"
  • eu.simuline.octave.exec.eu.simuline.octave.exec.OctaveWriterCallable 
    Modifier and Type Constant Field Value
    static final String MSG_IOE_SPACER "IOException when writing spacer"
    static final String MSG_IOE_WRITE "IOException from WriteFunctor"
  • eu.simuline.octave.io.eu.simuline.octave.io.DataWriteFunctor 
    Modifier and Type Constant Field Value
    private static final String MSG_IOE_UNEXP "Unexpected IOException"
  • eu.simuline.octave.io.OctaveIO 
    Modifier and Type Constant Field Value
    private static final String GLOBAL "global "
    private static final String NAME "# name: "
    private static final String TYPE "# type: "
  • eu.simuline.octave.type.OctaveSparseBoolean 
    Modifier and Type Constant Field Value
    private static final int PRIME 31
  • eu.simuline.octave.type.OctaveString 
    Modifier and Type Constant Field Value
    private static final int PRIME 31
  • eu.simuline.octave.type.OctaveStruct 
    Modifier and Type Constant Field Value
    private static final int PRIME 31
  • eu.simuline.octave.type.cast.Cast 
    Modifier and Type Constant Field Value
    private static final int PRIME 31
  • eu.simuline.octave.util.IOUtils 
    Modifier and Type Constant Field Value
    private static final int BUFFER_SIZE 8192