From 4b2adfc0f5923733d29e4aaa6908154c0b25dcc0 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Wed, 7 Oct 2015 05:12:35 -0700 Subject: [PATCH 01/56] First pages commit From 85a66e1ce31ceb5d14c91a22a70bdc799cbbcd56 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Wed, 7 Oct 2015 12:24:26 +0000 Subject: [PATCH 02/56] Lastest javadoc on successful travis build 4 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 52 + javadoc/snapshot/allclasses-noframe.html | 52 + .../com/jmatio/common/MatDataTypes.html | 784 ++++++++++ .../com/jmatio/common/package-frame.html | 20 + .../com/jmatio/common/package-summary.html | 144 ++ .../com/jmatio/common/package-tree.html | 137 ++ .../com/jmatio/common/util/MLArrayQuery.html | 333 ++++ .../com/jmatio/common/util/package-frame.html | 20 + .../jmatio/common/util/package-summary.html | 144 ++ .../com/jmatio/common/util/package-tree.html | 137 ++ javadoc/snapshot/com/jmatio/io/MatFile.html | 358 +++++ .../snapshot/com/jmatio/io/MatFileFilter.html | 345 +++++ .../snapshot/com/jmatio/io/MatFileHeader.html | 395 +++++ .../jmatio/io/MatFileIncrementalWriter.html | 412 +++++ .../snapshot/com/jmatio/io/MatFileReader.html | 688 +++++++++ .../snapshot/com/jmatio/io/MatFileWriter.html | 418 +++++ .../com/jmatio/io/MatlabIOException.html | 268 ++++ .../snapshot/com/jmatio/io/package-frame.html | 29 + .../com/jmatio/io/package-summary.html | 194 +++ .../snapshot/com/jmatio/io/package-tree.html | 155 ++ .../io/stream/BufferedOutputStream.html | 318 ++++ .../io/stream/ByteBufferInputStream.html | 320 ++++ .../io/stream/ByteBufferedOutputStream.html | 473 ++++++ .../io/stream/FileBufferedOutputStream.html | 469 ++++++ .../jmatio/io/stream/MatFileInputStream.html | 404 +++++ .../com/jmatio/io/stream/package-frame.html | 24 + .../com/jmatio/io/stream/package-summary.html | 165 ++ .../com/jmatio/io/stream/package-tree.html | 152 ++ .../com/jmatio/types/ByteStorageSupport.html | 266 ++++ .../snapshot/com/jmatio/types/MLArray.html | 1185 ++++++++++++++ javadoc/snapshot/com/jmatio/types/MLCell.html | 414 +++++ javadoc/snapshot/com/jmatio/types/MLChar.html | 538 +++++++ .../snapshot/com/jmatio/types/MLDouble.html | 496 ++++++ .../com/jmatio/types/MLEmptyArray.html | 294 ++++ .../snapshot/com/jmatio/types/MLInt16.html | 500 ++++++ .../snapshot/com/jmatio/types/MLInt32.html | 499 ++++++ .../snapshot/com/jmatio/types/MLInt64.html | 496 ++++++ javadoc/snapshot/com/jmatio/types/MLInt8.html | 519 +++++++ .../com/jmatio/types/MLJavaObject.html | 336 ++++ .../com/jmatio/types/MLNumericArray.html | 849 ++++++++++ .../snapshot/com/jmatio/types/MLObject.html | 315 ++++ .../snapshot/com/jmatio/types/MLSingle.html | 375 +++++ .../snapshot/com/jmatio/types/MLSparse.html | 708 +++++++++ .../com/jmatio/types/MLStructure.html | 560 +++++++ .../snapshot/com/jmatio/types/MLUInt16.html | 358 +++++ .../snapshot/com/jmatio/types/MLUInt32.html | 358 +++++ .../snapshot/com/jmatio/types/MLUInt64.html | 496 ++++++ .../snapshot/com/jmatio/types/MLUInt8.html | 535 +++++++ .../com/jmatio/types/package-frame.html | 42 + .../com/jmatio/types/package-summary.html | 241 +++ .../com/jmatio/types/package-tree.html | 171 +++ javadoc/snapshot/constant-values.html | 578 +++++++ javadoc/snapshot/deprecated-list.html | 149 ++ javadoc/snapshot/help-doc.html | 225 +++ javadoc/snapshot/index-all.html | 1367 +++++++++++++++++ javadoc/snapshot/index.html | 74 + javadoc/snapshot/overview-frame.html | 26 + javadoc/snapshot/overview-summary.html | 154 ++ javadoc/snapshot/overview-tree.html | 212 +++ javadoc/snapshot/package-list | 5 + javadoc/snapshot/script.js | 30 + javadoc/snapshot/serialized-form.html | 137 ++ javadoc/snapshot/stylesheet.css | 574 +++++++ 63 files changed, 21492 insertions(+) create mode 100644 javadoc/snapshot/allclasses-frame.html create mode 100644 javadoc/snapshot/allclasses-noframe.html create mode 100644 javadoc/snapshot/com/jmatio/common/MatDataTypes.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFile.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileFilter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileHeader.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileReader.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileWriter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatlabIOException.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLCell.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLChar.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLDouble.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLEmptyArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt16.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt32.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt64.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt8.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLJavaObject.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLNumericArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLObject.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLSingle.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLSparse.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLStructure.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt16.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt32.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt64.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt8.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-tree.html create mode 100644 javadoc/snapshot/constant-values.html create mode 100644 javadoc/snapshot/deprecated-list.html create mode 100644 javadoc/snapshot/help-doc.html create mode 100644 javadoc/snapshot/index-all.html create mode 100644 javadoc/snapshot/index.html create mode 100644 javadoc/snapshot/overview-frame.html create mode 100644 javadoc/snapshot/overview-summary.html create mode 100644 javadoc/snapshot/overview-tree.html create mode 100644 javadoc/snapshot/package-list create mode 100644 javadoc/snapshot/script.js create mode 100644 javadoc/snapshot/serialized-form.html create mode 100644 javadoc/snapshot/stylesheet.css diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html new file mode 100644 index 0000000..4761a37 --- /dev/null +++ b/javadoc/snapshot/allclasses-frame.html @@ -0,0 +1,52 @@ + + + + + +All Classes (jmatio 3.3.0-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html new file mode 100644 index 0000000..5ad6995 --- /dev/null +++ b/javadoc/snapshot/allclasses-noframe.html @@ -0,0 +1,52 @@ + + + + + +All Classes (jmatio 3.3.0-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..6c691b9 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.common
+

Class MatDataTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class MatDataTypes
    +extends Object
    +
    MAT-file data types
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..10f98bb --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.jmatio.common

+
+

Classes

+ +
+ + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..9605b29 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.common

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatDataTypes +
    MAT-file data types
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..e051d5a --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..4027448 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.common.util
+

Class MLArrayQuery

+
+
+ +
+
    +
  • +
    +
    +
    public class MLArrayQuery
    +extends Object
    +
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArrayQuery

        +
        public MLArrayQuery(String queryString)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        q

        +
        public static Object q(MLArray array,
        +                       String query)
        +
        +
        Parameters:
        +
        array -
        +
        query -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        query

        +
        public Object query(MLArray array)
        +
        Parses the query string and returns the object it refers to.
        +
        +
        Parameters:
        +
        array - source MLArray
        +
        Returns:
        +
        query result
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Object getContent(MLArray array,
        +                         int m,
        +                         int n)
        +
        Returns the content of the field/cell/object.
        +
        +
        Parameters:
        +
        array - the parent structure/cell
        +
        m - column or -1
        +
        n - row or -1
        +
        Returns:
        +
        if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..f9eab6f --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.jmatio.common.util

+
+

Classes

+ +
+ + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..e615bd1 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.common.util

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MLArrayQuery +
    The JMatIO query parser.
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..679fe0f --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..2e51854 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -0,0 +1,358 @@ + + + + + +MatFile (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFile

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFile
    +extends Object
    +
    MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

    + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..e77ec71 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileFilter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileFilter
    +extends Object
    +
    File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
    
    + //create new filter instance
    + MatFileFilter filter = new MatFileFilter();
    + //add a needle
    + filter.addArrayName( "your_array_name" );
    + 
    + //read array form file (haystack) looking _only_ for pecified array (needle)
    + MatFileReader mfr = new MatFileReader( fileName, filter );
    + 
    +
    +
    See Also:
    +
    MatFileReader
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter()
        +
        Creates empty filter intance. + + Note: empty filter acceps all results.
        +
      • +
      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter(String[] names)
        +
        Create filter intance and add array names.
        +
        +
        Parameters:
        +
        names - - array of names (needles)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addArrayName

        +
        public void addArrayName(String name)
        +
        Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
        +
        +
        Parameters:
        +
        name - - array name (needle)
        +
        +
      • +
      + + + +
        +
      • +

        matches

        +
        public boolean matches(String name)
        +
        Test if given name matches the filter.
        +
        +
        Parameters:
        +
        name - - array name to be tested
        +
        Returns:
        +
        - true if array (matrix) of this name should be processed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..46b2f79 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,395 @@ + + + + + +MatFileHeader (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileHeader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileHeader
    +extends Object
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileHeader

        +
        public MatFileHeader(String description,
        +                     int version,
        +                     byte[] endianIndicator)
        +
        New MAT-file header
        +
        +
        Parameters:
        +
        description - - descriptive text (no longer than 116 characters)
        +
        version - - by default is set to 0x0100
        +
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescription

        +
        public String getDescription()
        +
        Gets descriptive text
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        When creating a MAT-file, set version to 0x0100
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createHeader

        +
        public static MatFileHeader createHeader()
        +
        A factory. Creates new MatFileHeader instance with default header values: +
          +
        • MAT-file is 5.0 version
        • +
        • version is set to 0x0100
        • +
        • no byte-swapping ("IM")
        • +
        +
        +
        Returns:
        +
        - new MatFileHeader instance
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..9db2e2d --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileIncrementalWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileIncrementalWriter
    +extends Object
    +
    MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    + writer.write(mlDouble);
    + writer.write(mlChar);
    + 
    + writer.close();
    + 
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr');
    + >> save('mat_file.mat', 'char_arr', '-append');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(String fileName)
        +                         throws IOException
        +
        Creates a writer to a file given the filename.
        +
        +
        Parameters:
        +
        fileName - - name of ouput file
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(File file)
        +                         throws IOException
        +
        Creats a writer to a file given the File object.
        +
        +
        Parameters:
        +
        file - - an output File
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(WritableByteChannel chan)
        +                         throws IOException
        +
        Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
        +
        +
        Parameters:
        +
        chan - - WritableByteChannel
        +
        data - - Collection of MLArray elements
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..be25ddb --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -0,0 +1,688 @@ + + + + + +MatFileReader (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileReader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileReader
    +extends Object
    +
    MAT-file reader. Reads MAT-file into MLArray objects. + + Usage: +
    
    + //read in the file
    + MatFileReader mfr = new MatFileReader( "mat_file.mat" );
    + 
    + //get array of a name "my_array" from file
    + MLArray mlArrayRetrived = mfr.getMLArray( "my_array" );
    + 
    + //or get the collection of all arrays that were stored in the file
    + Map content = mfr.getContent();
    + 
    +
    +
    See Also:
    +
    MatFileFilter
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName)
        +              throws FileNotFoundException,
        +                     IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        FileNotFoundException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file,
        +                                int policy)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), policy).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        policy - the file memory allocation policy
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getMatFileHeader

        +
        public MatFileHeader getMatFileHeader()
        +
        Gets MAT-file header
        +
        +
        Returns:
        +
        - a MatFileHeader object
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public ArrayList<MLArray> getData()
        +
        Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
        +
        Returns list of MLArray objects that were inside MAT-file
        +
        +
        Returns:
        +
        - a ArrayList
        +
        +
      • +
      + + + +
        +
      • +

        getMLArray

        +
        public MLArray getMLArray(String name)
        +
        Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
        +
        +
        Parameters:
        +
        - - array name
        +
        Returns:
        +
        - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Map<String,MLArray> getContent()
        +
        Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
        +
        +
        Returns:
        +
        - a Map of MLArrays mapped with their names.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..1c56687 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,418 @@ + + + + + +MatFileWriter (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileWriter
    +extends Object
    +
    MAT-file writer. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + ArrayList list = new ArrayList();
    + list.add( mlDouble );
    + list.add( mlChar );
    + 
    + new MatFileWriter( "mat_file.mat", list );
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr', 'char_arr');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        write

        +
        public void write(String filepath,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into file created from + filepath.
        +
        +
        Parameters:
        +
        filepath - the absolute file path of a MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(File file,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into File
        +
        +
        Parameters:
        +
        file - the MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..5134c72 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatlabIOException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatlabIOException

        +
        public MatlabIOException(String s)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..8b9e2ee --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -0,0 +1,29 @@ + + + + + +com.jmatio.io (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.jmatio.io

+ + + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..80b965a --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -0,0 +1,194 @@ + + + + + +com.jmatio.io (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.io

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatFile +
    MatFileReader's API is vague.
    +
    MatFileFilter +
    File filter.
    +
    MatFileHeader +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    MatFileIncrementalWriter +
    MAT-file Incremental writer.
    +
    MatFileReader +
    MAT-file reader.
    +
    MatFileWriter +
    MAT-file writer.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    MatlabIOException +
    MAT-file reader/writer exception
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..058155e --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -0,0 +1,155 @@ + + + + + +com.jmatio.io Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..65c5cb2 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,318 @@ + + + + + +BufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class BufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..f00fa49 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferInputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html new file mode 100644 index 0000000..6cc6e6e --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html @@ -0,0 +1,473 @@ + + + + + +ByteBufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT_INCREASING_FACTOR

        +
        public static final float DEFAULT_INCREASING_FACTOR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                boolean onHeap)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy,
        +                                boolean onHeap)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html new file mode 100644 index 0000000..f64f4ca --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html @@ -0,0 +1,469 @@ + + + + + +FileBufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class FileBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..46e6120 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class MatFileInputStream

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileInputStream
    +extends Object
    +
    MAT-file input stream class.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileInputStream

        +
        public MatFileInputStream(ByteBuffer buf,
        +                          int type)
        +
        Attach MAT-file input stream to InputStream
        +
        +
        Parameters:
        +
        is - - input stream
        +
        type - - type of data in the stream
        +
        See Also:
        +
        MatDataTypes
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readInt

        +
        public int readInt()
        +            throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to int.
        +
        +
        Returns:
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readChar

        +
        public char readChar()
        +              throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to char.
        +
        +
        Returns:
        +
        - char
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readDouble

        +
        public double readDouble()
        +                  throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to double.
        +
        +
        Returns:
        +
        - double
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readByte

        +
        public byte readByte()
        +
      • +
      + + + + + + + +
        +
      • +

        skip

        +
        public void skip(int padding)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..f6bacd8 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,24 @@ + + + + + +com.jmatio.io.stream (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.jmatio.io.stream

+ + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..12d016c --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,165 @@ + + + + + +com.jmatio.io.stream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.io.stream

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..3911869 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io.stream

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..9e9a081 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Interface ByteStorageSupport<T extends Number>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBytesAllocated

        +
        int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        T buldFromBytes(byte[] bytes)
        +
      • +
      + + + + + +
        +
      • +

        getByteArray

        +
        byte[] getByteArray(T value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..d5726c8 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -0,0 +1,1185 @@ + + + + + +MLArray (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLArray

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArray

        +
        public MLArray(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Gets array name
        +
        +
        Returns:
        +
        - array name
        +
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
      • +
      + + + +
        +
      • +

        getNameToByteArray

        +
        public byte[] getNameToByteArray()
        +
      • +
      + + + +
        +
      • +

        getDimensions

        +
        public int[] getDimensions()
        +
      • +
      + + + +
        +
      • +

        getM

        +
        public int getM()
        +
      • +
      + + + +
        +
      • +

        getN

        +
        public int getN()
        +
      • +
      + + + +
        +
      • +

        getNDimensions

        +
        public int getNDimensions()
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        typeToString

        +
        public static final String typeToString(int type)
        +
      • +
      + + + +
        +
      • +

        isCell

        +
        public boolean isCell()
        +
      • +
      + + + +
        +
      • +

        isChar

        +
        public boolean isChar()
        +
      • +
      + + + +
        +
      • +

        isComplex

        +
        public boolean isComplex()
        +
      • +
      + + + +
        +
      • +

        isSparse

        +
        public boolean isSparse()
        +
      • +
      + + + +
        +
      • +

        isStruct

        +
        public boolean isStruct()
        +
      • +
      + + + +
        +
      • +

        isDouble

        +
        public boolean isDouble()
        +
      • +
      + + + +
        +
      • +

        isSingle

        +
        public boolean isSingle()
        +
      • +
      + + + +
        +
      • +

        isInt8

        +
        public boolean isInt8()
        +
      • +
      + + + +
        +
      • +

        isUint8

        +
        public boolean isUint8()
        +
      • +
      + + + +
        +
      • +

        isInt16

        +
        public boolean isInt16()
        +
      • +
      + + + +
        +
      • +

        isUint16

        +
        public boolean isUint16()
        +
      • +
      + + + +
        +
      • +

        isInt32

        +
        public boolean isInt32()
        +
      • +
      + + + +
        +
      • +

        isUint32

        +
        public boolean isUint32()
        +
      • +
      + + + +
        +
      • +

        isInt64

        +
        public boolean isInt64()
        +
      • +
      + + + +
        +
      • +

        isUint64

        +
        public boolean isUint64()
        +
      • +
      + + + +
        +
      • +

        isObject

        +
        public boolean isObject()
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        public boolean isOpaque()
        +
      • +
      + + + +
        +
      • +

        isLogical

        +
        public boolean isLogical()
        +
      • +
      + + + +
        +
      • +

        isFunctionObject

        +
        public boolean isFunctionObject()
        +
      • +
      + + + +
        +
      • +

        isUnknown

        +
        public boolean isUnknown()
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        protected int getIndex(int m,
        +                       int n)
        +
      • +
      + + + + + + + +
        +
      • +

        contentToString

        +
        public String contentToString()
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..16f0a62 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLCell

+
+
+ +
+
    +
  • +
    +
    +
    public class MLCell
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..1c4cbf8 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -0,0 +1,538 @@ + + + + + +MLChar (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLChar

+
+
+ +
+
    +
  • +
    +
    +
    public class MLChar
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + + + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String[] values,
        +              int maxlen)
        +
        Added method to allow initialization of a char array representing + an array of strings.
        +
        +
        Parameters:
        +
        name -
        +
        values -
        +
        maxlen -
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        protected Character[] createArray(int m,
        +                                  int n)
        +
      • +
      + + + +
        +
      • +

        setChar

        +
        public void setChar(char ch,
        +                    int index)
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value)
        +
        Populates the MLChar with the String value.
        +
        +
        Parameters:
        +
        value - the String value
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value,
        +                int idx)
        +
        Set one row, specifying the row.
        +
        +
        Parameters:
        +
        value -
        +
        idx -
        +
        +
      • +
      + + + +
        +
      • +

        getChar

        +
        public Character getChar(int m,
        +                         int n)
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getString

        +
        public String getString(int m)
        +
        Gets the m-th character matrix's row as String.
        +
        +
        Parameters:
        +
        m - - row number
        +
        Returns:
        +
        - String
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..be05903 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -0,0 +1,496 @@ + + + + + +MLDouble (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLDouble

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims)
        +
        Create a MLDouble array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                Double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public double[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..0d03cf1 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLEmptyArray

+
+
+ +
+
    +
  • +
    +
    +
    public class MLEmptyArray
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray()
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name)
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name,
        +                    int[] dims,
        +                    int type,
        +                    int attributes)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..c69cdca --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -0,0 +1,500 @@ + + + + + +MLInt16 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxINT16_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims)
        +
        Create a MLSingle array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               Short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public short[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Short buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Short value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Short> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..0a8d750 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -0,0 +1,499 @@ + + + + + +MLInt32 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               Integer[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public int[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Integer buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Integer> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Integer value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..54844c6 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -0,0 +1,496 @@ + + + + + +MLInt64 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               Long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..991c1e4 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -0,0 +1,519 @@ + + + + + +MLInt8 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              Byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..10c3a34 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLJavaObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLJavaObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public ByteBuffer getContent()
        +
      • +
      + + + +
        +
      • +

        instantiateObject

        +
        public Object instantiateObject()
        +                         throws Exception
        +
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..232ba35 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,849 @@ + + + + + +MLNumericArray (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLNumericArray<T extends Number>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int[] dims,
        +                      int type,
        +                      int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type
        +
        attributes - - array flags
        +
        +
      • +
      + + + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int type,
        +                      T[] vals,
        +                      int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        type - - array type
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        allocate

        +
        protected void allocate()
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int m,
        +                 int n)
        +
        Gets single real array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int m,
        +                    int n)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T[] vector)
        +
        Sets real part of matrix
        +
        +
        Parameters:
        +
        vector - - column-packed vector of elements
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int m,
        +                         int n)
        +
        Sets single imaginary array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int m,
        +                      int n)
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int m,
        +                int n)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int index)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int m,
        +             int n)
        +
        Does the same as getReal.
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T[] vector)
        +
        +
        Parameters:
        +
        vector -
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        protected T get(ByteBuffer buffer,
        +                int index)
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        protected void set(ByteBuffer buffer,
        +                   T value,
        +                   int index)
        +
      • +
      + + + +
        +
      • +

        putImaginaryByteBuffer

        +
        public void putImaginaryByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getImaginaryByteBuffer

        +
        public ByteBuffer getImaginaryByteBuffer()
        +
      • +
      + + + +
        +
      • +

        putRealByteBuffer

        +
        public void putRealByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getRealByteBuffer

        +
        public ByteBuffer getRealByteBuffer()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
        +
        Overrides:
        +
        dispose in class MLArray
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..17315db --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -0,0 +1,315 @@ + + + + + +MLObject (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..c2268d3 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -0,0 +1,375 @@ + + + + + +MLSingle (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSingle

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                Float[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        buldFromBytes

        +
        public Float buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Float value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..4ad783f --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -0,0 +1,708 @@ + + + + + +MLSparse (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSparse

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSparse

        +
        public MLSparse(String name,
        +                int[] dims,
        +                int attributes,
        +                int nzmax)
        +
        +
        Parameters:
        +
        name -
        +
        dims -
        +
        attributes -
        +
        nzmax -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getMaxNZ

        +
        public int getMaxNZ()
        +
        Gets maximum number of non-zero values
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getIR

        +
        public int[] getIR()
        +
        Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getJC

        +
        public int[] getJC()
        +
        Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N�1, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]�1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public Double getReal(int m,
        +                      int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single real array element of A(m,n).
        +
        +
        Overrides:
        +
        getReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int m,
        +                    int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int index)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(Double value,
        +                         int m,
        +                         int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single imaginary array element.
        +
        +
        Overrides:
        +
        setImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getImaginary

        +
        public Double getImaginary(int m,
        +                           int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Overrides:
        +
        getImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        exportReal

        +
        public Double[] exportReal()
        +
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        real part
        +
        +
      • +
      + + + +
        +
      • +

        exportImaginary

        +
        public Double[] exportImaginary()
        +
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..b38d10a --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -0,0 +1,560 @@ + + + + + +MLStructure (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLStructure

+
+
+ +
+
    +
  • +
    +
    +
    public class MLStructure
    +extends MLArray
    +
    This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims,
        +                   int type,
        +                   int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value)
        +
        Sets field for current structure
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int m,
        +                     int n)
        +
        Sets field for (m,n)'th structure in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int index)
        +
        Sets filed for structure described by index in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        getMaxFieldLenth

        +
        public int getMaxFieldLenth()
        +
        Gets the maximum length of field descriptor
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getKeySetToByteArray

        +
        public byte[] getKeySetToByteArray()
        +
        Dumps field names to byte array. Field names are written as Zero End Strings
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAllFields

        +
        public Collection<MLArray> getAllFields()
        +
        Gets all field from sruct array as flat list of fields.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name)
        +
        Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int m,
        +                        int n)
        +
        Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        m -
        +
        n -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int index)
        +
        Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        index -
        +
        Returns:
        +
        value of the field or null if the field doesn't exist
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..16fea01 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                Short[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..72fb9e4 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                Integer[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..895de1b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -0,0 +1,496 @@ + + + + + +MLUInt64 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims)
        +
        Create a MLUInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                Long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..539f9b1 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -0,0 +1,535 @@ + + + + + +MLUInt8 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               Byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..7934274 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -0,0 +1,42 @@ + + + + + +com.jmatio.types (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.jmatio.types

+ + + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..c9dd944 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -0,0 +1,241 @@ + + + + + +com.jmatio.types (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.types

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..acd9f16 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -0,0 +1,171 @@ + + + + + +com.jmatio.types Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.types

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html new file mode 100644 index 0000000..e048344 --- /dev/null +++ b/javadoc/snapshot/constant-values.html @@ -0,0 +1,578 @@ + + + + + +Constant Field Values (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

com.jmatio.*

+ + + + +
+ + + + + + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html new file mode 100644 index 0000000..6921161 --- /dev/null +++ b/javadoc/snapshot/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Deprecated API

+

Contents

+ +
+
+ + +
    +
  • + + + + + + + + + + +
    Deprecated Methods 
    Method and Description
    com.jmatio.io.MatFileReader.getData() +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html new file mode 100644 index 0000000..3173876 --- /dev/null +++ b/javadoc/snapshot/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + + + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html new file mode 100644 index 0000000..14cd48b --- /dev/null +++ b/javadoc/snapshot/index-all.html @@ -0,0 +1,1367 @@ + + + + + +Index (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
A B C D E F G H I M N P Q R S T W  + + +

A

+
+
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Add array name to the filter.
+
+
allocate() - Method in class com.jmatio.types.MLNumericArray
+
 
+
allocate() - Method in class com.jmatio.types.MLSparse
+
 
+
attributes - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

B

+
+
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
+
Returns the backing ByteBuffer
+
+
buffer() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
buffer() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
BufferedOutputStream - Class in com.jmatio.io.stream
+
 
+
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
+
 
+
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
+
 
+
ByteBufferedOutputStream - Class in com.jmatio.io.stream
+
+
From https://gist.github.com/manzke/985007
+
+
ByteBufferedOutputStream(int) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferInputStream - Class in com.jmatio.io.stream
+
 
+
ByteBufferInputStream(ByteBuffer, long) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
+
 
+
+ + + +

C

+
+
capacity() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
cells() - Method in class com.jmatio.types.MLCell
+
 
+
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
close() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
com.jmatio.common - package com.jmatio.common
+
 
+
com.jmatio.common.util - package com.jmatio.common.util
+
 
+
com.jmatio.io - package com.jmatio.io
+
 
+
com.jmatio.io.stream - package com.jmatio.io.stream
+
 
+
com.jmatio.types - package com.jmatio.types
+
 
+
contentToString() - Method in class com.jmatio.types.MLArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLCell
+
 
+
contentToString() - Method in class com.jmatio.types.MLChar
+
 
+
contentToString() - Method in class com.jmatio.types.MLNumericArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLSparse
+
 
+
contentToString() - Method in class com.jmatio.types.MLStructure
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
+
 
+
createHeader() - Static method in class com.jmatio.io.MatFileHeader
+
+
A factory.
+
+
+ + + +

D

+
+
DEFAULT_INCREASING_FACTOR - Static variable in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
+
 
+
dims - Variable in class com.jmatio.types.MLArray
+
 
+
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
dispose() - Method in class com.jmatio.types.MLArray
+
 
+
dispose() - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

E

+
+
equals(Object) - Method in class com.jmatio.types.MLChar
+
 
+
equals(Object) - Method in class com.jmatio.types.MLNumericArray
+
 
+
exportChar() - Method in class com.jmatio.types.MLChar
+
 
+
exportImaginary() - Method in class com.jmatio.types.MLSparse
+
+
Returns the imaginary part (PI) array.
+
+
exportReal() - Method in class com.jmatio.types.MLSparse
+
+
Returns the real part (PR) array.
+
+
+ + + +

F

+
+
FileBufferedOutputStream - Class in com.jmatio.io.stream
+
+
This is an OutputStream that is backed by a RandomAccessFile + and accessed with buffered access.
+
+
FileBufferedOutputStream() - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
FileBufferedOutputStream(MLArray) - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
flush() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+ + + +

G

+
+
get(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
get(int) - Method in class com.jmatio.types.MLCell
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
+
+
Override to accelerate the performance
+
+
get(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as getReal.
+
+
get(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
+
+
Override to accelerate the performance
+
+
getAllFields() - Method in class com.jmatio.types.MLStructure
+
+
Gets all field from sruct array as flat list of fields.
+
+
getArray() - Method in class com.jmatio.types.MLDouble
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt16
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt32
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt8
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt8
+
+
Gets two-dimensional real array.
+
+
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
+
 
+
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
+
 
+
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
+
 
+
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
+
 
+
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
+
 
+
getChar(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
getClassName() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getClassName() - Method in class com.jmatio.types.MLObject
+
 
+
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Returns the content of the field/cell/object.
+
+
getContent() - Method in class com.jmatio.io.MatFile
+
 
+
getContent() - Method in class com.jmatio.io.MatFileReader
+
+
Returns a map of MLArray objects that were inside MAT-file.
+
+
getContent() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getData() - Method in class com.jmatio.io.MatFileReader
+
+
Deprecated. +
use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
+
+
+
getDescription() - Method in class com.jmatio.io.MatFileHeader
+
+
Gets descriptive text
+
+
getDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getField(String) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
+
+
getFieldNames() - Method in class com.jmatio.types.MLStructure
+
+
Returns the Collection of keys for this structure.
+
+
getFlags() - Method in class com.jmatio.types.MLArray
+
 
+
getHeader() - Method in class com.jmatio.io.MatFile
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single imaginary array element of A(m,n).
+
+
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginary(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
getIR() - Method in class com.jmatio.types.MLSparse
+
+
Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
+
+
getJC() - Method in class com.jmatio.types.MLSparse
+
+
Gets column indices.
+
+
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructure
+
+
Dumps field names to byte array.
+
+
getM() - Method in class com.jmatio.types.MLArray
+
 
+
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
+
+
Gets MAT-file header
+
+
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructure
+
+
Gets the maximum length of field descriptor
+
+
getMaxNZ() - Method in class com.jmatio.types.MLSparse
+
+
Gets maximum number of non-zero values
+
+
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
+
+
Returns the value to which the red file maps the specified array name.
+
+
getN() - Method in class com.jmatio.types.MLArray
+
 
+
getName() - Method in class com.jmatio.types.MLArray
+
+
Gets array name
+
+
getNameToByteArray() - Method in class com.jmatio.types.MLArray
+
 
+
getNDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getObject() - Method in class com.jmatio.types.MLObject
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single real array element of A(m,n).
+
+
getReal(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getReal(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getSize() - Method in class com.jmatio.types.MLArray
+
 
+
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLDouble
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt16
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt32
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt8
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSingle
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSparse
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
+
 
+
getString(int) - Method in class com.jmatio.types.MLChar
+
+
Gets the m-th character matrix's row as String.
+
+
getType() - Method in class com.jmatio.types.MLArray
+
 
+
getVersion() - Method in class com.jmatio.io.MatFileHeader
+
+
When creating a MAT-file, set version to 0x0100
+
+
+ + + +

H

+
+
hashCode() - Method in class com.jmatio.types.MLChar
+
 
+
hashCode() - Method in class com.jmatio.types.MLNumericArray
+
 
+
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
+ + + +

I

+
+
increase(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
+
+
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
+
+
isCell() - Method in class com.jmatio.types.MLArray
+
 
+
isChar() - Method in class com.jmatio.types.MLArray
+
 
+
isComplex() - Method in class com.jmatio.types.MLArray
+
 
+
isDouble() - Method in class com.jmatio.types.MLArray
+
 
+
isEmpty() - Method in class com.jmatio.types.MLArray
+
 
+
isFunctionObject() - Method in class com.jmatio.types.MLArray
+
 
+
isInt16() - Method in class com.jmatio.types.MLArray
+
 
+
isInt32() - Method in class com.jmatio.types.MLArray
+
 
+
isInt64() - Method in class com.jmatio.types.MLArray
+
 
+
isInt8() - Method in class com.jmatio.types.MLArray
+
 
+
isLogical() - Method in class com.jmatio.types.MLArray
+
 
+
isObject() - Method in class com.jmatio.types.MLArray
+
 
+
isOpaque() - Method in class com.jmatio.types.MLArray
+
 
+
isSingle() - Method in class com.jmatio.types.MLArray
+
 
+
isSparse() - Method in class com.jmatio.types.MLArray
+
 
+
isStruct() - Method in class com.jmatio.types.MLArray
+
 
+
isUint16() - Method in class com.jmatio.types.MLArray
+
 
+
isUint32() - Method in class com.jmatio.types.MLArray
+
 
+
isUint64() - Method in class com.jmatio.types.MLArray
+
 
+
isUint8() - Method in class com.jmatio.types.MLArray
+
 
+
isUnknown() - Method in class com.jmatio.types.MLArray
+
 
+
+ + + +

M

+
+
matches(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Test if given name matches the filter.
+
+
MatDataTypes - Class in com.jmatio.common
+
+
MAT-file data types
+
+
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
+
 
+
MatFile - Class in com.jmatio.io
+
+
MatFileReader's API is vague.
+
+
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
+
 
+
MatFileFilter - Class in com.jmatio.io
+
+
File filter.
+
+
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
+
+
Creates empty filter intance.
+
+
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
+
+
Create filter intance and add array names.
+
+
MatFileHeader - Class in com.jmatio.io
+
+
MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
+
+
MatFileHeader(String, int, byte[]) - Constructor for class com.jmatio.io.MatFileHeader
+
+
New MAT-file header
+
+
MatFileIncrementalWriter - Class in com.jmatio.io
+
+
MAT-file Incremental writer.
+
+
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer to a file given the filename.
+
+
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creats a writer to a file given the File object.
+
+
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer for a file, given an output channel to the file..
+
+
MatFileInputStream - Class in com.jmatio.io.stream
+
+
MAT-file input stream class.
+
+
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
+
+
Attach MAT-file input stream to InputStream
+
+
MatFileReader - Class in com.jmatio.io
+
+
MAT-file reader.
+
+
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from file.
+
+
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileWriter - Class in com.jmatio.io
+
+
MAT-file writer.
+
+
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
+
+
Creates the new MatFileWriter instance
+
+
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file given by fileName.
+
+
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File.
+
+
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into OuputSteram.
+
+
MatlabIOException - Exception in com.jmatio.io
+
+
MAT-file reader/writer exception
+
+
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
+
 
+
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
+
 
+
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
MLArray - Class in com.jmatio.types
+
 
+
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
+
 
+
MLArrayQuery - Class in com.jmatio.common.util
+
+
The JMatIO query parser.
+
+
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
+
 
+
MLCell - Class in com.jmatio.types
+
 
+
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLChar - Class in com.jmatio.types
+
 
+
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
+
+
Creates the 1 x String.length() MLChar from the given + String.
+
+
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
+
+
Create the MLChar from array of Strings.
+
+
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
+
+
Added method to allow initialization of a char array representing + an array of strings.
+
+
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
+
 
+
MLDouble - Class in com.jmatio.types
+
+
Class represents Double array (matrix)
+
+
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
+
+
Create a MLDouble array with given name, + and dimensions.
+
+
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
+
+
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLEmptyArray - Class in com.jmatio.types
+
 
+
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLInt16 - Class in com.jmatio.types
+
+
Class represents Int16 array (matrix)
+
+
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
+
+
Create a MLSingle array with given name, + and dimensions.
+
+
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
+
+
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt32 - Class in com.jmatio.types
+
 
+
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt8 - Class in com.jmatio.types
+
 
+
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLJavaObject - Class in com.jmatio.types
+
 
+
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
+
 
+
MLNumericArray<T extends Number> - Class in com.jmatio.types
+
 
+
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLObject - Class in com.jmatio.types
+
 
+
MLObject(String, String, MLStructure) - Constructor for class com.jmatio.types.MLObject
+
 
+
MLSingle - Class in com.jmatio.types
+
 
+
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSparse - Class in com.jmatio.types
+
 
+
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
+
 
+
MLStructure - Class in com.jmatio.types
+
+
This class represents Matlab's Structure object (structure array).
+
+
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLStructure(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLUInt16 - Class in com.jmatio.types
+
 
+
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt32 - Class in com.jmatio.types
+
 
+
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Create a MLUInt64 array with given name, + and dimensions.
+
+
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLUInt8 - Class in com.jmatio.types
+
+
Class represents UInt8 (byte) array (matrix)
+
+
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

N

+
+
name - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

P

+
+
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

Q

+
+
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
+
 
+
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Parses the query string and returns the object it refers to.
+
+
+ + + +

R

+
+
read(File) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
 
+
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a bare set of bytes.
+
+
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to char.
+
+
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to double.
+
+
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to int.
+
+
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads the data into a ByteBuffer.
+
+
+ + + +

S

+
+
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(MLArray, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(String) - Method in class com.jmatio.types.MLChar
+
+
Populates the MLChar with the String value.
+
+
set(String, int) - Method in class com.jmatio.types.MLChar
+
+
Set one row, specifying the row.
+
+
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T[]) - Method in class com.jmatio.types.MLNumericArray
+
 
+
set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
setChar(char, int) - Method in class com.jmatio.types.MLChar
+
 
+
setField(String, MLArray) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for current structure
+
+
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for (m,n)'th structure in struct array
+
+
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets filed for structure described by index in struct array
+
+
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single imaginary array element.
+
+
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets real part of matrix
+
+
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Return number of bytes for given type.
+
+
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
+ + + +

T

+
+
toString() - Method in class com.jmatio.io.MatFileHeader
+
 
+
toString() - Method in class com.jmatio.types.MLArray
+
 
+
type - Variable in class com.jmatio.types.MLArray
+
 
+
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Get String representation of a data type
+
+
typeToString(int) - Static method in class com.jmatio.types.MLArray
+
 
+
+ + + +

W

+
+
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
+
Writes MLArrays into WritableByteChannel.
+
+
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file created from + filepath.
+
+
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File
+
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[]) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(ByteBuffer) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+A B C D E F G H I M N P Q R S T W 
+ + + + + + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html new file mode 100644 index 0000000..7b4f5bd --- /dev/null +++ b/javadoc/snapshot/index.html @@ -0,0 +1,74 @@ + + + + + +jmatio 3.3.0-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/snapshot/overview-frame.html b/javadoc/snapshot/overview-frame.html new file mode 100644 index 0000000..70eeb75 --- /dev/null +++ b/javadoc/snapshot/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.diffplug.matsim:jmatio:3.3.0-SNAPSHOT by DiffPlug

+ + +

 

+ + diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html new file mode 100644 index 0000000..993968b --- /dev/null +++ b/javadoc/snapshot/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

jmatio 3.3.0-SNAPSHOT API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
+
+ + + + + + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html new file mode 100644 index 0000000..0fe08f4 --- /dev/null +++ b/javadoc/snapshot/overview-tree.html @@ -0,0 +1,212 @@ + + + + + +Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/package-list b/javadoc/snapshot/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/snapshot/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/snapshot/script.js b/javadoc/snapshot/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/snapshot/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html new file mode 100644 index 0000000..02cb976 --- /dev/null +++ b/javadoc/snapshot/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Serialized Form

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/stylesheet.css b/javadoc/snapshot/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/snapshot/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From fe9c13c08fcaad0b2f783f19bdb6dcd77d263829 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Wed, 7 Oct 2015 12:27:57 +0000 Subject: [PATCH 03/56] Lastest javadoc on successful travis build 5 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 52 - javadoc/snapshot/allclasses-noframe.html | 52 - .../com/jmatio/common/MatDataTypes.html | 784 ---------- .../com/jmatio/common/package-frame.html | 20 - .../com/jmatio/common/package-summary.html | 144 -- .../com/jmatio/common/package-tree.html | 137 -- .../com/jmatio/common/util/MLArrayQuery.html | 333 ---- .../com/jmatio/common/util/package-frame.html | 20 - .../jmatio/common/util/package-summary.html | 144 -- .../com/jmatio/common/util/package-tree.html | 137 -- javadoc/snapshot/com/jmatio/io/MatFile.html | 358 ----- .../snapshot/com/jmatio/io/MatFileFilter.html | 345 ----- .../snapshot/com/jmatio/io/MatFileHeader.html | 395 ----- .../jmatio/io/MatFileIncrementalWriter.html | 412 ----- .../snapshot/com/jmatio/io/MatFileReader.html | 688 --------- .../snapshot/com/jmatio/io/MatFileWriter.html | 418 ----- .../com/jmatio/io/MatlabIOException.html | 268 ---- .../snapshot/com/jmatio/io/package-frame.html | 29 - .../com/jmatio/io/package-summary.html | 194 --- .../snapshot/com/jmatio/io/package-tree.html | 155 -- .../io/stream/BufferedOutputStream.html | 318 ---- .../io/stream/ByteBufferInputStream.html | 320 ---- .../io/stream/ByteBufferedOutputStream.html | 473 ------ .../io/stream/FileBufferedOutputStream.html | 469 ------ .../jmatio/io/stream/MatFileInputStream.html | 404 ----- .../com/jmatio/io/stream/package-frame.html | 24 - .../com/jmatio/io/stream/package-summary.html | 165 -- .../com/jmatio/io/stream/package-tree.html | 152 -- .../com/jmatio/types/ByteStorageSupport.html | 266 ---- .../snapshot/com/jmatio/types/MLArray.html | 1185 -------------- javadoc/snapshot/com/jmatio/types/MLCell.html | 414 ----- javadoc/snapshot/com/jmatio/types/MLChar.html | 538 ------- .../snapshot/com/jmatio/types/MLDouble.html | 496 ------ .../com/jmatio/types/MLEmptyArray.html | 294 ---- .../snapshot/com/jmatio/types/MLInt16.html | 500 ------ .../snapshot/com/jmatio/types/MLInt32.html | 499 ------ .../snapshot/com/jmatio/types/MLInt64.html | 496 ------ javadoc/snapshot/com/jmatio/types/MLInt8.html | 519 ------- .../com/jmatio/types/MLJavaObject.html | 336 ---- .../com/jmatio/types/MLNumericArray.html | 849 ---------- .../snapshot/com/jmatio/types/MLObject.html | 315 ---- .../snapshot/com/jmatio/types/MLSingle.html | 375 ----- .../snapshot/com/jmatio/types/MLSparse.html | 708 --------- .../com/jmatio/types/MLStructure.html | 560 ------- .../snapshot/com/jmatio/types/MLUInt16.html | 358 ----- .../snapshot/com/jmatio/types/MLUInt32.html | 358 ----- .../snapshot/com/jmatio/types/MLUInt64.html | 496 ------ .../snapshot/com/jmatio/types/MLUInt8.html | 535 ------- .../com/jmatio/types/package-frame.html | 42 - .../com/jmatio/types/package-summary.html | 241 --- .../com/jmatio/types/package-tree.html | 171 --- javadoc/snapshot/constant-values.html | 578 ------- javadoc/snapshot/deprecated-list.html | 149 -- javadoc/snapshot/help-doc.html | 225 --- javadoc/snapshot/index-all.html | 1367 ----------------- javadoc/snapshot/index.html | 74 - javadoc/snapshot/overview-frame.html | 26 - javadoc/snapshot/overview-summary.html | 154 -- javadoc/snapshot/overview-tree.html | 212 --- javadoc/snapshot/package-list | 5 - javadoc/snapshot/script.js | 30 - javadoc/snapshot/serialized-form.html | 137 -- javadoc/snapshot/stylesheet.css | 574 ------- 63 files changed, 21492 deletions(-) delete mode 100644 javadoc/snapshot/allclasses-frame.html delete mode 100644 javadoc/snapshot/allclasses-noframe.html delete mode 100644 javadoc/snapshot/com/jmatio/common/MatDataTypes.html delete mode 100644 javadoc/snapshot/com/jmatio/common/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/common/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/common/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFile.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileFilter.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileHeader.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileReader.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileWriter.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatlabIOException.html delete mode 100644 javadoc/snapshot/com/jmatio/io/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/io/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/io/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLArray.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLCell.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLChar.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLDouble.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLEmptyArray.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt16.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt32.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt64.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt8.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLJavaObject.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLNumericArray.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLObject.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLSingle.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLSparse.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLStructure.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt16.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt32.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt64.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt8.html delete mode 100644 javadoc/snapshot/com/jmatio/types/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/types/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/types/package-tree.html delete mode 100644 javadoc/snapshot/constant-values.html delete mode 100644 javadoc/snapshot/deprecated-list.html delete mode 100644 javadoc/snapshot/help-doc.html delete mode 100644 javadoc/snapshot/index-all.html delete mode 100644 javadoc/snapshot/index.html delete mode 100644 javadoc/snapshot/overview-frame.html delete mode 100644 javadoc/snapshot/overview-summary.html delete mode 100644 javadoc/snapshot/overview-tree.html delete mode 100644 javadoc/snapshot/package-list delete mode 100644 javadoc/snapshot/script.js delete mode 100644 javadoc/snapshot/serialized-form.html delete mode 100644 javadoc/snapshot/stylesheet.css diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html deleted file mode 100644 index 4761a37..0000000 --- a/javadoc/snapshot/allclasses-frame.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -All Classes (jmatio 3.3.0-SNAPSHOT API) - - - - - -

All Classes

- - - diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html deleted file mode 100644 index 5ad6995..0000000 --- a/javadoc/snapshot/allclasses-noframe.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -All Classes (jmatio 3.3.0-SNAPSHOT API) - - - - - -

All Classes

- - - diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html deleted file mode 100644 index 6c691b9..0000000 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ /dev/null @@ -1,784 +0,0 @@ - - - - - -MatDataTypes (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.common
-

Class MatDataTypes

-
-
- -
-
    -
  • -
    -
    -
    public class MatDataTypes
    -extends Object
    -
    MAT-file data types
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html deleted file mode 100644 index 10f98bb..0000000 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -com.jmatio.common (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.jmatio.common

-
-

Classes

- -
- - diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html deleted file mode 100644 index 9605b29..0000000 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - -com.jmatio.common (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.common

-
-
-
    -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    MatDataTypes -
    MAT-file data types
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html deleted file mode 100644 index e051d5a..0000000 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -com.jmatio.common Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.common

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html deleted file mode 100644 index 4027448..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - -MLArrayQuery (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.common.util
-

Class MLArrayQuery

-
-
- -
-
    -
  • -
    -
    -
    public class MLArrayQuery
    -extends Object
    -
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. -

    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLArrayQuery

        -
        public MLArrayQuery(String queryString)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        q

        -
        public static Object q(MLArray array,
        -                       String query)
        -
        -
        Parameters:
        -
        array -
        -
        query -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        query

        -
        public Object query(MLArray array)
        -
        Parses the query string and returns the object it refers to.
        -
        -
        Parameters:
        -
        array - source MLArray
        -
        Returns:
        -
        query result
        -
        -
      • -
      - - - -
        -
      • -

        getContent

        -
        public Object getContent(MLArray array,
        -                         int m,
        -                         int n)
        -
        Returns the content of the field/cell/object.
        -
        -
        Parameters:
        -
        array - the parent structure/cell
        -
        m - column or -1
        -
        n - row or -1
        -
        Returns:
        -
        if both m and n are -1, returns MLArray, if n is -1, returns - content under index m, if both m and n are not-negative, returns - content of (m,n)
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html deleted file mode 100644 index f9eab6f..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -com.jmatio.common.util (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.jmatio.common.util

-
-

Classes

- -
- - diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html deleted file mode 100644 index e615bd1..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - -com.jmatio.common.util (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.common.util

-
-
-
    -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    MLArrayQuery -
    The JMatIO query parser.
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html deleted file mode 100644 index 679fe0f..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -com.jmatio.common.util Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.common.util

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html deleted file mode 100644 index 2e51854..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -MatFile (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFile

-
-
- -
-
    -
  • -
    -
    -
    public class MatFile
    -extends Object
    -
    MatFileReader's API is vague. Do you pass a file in the constructor - or the read method? It also limits your ability to partially parse - a section of code, such as the case where you have a MAT-file without - a header -

    - MatFile is a value class which presents a simplified API for parsing either a - ByteBuffer or a RandomAccessFile.

    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html deleted file mode 100644 index e77ec71..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - -MatFileFilter (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileFilter

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileFilter
    -extends Object
    -
    File filter. - - This class is used to tell MatFileReader which matrices - should be processed. This is useful when operating on big MAT-files, - when there's no need to load all arrays into memory. - - Usage: -
    
    - //create new filter instance
    - MatFileFilter filter = new MatFileFilter();
    - //add a needle
    - filter.addArrayName( "your_array_name" );
    - 
    - //read array form file (haystack) looking _only_ for pecified array (needle)
    - MatFileReader mfr = new MatFileReader( fileName, filter );
    - 
    -
    -
    See Also:
    -
    MatFileReader
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileFilter

        -
        public MatFileFilter()
        -
        Creates empty filter intance. - - Note: empty filter acceps all results.
        -
      • -
      - - - -
        -
      • -

        MatFileFilter

        -
        public MatFileFilter(String[] names)
        -
        Create filter intance and add array names.
        -
        -
        Parameters:
        -
        names - - array of names (needles)
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addArrayName

        -
        public void addArrayName(String name)
        -
        Add array name to the filter. This array will be processed - while crawling thourg the MAT-file
        -
        -
        Parameters:
        -
        name - - array name (needle)
        -
        -
      • -
      - - - -
        -
      • -

        matches

        -
        public boolean matches(String name)
        -
        Test if given name matches the filter.
        -
        -
        Parameters:
        -
        name - - array name to be tested
        -
        Returns:
        -
        - true if array (matrix) of this name should be processed
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html deleted file mode 100644 index 46b2f79..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - -MatFileHeader (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileHeader

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileHeader
    -extends Object
    -
    MAT-file header - - Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field - and two, 16-bit flag fields
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileHeader

        -
        public MatFileHeader(String description,
        -                     int version,
        -                     byte[] endianIndicator)
        -
        New MAT-file header
        -
        -
        Parameters:
        -
        description - - descriptive text (no longer than 116 characters)
        -
        version - - by default is set to 0x0100
        -
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getDescription

        -
        public String getDescription()
        -
        Gets descriptive text
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getVersion

        -
        public int getVersion()
        -
        When creating a MAT-file, set version to 0x0100
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        createHeader

        -
        public static MatFileHeader createHeader()
        -
        A factory. Creates new MatFileHeader instance with default header values: -
          -
        • MAT-file is 5.0 version
        • -
        • version is set to 0x0100
        • -
        • no byte-swapping ("IM")
        • -
        -
        -
        Returns:
        -
        - new MatFileHeader instance
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html deleted file mode 100644 index 9db2e2d..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - -MatFileIncrementalWriter (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileIncrementalWriter

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileIncrementalWriter
    -extends Object
    -
    MAT-file Incremental writer. - - An updated writer which allows adding variables incrementally - for the life of the writer. This is necessary to allow large - variables to be written without having to hold onto then longer - than is necessary. - - The writer internally maintains a list of the variable names - it has written so far, and will throw an exception if the same - variable name is submitted more than once to the same reader. - - Usage: -
    
    - //1. First create example arrays
    - double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    - MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    - MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    -         
    - //2. write arrays to file
    - MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    - writer.write(mlDouble);
    - writer.write(mlChar);
    - 
    - writer.close();
    - 
    - 
    - - this is "equal" to Matlab commands: -
    
    - >> double_arr = [ 1 2; 3 4; 5 6];
    - >> char_arr = 'I am dummy';
    - >>
    - >> save('mat_file.mat', 'double_arr');
    - >> save('mat_file.mat', 'char_arr', '-append');
    - 
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileIncrementalWriter

        -
        public MatFileIncrementalWriter(String fileName)
        -                         throws IOException
        -
        Creates a writer to a file given the filename.
        -
        -
        Parameters:
        -
        fileName - - name of ouput file
        -
        Throws:
        -
        IOException
        -
        DataFormatException
        -
        -
      • -
      - - - -
        -
      • -

        MatFileIncrementalWriter

        -
        public MatFileIncrementalWriter(File file)
        -                         throws IOException
        -
        Creats a writer to a file given the File object.
        -
        -
        Parameters:
        -
        file - - an output File
        -
        Throws:
        -
        IOException
        -
        DataFormatException
        -
        -
      • -
      - - - -
        -
      • -

        MatFileIncrementalWriter

        -
        public MatFileIncrementalWriter(WritableByteChannel chan)
        -                         throws IOException
        -
        Creates a writer for a file, given an output channel to the file.. - - Writes MAT-file header and compressed data (miCOMPRESSED).
        -
        -
        Parameters:
        -
        chan - - WritableByteChannel
        -
        data - - Collection of MLArray elements
        -
        Throws:
        -
        IOException
        -
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html deleted file mode 100644 index be25ddb..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ /dev/null @@ -1,688 +0,0 @@ - - - - - -MatFileReader (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileReader

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileReader
    -extends Object
    -
    MAT-file reader. Reads MAT-file into MLArray objects. - - Usage: -
    
    - //read in the file
    - MatFileReader mfr = new MatFileReader( "mat_file.mat" );
    - 
    - //get array of a name "my_array" from file
    - MLArray mlArrayRetrived = mfr.getMLArray( "my_array" );
    - 
    - //or get the collection of all arrays that were stored in the file
    - Map content = mfr.getContent();
    - 
    -
    -
    See Also:
    -
    MatFileFilter
    -
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(String fileName)
        -              throws FileNotFoundException,
        -                     IOException
        -
        Creates instance of MatFileReader and reads MAT-file - from location given as fileName. - - This method reads MAT-file without filtering.
        -
        -
        Parameters:
        -
        fileName - the MAT-file path String
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        FileNotFoundException
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(String fileName,
        -                     MatFileFilter filter)
        -              throws IOException
        -
        Creates instance of MatFileReader and reads MAT-file - from location given as fileName. - - Results are filtered by MatFileFilter. Arrays that do not meet - filter match condition will not be available in results.
        -
        -
        Parameters:
        -
        fileName - the MAT-file path String
        -
        MatFileFilter - array name filter.
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(File file)
        -              throws IOException
        -
        Creates instance of MatFileReader and reads MAT-file - from file. - - This method reads MAT-file without filtering.
        -
        -
        Parameters:
        -
        file - the MAT-file
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(File file,
        -                     MatFileFilter filter)
        -              throws IOException
        -
        Creates instance of MatFileReader and reads MAT-file from - file. -

        - Results are filtered by MatFileFilter. Arrays that do not - meet filter match condition will not be available in results. -

        - Note: this method reads file using the memory mapped file policy, see - notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        -
        -
        Parameters:
        -
        file - the MAT-file
        -
        MatFileFilter - array name filter.
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        read

        -
        public Map<String,MLArray> read(File file)
        -                         throws IOException
        -
        Reads the content of a MAT-file and returns the mapped content. -

        - This method calls - read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        -
        -
        Parameters:
        -
        file - a valid MAT-file file to be read
        -
        Returns:
        -
        the same as getContent()
        -
        Throws:
        -
        IOException - if error occurs during file processing
        -
        -
      • -
      - - - -
        -
      • -

        read

        -
        public Map<String,MLArray> read(File file,
        -                                int policy)
        -                         throws IOException
        -
        Reads the content of a MAT-file and returns the mapped content. -

        - This method calls - read(file, new MatFileFilter(), policy).

        -
        -
        Parameters:
        -
        file - a valid MAT-file file to be read
        -
        policy - the file memory allocation policy
        -
        Returns:
        -
        the same as getContent()
        -
        Throws:
        -
        IOException - if error occurs during file processing
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        getMatFileHeader

        -
        public MatFileHeader getMatFileHeader()
        -
        Gets MAT-file header
        -
        -
        Returns:
        -
        - a MatFileHeader object
        -
        -
      • -
      - - - -
        -
      • -

        getData

        -
        public ArrayList<MLArray> getData()
        -
        Deprecated. use getContent which returns a Map to provide - easier access to MLArrays contained in MAT-file
        -
        Returns list of MLArray objects that were inside MAT-file
        -
        -
        Returns:
        -
        - a ArrayList
        -
        -
      • -
      - - - -
        -
      • -

        getMLArray

        -
        public MLArray getMLArray(String name)
        -
        Returns the value to which the red file maps the specified array name. - - Returns null if the file contains no content for this name.
        -
        -
        Parameters:
        -
        - - array name
        -
        Returns:
        -
        - the MLArray to which this file maps the specified name, - or null if the file contains no content for this name.
        -
        -
      • -
      - - - -
        -
      • -

        getContent

        -
        public Map<String,MLArray> getContent()
        -
        Returns a map of MLArray objects that were inside MAT-file. - - MLArrays are mapped with MLArrays' names
        -
        -
        Returns:
        -
        - a Map of MLArrays mapped with their names.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html deleted file mode 100644 index 1c56687..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ /dev/null @@ -1,418 +0,0 @@ - - - - - -MatFileWriter (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileWriter

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileWriter
    -extends Object
    -
    MAT-file writer. - - Usage: -
    
    - //1. First create example arrays
    - double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    - MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    - MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    -         
    - //2. write arrays to file
    - ArrayList list = new ArrayList();
    - list.add( mlDouble );
    - list.add( mlChar );
    - 
    - new MatFileWriter( "mat_file.mat", list );
    - 
    - - this is "equal" to Matlab commands: -
    
    - >> double_arr = [ 1 2; 3 4; 5 6];
    - >> char_arr = 'I am dummy';
    - >>
    - >> save('mat_file.mat', 'double_arr', 'char_arr');
    - 
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        write

        -
        public void write(String filepath,
        -                  Collection<MLArray> data)
        -           throws IOException
        -
        Writes MLArrays into file created from - filepath.
        -
        -
        Parameters:
        -
        filepath - the absolute file path of a MAT-file to which data is written
        -
        data - the collection of MLArray objects
        -
        Throws:
        -
        IOException - if error occurred during MAT-file writing
        -
        -
      • -
      - - - -
        -
      • -

        write

        -
        public void write(File file,
        -                  Collection<MLArray> data)
        -           throws IOException
        -
        Writes MLArrays into File
        -
        -
        Parameters:
        -
        file - the MAT-file to which data is written
        -
        data - the collection of MLArray objects
        -
        Throws:
        -
        IOException - if error occurred during MAT-file writing
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html deleted file mode 100644 index 5134c72..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -MatlabIOException (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatlabIOException

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatlabIOException

        -
        public MatlabIOException(String s)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html deleted file mode 100644 index 8b9e2ee..0000000 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - -com.jmatio.io (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.jmatio.io

- - - diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html deleted file mode 100644 index 80b965a..0000000 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - -com.jmatio.io (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.io

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    MatFile -
    MatFileReader's API is vague.
    -
    MatFileFilter -
    File filter.
    -
    MatFileHeader -
    MAT-file header - - Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field - and two, 16-bit flag fields
    -
    MatFileIncrementalWriter -
    MAT-file Incremental writer.
    -
    MatFileReader -
    MAT-file reader.
    -
    MatFileWriter -
    MAT-file writer.
    -
    -
  • -
  • - - - - - - - - - - - - -
    Exception Summary 
    ExceptionDescription
    MatlabIOException -
    MAT-file reader/writer exception
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html deleted file mode 100644 index 058155e..0000000 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - -com.jmatio.io Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.io

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html deleted file mode 100644 index 65c5cb2..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - -BufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class BufferedOutputStream

-
-
- -
- -
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html deleted file mode 100644 index f00fa49..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - -ByteBufferInputStream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class ByteBufferInputStream

-
-
- -
- -
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html deleted file mode 100644 index 6cc6e6e..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html +++ /dev/null @@ -1,473 +0,0 @@ - - - - - -ByteBufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class ByteBufferedOutputStream

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        DEFAULT_INCREASING_FACTOR

        -
        public static final float DEFAULT_INCREASING_FACTOR
        -
        -
        See Also:
        -
        Constant Field Values
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size)
        -
      • -
      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size,
        -                                boolean onHeap)
        -
      • -
      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size,
        -                                float increasingBy)
        -
      • -
      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size,
        -                                float increasingBy,
        -                                boolean onHeap)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html deleted file mode 100644 index f64f4ca..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html +++ /dev/null @@ -1,469 +0,0 @@ - - - - - -FileBufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class FileBufferedOutputStream

-
-
- -
- -
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html deleted file mode 100644 index 46e6120..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - -MatFileInputStream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class MatFileInputStream

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileInputStream
    -extends Object
    -
    MAT-file input stream class.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileInputStream

        -
        public MatFileInputStream(ByteBuffer buf,
        -                          int type)
        -
        Attach MAT-file input stream to InputStream
        -
        -
        Parameters:
        -
        is - - input stream
        -
        type - - type of data in the stream
        -
        See Also:
        -
        MatDataTypes
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        readInt

        -
        public int readInt()
        -            throws IOException
        -
        Reads data (number of bytes red is determined by data type) - from the stream to int.
        -
        -
        Returns:
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        readChar

        -
        public char readChar()
        -              throws IOException
        -
        Reads data (number of bytes red is determined by data type) - from the stream to char.
        -
        -
        Returns:
        -
        - char
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        readDouble

        -
        public double readDouble()
        -                  throws IOException
        -
        Reads data (number of bytes red is determined by data type) - from the stream to double.
        -
        -
        Returns:
        -
        - double
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        readByte

        -
        public byte readByte()
        -
      • -
      - - - - - - - -
        -
      • -

        skip

        -
        public void skip(int padding)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html deleted file mode 100644 index f6bacd8..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - -com.jmatio.io.stream (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.jmatio.io.stream

- - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html deleted file mode 100644 index 12d016c..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - -com.jmatio.io.stream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.io.stream

-
-
- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html deleted file mode 100644 index 3911869..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - -com.jmatio.io.stream Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.io.stream

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html deleted file mode 100644 index 9e9a081..0000000 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - -ByteStorageSupport (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Interface ByteStorageSupport<T extends Number>

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getBytesAllocated

        -
        int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        T buldFromBytes(byte[] bytes)
        -
      • -
      - - - - - -
        -
      • -

        getByteArray

        -
        byte[] getByteArray(T value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        Class<?> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html deleted file mode 100644 index d5726c8..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ /dev/null @@ -1,1185 +0,0 @@ - - - - - -MLArray (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLArray

-
-
- -
- -
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLArray

        -
        public MLArray(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getName

        -
        public String getName()
        -
        Gets array name
        -
        -
        Returns:
        -
        - array name
        -
        -
      • -
      - - - -
        -
      • -

        getFlags

        -
        public int getFlags()
        -
      • -
      - - - -
        -
      • -

        getNameToByteArray

        -
        public byte[] getNameToByteArray()
        -
      • -
      - - - -
        -
      • -

        getDimensions

        -
        public int[] getDimensions()
        -
      • -
      - - - -
        -
      • -

        getM

        -
        public int getM()
        -
      • -
      - - - -
        -
      • -

        getN

        -
        public int getN()
        -
      • -
      - - - -
        -
      • -

        getNDimensions

        -
        public int getNDimensions()
        -
      • -
      - - - -
        -
      • -

        getSize

        -
        public int getSize()
        -
      • -
      - - - -
        -
      • -

        getType

        -
        public int getType()
        -
      • -
      - - - -
        -
      • -

        isEmpty

        -
        public boolean isEmpty()
        -
      • -
      - - - -
        -
      • -

        typeToString

        -
        public static final String typeToString(int type)
        -
      • -
      - - - -
        -
      • -

        isCell

        -
        public boolean isCell()
        -
      • -
      - - - -
        -
      • -

        isChar

        -
        public boolean isChar()
        -
      • -
      - - - -
        -
      • -

        isComplex

        -
        public boolean isComplex()
        -
      • -
      - - - -
        -
      • -

        isSparse

        -
        public boolean isSparse()
        -
      • -
      - - - -
        -
      • -

        isStruct

        -
        public boolean isStruct()
        -
      • -
      - - - -
        -
      • -

        isDouble

        -
        public boolean isDouble()
        -
      • -
      - - - -
        -
      • -

        isSingle

        -
        public boolean isSingle()
        -
      • -
      - - - -
        -
      • -

        isInt8

        -
        public boolean isInt8()
        -
      • -
      - - - -
        -
      • -

        isUint8

        -
        public boolean isUint8()
        -
      • -
      - - - -
        -
      • -

        isInt16

        -
        public boolean isInt16()
        -
      • -
      - - - -
        -
      • -

        isUint16

        -
        public boolean isUint16()
        -
      • -
      - - - -
        -
      • -

        isInt32

        -
        public boolean isInt32()
        -
      • -
      - - - -
        -
      • -

        isUint32

        -
        public boolean isUint32()
        -
      • -
      - - - -
        -
      • -

        isInt64

        -
        public boolean isInt64()
        -
      • -
      - - - -
        -
      • -

        isUint64

        -
        public boolean isUint64()
        -
      • -
      - - - -
        -
      • -

        isObject

        -
        public boolean isObject()
        -
      • -
      - - - -
        -
      • -

        isOpaque

        -
        public boolean isOpaque()
        -
      • -
      - - - -
        -
      • -

        isLogical

        -
        public boolean isLogical()
        -
      • -
      - - - -
        -
      • -

        isFunctionObject

        -
        public boolean isFunctionObject()
        -
      • -
      - - - -
        -
      • -

        isUnknown

        -
        public boolean isUnknown()
        -
      • -
      - - - -
        -
      • -

        getIndex

        -
        protected int getIndex(int m,
        -                       int n)
        -
      • -
      - - - - - - - -
        -
      • -

        contentToString

        -
        public String contentToString()
        -
      • -
      - - - -
        -
      • -

        dispose

        -
        public void dispose()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html deleted file mode 100644 index 16f0a62..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ /dev/null @@ -1,414 +0,0 @@ - - - - - -MLCell (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLCell

-
-
- -
-
    -
  • -
    -
    -
    public class MLCell
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLCell

        -
        public MLCell(String name,
        -              int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLCell

        -
        public MLCell(String name,
        -              int[] dims,
        -              int type,
        -              int attributes)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html deleted file mode 100644 index 1c4cbf8..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ /dev/null @@ -1,538 +0,0 @@ - - - - - -MLChar (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLChar

-
-
- -
-
    -
  • -
    -
    -
    public class MLChar
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - - - - - - - - - -
        -
      • -

        MLChar

        -
        public MLChar(String name,
        -              String[] values,
        -              int maxlen)
        -
        Added method to allow initialization of a char array representing - an array of strings.
        -
        -
        Parameters:
        -
        name -
        -
        values -
        -
        maxlen -
        -
        -
      • -
      - - - -
        -
      • -

        MLChar

        -
        public MLChar(String name,
        -              int[] dims,
        -              int type,
        -              int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createArray

        -
        protected Character[] createArray(int m,
        -                                  int n)
        -
      • -
      - - - -
        -
      • -

        setChar

        -
        public void setChar(char ch,
        -                    int index)
        -
      • -
      - - - -
        -
      • -

        set

        -
        public void set(String value)
        -
        Populates the MLChar with the String value.
        -
        -
        Parameters:
        -
        value - the String value
        -
        -
      • -
      - - - -
        -
      • -

        set

        -
        public void set(String value,
        -                int idx)
        -
        Set one row, specifying the row.
        -
        -
        Parameters:
        -
        value -
        -
        idx -
        -
        -
      • -
      - - - -
        -
      • -

        getChar

        -
        public Character getChar(int m,
        -                         int n)
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals(Object o)
        -
        -
        Overrides:
        -
        equals in class Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class Object
        -
        -
      • -
      - - - -
        -
      • -

        getString

        -
        public String getString(int m)
        -
        Gets the m-th character matrix's row as String.
        -
        -
        Parameters:
        -
        m - - row number
        -
        Returns:
        -
        - String
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html deleted file mode 100644 index be05903..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - -MLDouble (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLDouble

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                int[] dims)
        -
        Create a MLDouble array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                Double[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                double[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Double[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                double[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public double[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Double buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Double value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Double> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html deleted file mode 100644 index 0d03cf1..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - -MLEmptyArray (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLEmptyArray

-
-
- -
-
    -
  • -
    -
    -
    public class MLEmptyArray
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLEmptyArray

        -
        public MLEmptyArray()
        -
      • -
      - - - -
        -
      • -

        MLEmptyArray

        -
        public MLEmptyArray(String name)
        -
      • -
      - - - -
        -
      • -

        MLEmptyArray

        -
        public MLEmptyArray(String name,
        -                    int[] dims,
        -                    int type,
        -                    int attributes)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html deleted file mode 100644 index c69cdca..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ /dev/null @@ -1,500 +0,0 @@ - - - - - -MLInt16 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt16

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxINT16_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               int[] dims)
        -
        Create a MLSingle array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               Short[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               short[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Short[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               short[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public short[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Short buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Short value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Short> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html deleted file mode 100644 index 0a8d750..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ /dev/null @@ -1,499 +0,0 @@ - - - - - -MLInt32 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt32

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[] dims)
        -
        Create a MLInt64 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               Integer[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public int[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Integer buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Integer> getStorageClazz()
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Integer value)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html deleted file mode 100644 index 54844c6..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - -MLInt64 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt64

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               int[] dims)
        -
        Create a MLInt64 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               Long[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               long[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               long[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public long[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Long buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Long> getStorageClazz()
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Long value)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html deleted file mode 100644 index 991c1e4..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ /dev/null @@ -1,519 +0,0 @@ - - - - - -MLInt8 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt8

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              int[] dims,
        -              int type,
        -              int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              int[] dims)
        -
        Create a MLUInt8 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              Byte[] vals,
        -              int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              byte[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              byte[] vals,
        -              int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public byte[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Byte buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Byte value)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Byte> getStorageClazz()
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html deleted file mode 100644 index 10c3a34..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -MLJavaObject (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLJavaObject

-
-
- -
-
    -
  • -
    -
    -
    public class MLJavaObject
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getClassName

        -
        public String getClassName()
        -
      • -
      - - - -
        -
      • -

        getContent

        -
        public ByteBuffer getContent()
        -
      • -
      - - - -
        -
      • -

        instantiateObject

        -
        public Object instantiateObject()
        -                         throws Exception
        -
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        -
        -
        Throws:
        -
        Exception
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html deleted file mode 100644 index 232ba35..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ /dev/null @@ -1,849 +0,0 @@ - - - - - -MLNumericArray (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLNumericArray<T extends Number>

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLNumericArray

        -
        public MLNumericArray(String name,
        -                      int[] dims,
        -                      int type,
        -                      int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type
        -
        attributes - - array flags
        -
        -
      • -
      - - - - - -
        -
      • -

        MLNumericArray

        -
        public MLNumericArray(String name,
        -                      int type,
        -                      T[] vals,
        -                      int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        type - - array type
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        allocate

        -
        protected void allocate()
        -
      • -
      - - - -
        -
      • -

        getReal

        -
        public T getReal(int m,
        -                 int n)
        -
        Gets single real array element of A(m,n).
        -
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - -
        -
      • -

        getReal

        -
        public T getReal(int index)
        -
        -
        Parameters:
        -
        index -
        -
        Returns:
        -
        -
      • -
      - - - - - -
        -
      • -

        setReal

        -
        public void setReal(T value,
        -                    int m,
        -                    int n)
        -
        Sets single real array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        m - - row index
        -
        n - - column index
        -
        -
      • -
      - - - - - -
        -
      • -

        setReal

        -
        public void setReal(T value,
        -                    int index)
        -
        Sets single real array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        index - - column-packed vector index
        -
        -
      • -
      - - - - - -
        -
      • -

        setReal

        -
        public void setReal(T[] vector)
        -
        Sets real part of matrix
        -
        -
        Parameters:
        -
        vector - - column-packed vector of elements
        -
        -
      • -
      - - - - - -
        -
      • -

        setImaginary

        -
        public void setImaginary(T value,
        -                         int m,
        -                         int n)
        -
        Sets single imaginary array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        m - - row index
        -
        n - - column index
        -
        -
      • -
      - - - - - -
        -
      • -

        setImaginary

        -
        public void setImaginary(T value,
        -                         int index)
        -
        Sets single real array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        index - - column-packed vector index
        -
        -
      • -
      - - - -
        -
      • -

        getImaginary

        -
        public T getImaginary(int m,
        -                      int n)
        -
        Gets single imaginary array element of A(m,n).
        -
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - -
        -
      • -

        getImaginary

        -
        public T getImaginary(int index)
        -
        -
        Parameters:
        -
        index -
        -
        Returns:
        -
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        public void set(T value,
        -                int m,
        -                int n)
        -
        Does the same as setReal.
        -
        -
        Parameters:
        -
        value - - element value
        -
        m - - row index
        -
        n - - column index
        -
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        public void set(T value,
        -                int index)
        -
        Does the same as setReal.
        -
        -
        Parameters:
        -
        value - - element value
        -
        index - - column-packed vector index
        -
        -
      • -
      - - - -
        -
      • -

        get

        -
        public T get(int m,
        -             int n)
        -
        Does the same as getReal.
        -
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - -
        -
      • -

        get

        -
        public T get(int index)
        -
        -
        Parameters:
        -
        index -
        -
        Returns:
        -
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        public void set(T[] vector)
        -
        -
        Parameters:
        -
        vector -
        -
        -
      • -
      - - - -
        -
      • -

        get

        -
        protected T get(ByteBuffer buffer,
        -                int index)
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        protected void set(ByteBuffer buffer,
        -                   T value,
        -                   int index)
        -
      • -
      - - - -
        -
      • -

        putImaginaryByteBuffer

        -
        public void putImaginaryByteBuffer(ByteBuffer buff)
        -
      • -
      - - - -
        -
      • -

        getImaginaryByteBuffer

        -
        public ByteBuffer getImaginaryByteBuffer()
        -
      • -
      - - - -
        -
      • -

        putRealByteBuffer

        -
        public void putRealByteBuffer(ByteBuffer buff)
        -
      • -
      - - - -
        -
      • -

        getRealByteBuffer

        -
        public ByteBuffer getRealByteBuffer()
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals(Object o)
        -
        -
        Overrides:
        -
        equals in class Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class Object
        -
        -
      • -
      - - - -
        -
      • -

        dispose

        -
        public void dispose()
        -
        -
        Overrides:
        -
        dispose in class MLArray
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html deleted file mode 100644 index 17315db..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -MLObject (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLObject

-
-
- -
-
    -
  • -
    -
    -
    public class MLObject
    -extends MLArray
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html deleted file mode 100644 index c2268d3..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - -MLSingle (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLSingle

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLSingle

        -
        public MLSingle(String name,
        -                Float[] vals,
        -                int m)
        -
      • -
      - - - -
        -
      • -

        MLSingle

        -
        public MLSingle(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        buldFromBytes

        -
        public Float buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Float value)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<?> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html deleted file mode 100644 index 4ad783f..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ /dev/null @@ -1,708 +0,0 @@ - - - - - -MLSparse (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLSparse

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLSparse

        -
        public MLSparse(String name,
        -                int[] dims,
        -                int attributes,
        -                int nzmax)
        -
        -
        Parameters:
        -
        name -
        -
        dims -
        -
        attributes -
        -
        nzmax -
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        getMaxNZ

        -
        public int getMaxNZ()
        -
        Gets maximum number of non-zero values
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getIR

        -
        public int[] getIR()
        -
        Gets row indices - - ir points to an integer array of length nzmax containing the row indices of - the corresponding elements in pr and pi.
        -
      • -
      - - - -
        -
      • -

        getJC

        -
        public int[] getJC()
        -
        Gets column indices. - - jc points to an integer array of length N+1 that contains column index information. - For j, in the range 0<=j<=N�1, jc[j] is the index in ir and pr (and pi - if it exists) of the first nonzero entry in the jth column and jc[j+1]�1 index - of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number - of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero - entries can be inserted in the array without allocating additional storage
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getReal

        -
        public Double getReal(int m,
        -                      int n)
        -
        Description copied from class: MLNumericArray
        -
        Gets single real array element of A(m,n).
        -
        -
        Overrides:
        -
        getReal in class MLNumericArray<Double>
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - - - - - -
        -
      • -

        setReal

        -
        public void setReal(Double value,
        -                    int m,
        -                    int n)
        -
        Description copied from class: MLNumericArray
        -
        Sets single real array element.
        -
        -
        Overrides:
        -
        setReal in class MLNumericArray<Double>
        -
        Parameters:
        -
        value -
        -
        m -
        -
        n -
        -
        -
      • -
      - - - -
        -
      • -

        setReal

        -
        public void setReal(Double value,
        -                    int index)
        -
        Description copied from class: MLNumericArray
        -
        Sets single real array element.
        -
        -
        Overrides:
        -
        setReal in class MLNumericArray<Double>
        -
        Parameters:
        -
        value -
        -
        index -
        -
        -
      • -
      - - - -
        -
      • -

        setImaginary

        -
        public void setImaginary(Double value,
        -                         int m,
        -                         int n)
        -
        Description copied from class: MLNumericArray
        -
        Sets single imaginary array element.
        -
        -
        Overrides:
        -
        setImaginary in class MLNumericArray<Double>
        -
        Parameters:
        -
        value -
        -
        m -
        -
        n -
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getImaginary

        -
        public Double getImaginary(int m,
        -                           int n)
        -
        Description copied from class: MLNumericArray
        -
        Gets single imaginary array element of A(m,n).
        -
        -
        Overrides:
        -
        getImaginary in class MLNumericArray<Double>
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - - - - - -
        -
      • -

        exportReal

        -
        public Double[] exportReal()
        -
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        -
        -
        Returns:
        -
        real part
        -
        -
      • -
      - - - -
        -
      • -

        exportImaginary

        -
        public Double[] exportImaginary()
        -
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        -
        -
        Returns:
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Double buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Double value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Double> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html deleted file mode 100644 index b38d10a..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ /dev/null @@ -1,560 +0,0 @@ - - - - - -MLStructure (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLStructure

-
-
- -
-
    -
  • -
    -
    -
    public class MLStructure
    -extends MLArray
    -
    This class represents Matlab's Structure object (structure array). - - Note: array of structures can contain only structures of the same type - , that means structures that have the same field names.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLStructure

        -
        public MLStructure(String name,
        -                   int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLStructure

        -
        public MLStructure(String name,
        -                   int[] dims,
        -                   int type,
        -                   int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value)
        -
        Sets field for current structure
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        -
      • -
      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value,
        -                     int m,
        -                     int n)
        -
        Sets field for (m,n)'th structure in struct array
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        m -
        -
        n -
        -
        -
      • -
      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value,
        -                     int index)
        -
        Sets filed for structure described by index in struct array
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        index -
        -
        -
      • -
      - - - -
        -
      • -

        getMaxFieldLenth

        -
        public int getMaxFieldLenth()
        -
        Gets the maximum length of field descriptor
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getKeySetToByteArray

        -
        public byte[] getKeySetToByteArray()
        -
        Dumps field names to byte array. Field names are written as Zero End Strings
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getAllFields

        -
        public Collection<MLArray> getAllFields()
        -
        Gets all field from sruct array as flat list of fields.
        -
        -
        Returns:
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name)
        -
        Gets a value of the field described by name from current struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name,
        -                        int m,
        -                        int n)
        -
        Gets a value of the field described by name from (m,n)'th struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        m -
        -
        n -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name,
        -                        int index)
        -
        Gets a value of the field described by name from index'th struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        index -
        -
        Returns:
        -
        value of the field or null if the field doesn't exist
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html deleted file mode 100644 index 16fea01..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -MLUInt16 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt16

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                Short[] vals,
        -                int m)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                short[][] vals)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                short[] vals,
        -                int m)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html deleted file mode 100644 index 72fb9e4..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -MLUInt32 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt32

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[] vals,
        -                int m)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[][] vals)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                Integer[] vals,
        -                int m)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html deleted file mode 100644 index 895de1b..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - -MLUInt64 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt64

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                int[] dims)
        -
        Create a MLUInt64 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                Long[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                long[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                long[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public long[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Long buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Long> getStorageClazz()
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Long value)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html deleted file mode 100644 index 539f9b1..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ /dev/null @@ -1,535 +0,0 @@ - - - - - -MLUInt8 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt8

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               int[] dims)
        -
        Create a MLUInt8 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               Byte[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               byte[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               byte[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createArray

        -
        public Byte[] createArray(int m,
        -                          int n)
        -
      • -
      - - - -
        -
      • -

        getArray

        -
        public byte[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Byte buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Byte value)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Byte> getStorageClazz()
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html deleted file mode 100644 index 7934274..0000000 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - -com.jmatio.types (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.jmatio.types

- - - diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html deleted file mode 100644 index c9dd944..0000000 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - -com.jmatio.types (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.types

-
-
- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html deleted file mode 100644 index acd9f16..0000000 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - -com.jmatio.types Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.types

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html deleted file mode 100644 index e048344..0000000 --- a/javadoc/snapshot/constant-values.html +++ /dev/null @@ -1,578 +0,0 @@ - - - - - -Constant Field Values (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Constant Field Values

-

Contents

- -
-
- - -

com.jmatio.*

- - - - -
- - - - - - diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html deleted file mode 100644 index 6921161..0000000 --- a/javadoc/snapshot/deprecated-list.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Deprecated List (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Deprecated API

-

Contents

- -
-
- - -
    -
  • - - - - - - - - - - -
    Deprecated Methods 
    Method and Description
    com.jmatio.io.MatFileReader.getData() -
    use getContent which returns a Map to provide - easier access to MLArrays contained in MAT-file
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html deleted file mode 100644 index 3173876..0000000 --- a/javadoc/snapshot/help-doc.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -API Help (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
-
-
    -
  • -

    Overview

    -

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    -
  • -
  • -

    Package

    -

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    -
      -
    • Interfaces (italic)
    • -
    • Classes
    • -
    • Enums
    • -
    • Exceptions
    • -
    • Errors
    • -
    • Annotation Types
    • -
    -
  • -
  • -

    Class/Interface

    -

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
      -
    • Class inheritance diagram
    • -
    • Direct Subclasses
    • -
    • All Known Subinterfaces
    • -
    • All Known Implementing Classes
    • -
    • Class/interface declaration
    • -
    • Class/interface description
    • -
    -
      -
    • Nested Class Summary
    • -
    • Field Summary
    • -
    • Constructor Summary
    • -
    • Method Summary
    • -
    -
      -
    • Field Detail
    • -
    • Constructor Detail
    • -
    • Method Detail
    • -
    -

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    -
  • -
  • -

    Annotation Type

    -

    Each annotation type has its own separate page with the following sections:

    -
      -
    • Annotation Type declaration
    • -
    • Annotation Type description
    • -
    • Required Element Summary
    • -
    • Optional Element Summary
    • -
    • Element Detail
    • -
    -
  • -
  • -

    Enum

    -

    Each enum has its own separate page with the following sections:

    -
      -
    • Enum declaration
    • -
    • Enum description
    • -
    • Enum Constant Summary
    • -
    • Enum Constant Detail
    • -
    -
  • -
  • -

    Tree (Class Hierarchy)

    -

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    -
      -
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • -
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • -
    -
  • -
  • -

    Deprecated API

    -

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    -
  • -
  • -

    Index

    -

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    -
  • -
  • -

    Prev/Next

    -

    These links take you to the next or previous class, interface, package, or related page.

    -
  • -
  • -

    Frames/No Frames

    -

    These links show and hide the HTML frames. All pages are available with or without frames.

    -
  • -
  • -

    All Classes

    -

    The All Classes link shows all classes and interfaces except non-static nested types.

    -
  • -
  • -

    Serialized Form

    -

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    -
  • -
  • -

    Constant Field Values

    -

    The Constant Field Values page lists the static final fields and their values.

    -
  • -
-This help file applies to API documentation generated using the standard doclet.
- - - - - - diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html deleted file mode 100644 index 14cd48b..0000000 --- a/javadoc/snapshot/index-all.html +++ /dev/null @@ -1,1367 +0,0 @@ - - - - - -Index (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
A B C D E F G H I M N P Q R S T W  - - -

A

-
-
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
-
-
Add array name to the filter.
-
-
allocate() - Method in class com.jmatio.types.MLNumericArray
-
 
-
allocate() - Method in class com.jmatio.types.MLSparse
-
 
-
attributes - Variable in class com.jmatio.types.MLArray
-
 
-
- - - -

B

-
-
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
-
-
Returns the backing ByteBuffer
-
-
buffer() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
buffer() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
BufferedOutputStream - Class in com.jmatio.io.stream
-
 
-
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
-
 
-
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
-
 
-
ByteBufferedOutputStream - Class in com.jmatio.io.stream
-
-
From https://gist.github.com/manzke/985007
-
-
ByteBufferedOutputStream(int) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferedOutputStream(int, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferedOutputStream(int, float) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferedOutputStream(int, float, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferInputStream - Class in com.jmatio.io.stream
-
 
-
ByteBufferInputStream(ByteBuffer, long) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
-
 
-
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
-
 
-
- - - -

C

-
-
capacity() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
cells() - Method in class com.jmatio.types.MLCell
-
 
-
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
-
 
-
close() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
com.jmatio.common - package com.jmatio.common
-
 
-
com.jmatio.common.util - package com.jmatio.common.util
-
 
-
com.jmatio.io - package com.jmatio.io
-
 
-
com.jmatio.io.stream - package com.jmatio.io.stream
-
 
-
com.jmatio.types - package com.jmatio.types
-
 
-
contentToString() - Method in class com.jmatio.types.MLArray
-
 
-
contentToString() - Method in class com.jmatio.types.MLCell
-
 
-
contentToString() - Method in class com.jmatio.types.MLChar
-
 
-
contentToString() - Method in class com.jmatio.types.MLNumericArray
-
 
-
contentToString() - Method in class com.jmatio.types.MLSparse
-
 
-
contentToString() - Method in class com.jmatio.types.MLStructure
-
 
-
createArray(int, int) - Method in class com.jmatio.types.MLChar
-
 
-
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
-
 
-
createHeader() - Static method in class com.jmatio.io.MatFileHeader
-
-
A factory.
-
-
- - - -

D

-
-
DEFAULT_INCREASING_FACTOR - Static variable in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
-
 
-
dims - Variable in class com.jmatio.types.MLArray
-
 
-
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
-
 
-
dispose() - Method in class com.jmatio.types.MLArray
-
 
-
dispose() - Method in class com.jmatio.types.MLNumericArray
-
 
-
- - - -

E

-
-
equals(Object) - Method in class com.jmatio.types.MLChar
-
 
-
equals(Object) - Method in class com.jmatio.types.MLNumericArray
-
 
-
exportChar() - Method in class com.jmatio.types.MLChar
-
 
-
exportImaginary() - Method in class com.jmatio.types.MLSparse
-
-
Returns the imaginary part (PI) array.
-
-
exportReal() - Method in class com.jmatio.types.MLSparse
-
-
Returns the real part (PR) array.
-
-
- - - -

F

-
-
FileBufferedOutputStream - Class in com.jmatio.io.stream
-
-
This is an OutputStream that is backed by a RandomAccessFile - and accessed with buffered access.
-
-
FileBufferedOutputStream() - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
FileBufferedOutputStream(MLArray) - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
flush() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
- - - -

G

-
-
get(int, int) - Method in class com.jmatio.types.MLCell
-
 
-
get(int) - Method in class com.jmatio.types.MLCell
-
 
-
get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
-
-
Override to accelerate the performance
-
-
get(int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Does the same as getReal.
-
-
get(int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
-
-
Override to accelerate the performance
-
-
getAllFields() - Method in class com.jmatio.types.MLStructure
-
-
Gets all field from sruct array as flat list of fields.
-
-
getArray() - Method in class com.jmatio.types.MLDouble
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt16
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt32
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt64
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt8
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLUInt64
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLUInt8
-
-
Gets two-dimensional real array.
-
-
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
-
 
-
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
-
 
-
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
-
 
-
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
-
 
-
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
-
 
-
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
-
 
-
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
-
 
-
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
-
 
-
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
-
 
-
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
-
 
-
getChar(int, int) - Method in class com.jmatio.types.MLChar
-
 
-
getClassName() - Method in class com.jmatio.types.MLJavaObject
-
 
-
getClassName() - Method in class com.jmatio.types.MLObject
-
 
-
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
-
-
Returns the content of the field/cell/object.
-
-
getContent() - Method in class com.jmatio.io.MatFile
-
 
-
getContent() - Method in class com.jmatio.io.MatFileReader
-
-
Returns a map of MLArray objects that were inside MAT-file.
-
-
getContent() - Method in class com.jmatio.types.MLJavaObject
-
 
-
getData() - Method in class com.jmatio.io.MatFileReader
-
-
Deprecated. -
use getContent which returns a Map to provide - easier access to MLArrays contained in MAT-file
-
-
-
getDescription() - Method in class com.jmatio.io.MatFileHeader
-
-
Gets descriptive text
-
-
getDimensions() - Method in class com.jmatio.types.MLArray
-
 
-
getField(String) - Method in class com.jmatio.types.MLStructure
-
-
Gets a value of the field described by name from current struct - in struct array or null if the field doesn't exist.
-
-
getField(String, int, int) - Method in class com.jmatio.types.MLStructure
-
-
Gets a value of the field described by name from (m,n)'th struct - in struct array or null if the field doesn't exist.
-
-
getField(String, int) - Method in class com.jmatio.types.MLStructure
-
-
Gets a value of the field described by name from index'th struct - in struct array or null if the field doesn't exist.
-
-
getFieldNames() - Method in class com.jmatio.types.MLStructure
-
-
Returns the Collection of keys for this structure.
-
-
getFlags() - Method in class com.jmatio.types.MLArray
-
 
-
getHeader() - Method in class com.jmatio.io.MatFile
-
 
-
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Gets single imaginary array element of A(m,n).
-
-
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
getImaginary(int) - Method in class com.jmatio.types.MLSparse
-
 
-
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
-
 
-
getIndex(int, int) - Method in class com.jmatio.types.MLArray
-
 
-
getIndex(int, int) - Method in class com.jmatio.types.MLCell
-
 
-
getIR() - Method in class com.jmatio.types.MLSparse
-
-
Gets row indices - - ir points to an integer array of length nzmax containing the row indices of - the corresponding elements in pr and pi.
-
-
getJC() - Method in class com.jmatio.types.MLSparse
-
-
Gets column indices.
-
-
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructure
-
-
Dumps field names to byte array.
-
-
getM() - Method in class com.jmatio.types.MLArray
-
 
-
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
-
-
Gets MAT-file header
-
-
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructure
-
-
Gets the maximum length of field descriptor
-
-
getMaxNZ() - Method in class com.jmatio.types.MLSparse
-
-
Gets maximum number of non-zero values
-
-
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
-
-
Returns the value to which the red file maps the specified array name.
-
-
getN() - Method in class com.jmatio.types.MLArray
-
 
-
getName() - Method in class com.jmatio.types.MLArray
-
-
Gets array name
-
-
getNameToByteArray() - Method in class com.jmatio.types.MLArray
-
 
-
getNDimensions() - Method in class com.jmatio.types.MLArray
-
 
-
getObject() - Method in class com.jmatio.types.MLObject
-
 
-
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Gets single real array element of A(m,n).
-
-
getReal(int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
getReal(int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
getReal(int) - Method in class com.jmatio.types.MLSparse
-
 
-
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
-
 
-
getSize() - Method in class com.jmatio.types.MLArray
-
 
-
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLDouble
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt16
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt32
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt64
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt8
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLSingle
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLSparse
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
-
 
-
getString(int) - Method in class com.jmatio.types.MLChar
-
-
Gets the m-th character matrix's row as String.
-
-
getType() - Method in class com.jmatio.types.MLArray
-
 
-
getVersion() - Method in class com.jmatio.io.MatFileHeader
-
-
When creating a MAT-file, set version to 0x0100
-
-
- - - -

H

-
-
hashCode() - Method in class com.jmatio.types.MLChar
-
 
-
hashCode() - Method in class com.jmatio.types.MLNumericArray
-
 
-
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
-
 
-
- - - -

I

-
-
increase(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
-
-
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
-
-
isCell() - Method in class com.jmatio.types.MLArray
-
 
-
isChar() - Method in class com.jmatio.types.MLArray
-
 
-
isComplex() - Method in class com.jmatio.types.MLArray
-
 
-
isDouble() - Method in class com.jmatio.types.MLArray
-
 
-
isEmpty() - Method in class com.jmatio.types.MLArray
-
 
-
isFunctionObject() - Method in class com.jmatio.types.MLArray
-
 
-
isInt16() - Method in class com.jmatio.types.MLArray
-
 
-
isInt32() - Method in class com.jmatio.types.MLArray
-
 
-
isInt64() - Method in class com.jmatio.types.MLArray
-
 
-
isInt8() - Method in class com.jmatio.types.MLArray
-
 
-
isLogical() - Method in class com.jmatio.types.MLArray
-
 
-
isObject() - Method in class com.jmatio.types.MLArray
-
 
-
isOpaque() - Method in class com.jmatio.types.MLArray
-
 
-
isSingle() - Method in class com.jmatio.types.MLArray
-
 
-
isSparse() - Method in class com.jmatio.types.MLArray
-
 
-
isStruct() - Method in class com.jmatio.types.MLArray
-
 
-
isUint16() - Method in class com.jmatio.types.MLArray
-
 
-
isUint32() - Method in class com.jmatio.types.MLArray
-
 
-
isUint64() - Method in class com.jmatio.types.MLArray
-
 
-
isUint8() - Method in class com.jmatio.types.MLArray
-
 
-
isUnknown() - Method in class com.jmatio.types.MLArray
-
 
-
- - - -

M

-
-
matches(String) - Method in class com.jmatio.io.MatFileFilter
-
-
Test if given name matches the filter.
-
-
MatDataTypes - Class in com.jmatio.common
-
-
MAT-file data types
-
-
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
-
 
-
MatFile - Class in com.jmatio.io
-
-
MatFileReader's API is vague.
-
-
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
-
 
-
MatFileFilter - Class in com.jmatio.io
-
-
File filter.
-
-
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
-
-
Creates empty filter intance.
-
-
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
-
-
Create filter intance and add array names.
-
-
MatFileHeader - Class in com.jmatio.io
-
-
MAT-file header - - Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field - and two, 16-bit flag fields
-
-
MatFileHeader(String, int, byte[]) - Constructor for class com.jmatio.io.MatFileHeader
-
-
New MAT-file header
-
-
MatFileIncrementalWriter - Class in com.jmatio.io
-
-
MAT-file Incremental writer.
-
-
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
-
Creates a writer to a file given the filename.
-
-
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
-
Creats a writer to a file given the File object.
-
-
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
-
Creates a writer for a file, given an output channel to the file..
-
-
MatFileInputStream - Class in com.jmatio.io.stream
-
-
MAT-file input stream class.
-
-
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
-
-
Attach MAT-file input stream to InputStream
-
-
MatFileReader - Class in com.jmatio.io
-
-
MAT-file reader.
-
-
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file - from location given as fileName.
-
-
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file - from location given as fileName.
-
-
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file - from file.
-
-
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file from - file.
-
-
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
-
 
-
MatFileWriter - Class in com.jmatio.io
-
-
MAT-file writer.
-
-
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
-
-
Creates the new MatFileWriter instance
-
-
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into file given by fileName.
-
-
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into File.
-
-
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into OuputSteram.
-
-
MatlabIOException - Exception in com.jmatio.io
-
-
MAT-file reader/writer exception
-
-
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
-
 
-
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
-
 
-
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
MLArray - Class in com.jmatio.types
-
 
-
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
-
 
-
MLArrayQuery - Class in com.jmatio.common.util
-
-
The JMatIO query parser.
-
-
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
-
 
-
MLCell - Class in com.jmatio.types
-
 
-
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
-
 
-
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
-
 
-
MLChar - Class in com.jmatio.types
-
 
-
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
-
-
Creates the 1 x String.length() MLChar from the given - String.
-
-
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
-
-
Create the MLChar from array of Strings.
-
-
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
-
-
Added method to allow initialization of a char array representing - an array of strings.
-
-
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
-
 
-
MLDouble - Class in com.jmatio.types
-
-
Class represents Double array (matrix)
-
-
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
-
-
Create a MLDouble array with given name, - and dimensions.
-
-
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Double[]
-
-
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLEmptyArray - Class in com.jmatio.types
-
 
-
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
-
 
-
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
-
 
-
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
-
 
-
MLInt16 - Class in com.jmatio.types
-
-
Class represents Int16 array (matrix)
-
-
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
-
-
Create a MLSingle array with given name, - and dimensions.
-
-
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Short[]
-
-
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLInt32 - Class in com.jmatio.types
-
 
-
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
-
-
Create a MLInt64 array with given name, - and dimensions.
-
-
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLInt64 - Class in com.jmatio.types
-
-
Class represents Int64 (long) array (matrix)
-
-
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
-
-
Create a MLInt64 array with given name, - and dimensions.
-
-
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLInt8 - Class in com.jmatio.types
-
 
-
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
-
-
Create a MLUInt8 array with given name, - and dimensions.
-
-
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLJavaObject - Class in com.jmatio.types
-
 
-
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
-
 
-
MLNumericArray<T extends Number> - Class in com.jmatio.types
-
 
-
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLObject - Class in com.jmatio.types
-
 
-
MLObject(String, String, MLStructure) - Constructor for class com.jmatio.types.MLObject
-
 
-
MLSingle - Class in com.jmatio.types
-
 
-
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
-
 
-
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
-
 
-
MLSparse - Class in com.jmatio.types
-
 
-
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
-
 
-
MLStructure - Class in com.jmatio.types
-
-
This class represents Matlab's Structure object (structure array).
-
-
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
-
 
-
MLStructure(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructure
-
 
-
MLUInt16 - Class in com.jmatio.types
-
 
-
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt32 - Class in com.jmatio.types
-
 
-
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt64 - Class in com.jmatio.types
-
-
Class represents Int64 (long) array (matrix)
-
-
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
-
-
Create a MLUInt64 array with given name, - and dimensions.
-
-
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLUInt8 - Class in com.jmatio.types
-
-
Class represents UInt8 (byte) array (matrix)
-
-
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
-
-
Create a MLUInt8 array with given name, - and dimensions.
-
-
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
-
 
-
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
-
 
-
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
-
 
-
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
-
 
-
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
- - - -

N

-
-
name - Variable in class com.jmatio.types.MLArray
-
 
-
- - - -

P

-
-
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
-
 
-
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
-
 
-
- - - -

Q

-
-
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
-
 
-
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
-
-
Parses the query string and returns the object it refers to.
-
-
- - - -

R

-
-
read(File) - Method in class com.jmatio.io.MatFileReader
-
-
Reads the content of a MAT-file and returns the mapped content.
-
-
read(File, int) - Method in class com.jmatio.io.MatFileReader
-
-
Reads the content of a MAT-file and returns the mapped content.
-
-
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
-
-
Reads the content of a MAT-file and returns the mapped content.
-
-
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
-
 
-
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
-
 
-
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
-
 
-
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
-
-
Reads a bare set of bytes.
-
-
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
-
 
-
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads data (number of bytes red is determined by data type) - from the stream to char.
-
-
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads data (number of bytes red is determined by data type) - from the stream to double.
-
-
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
-
-
Reads a full set of bytes (including the header).
-
-
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
-
-
Reads a full set of bytes (including the header).
-
-
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads data (number of bytes red is determined by data type) - from the stream to int.
-
-
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads the data into a ByteBuffer.
-
-
- - - -

S

-
-
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
-
 
-
set(MLArray, int) - Method in class com.jmatio.types.MLCell
-
 
-
set(String) - Method in class com.jmatio.types.MLChar
-
-
Populates the MLChar with the String value.
-
-
set(String, int) - Method in class com.jmatio.types.MLChar
-
-
Set one row, specifying the row.
-
-
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Does the same as setReal.
-
-
set(T, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Does the same as setReal.
-
-
set(T[]) - Method in class com.jmatio.types.MLNumericArray
-
 
-
set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
setChar(char, int) - Method in class com.jmatio.types.MLChar
-
 
-
setField(String, MLArray) - Method in class com.jmatio.types.MLStructure
-
-
Sets field for current structure
-
-
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructure
-
-
Sets field for (m,n)'th structure in struct array
-
-
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructure
-
-
Sets filed for structure described by index in struct array
-
-
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single imaginary array element.
-
-
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single real array element.
-
-
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
-
 
-
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single real array element.
-
-
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single real array element.
-
-
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets real part of matrix
-
-
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
-
 
-
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
-
 
-
size() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
size() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
-
-
Return number of bytes for given type.
-
-
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
-
 
-
- - - -

T

-
-
toString() - Method in class com.jmatio.io.MatFileHeader
-
 
-
toString() - Method in class com.jmatio.types.MLArray
-
 
-
type - Variable in class com.jmatio.types.MLArray
-
 
-
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
-
-
Get String representation of a data type
-
-
typeToString(int) - Static method in class com.jmatio.types.MLArray
-
 
-
- - - -

W

-
-
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
-
 
-
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
-
-
Writes MLArrays into WritableByteChannel.
-
-
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into file created from - filepath.
-
-
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into File
-
-
write(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
write(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
write(int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
write(byte[]) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
write(byte[], int, int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
write(ByteBuffer) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
-A B C D E F G H I M N P Q R S T W 
- - - - - - diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html deleted file mode 100644 index 7b4f5bd..0000000 --- a/javadoc/snapshot/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - -jmatio 3.3.0-SNAPSHOT API - - - - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - - diff --git a/javadoc/snapshot/overview-frame.html b/javadoc/snapshot/overview-frame.html deleted file mode 100644 index 70eeb75..0000000 --- a/javadoc/snapshot/overview-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -Overview List (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.diffplug.matsim:jmatio:3.3.0-SNAPSHOT by DiffPlug

- - -

 

- - diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html deleted file mode 100644 index 993968b..0000000 --- a/javadoc/snapshot/overview-summary.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - -Overview (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

jmatio 3.3.0-SNAPSHOT API

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Packages 
PackageDescription
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
-
- - - - - - diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html deleted file mode 100644 index 0fe08f4..0000000 --- a/javadoc/snapshot/overview-tree.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - -Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For All Packages

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/package-list b/javadoc/snapshot/package-list deleted file mode 100644 index a820ba0..0000000 --- a/javadoc/snapshot/package-list +++ /dev/null @@ -1,5 +0,0 @@ -com.jmatio.common -com.jmatio.common.util -com.jmatio.io -com.jmatio.io.stream -com.jmatio.types diff --git a/javadoc/snapshot/script.js b/javadoc/snapshot/script.js deleted file mode 100644 index b346356..0000000 --- a/javadoc/snapshot/script.js +++ /dev/null @@ -1,30 +0,0 @@ -function show(type) -{ - count = 0; - for (var key in methods) { - var row = document.getElementById(key); - if ((methods[key] & type) != 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; - } - else - row.style.display = 'none'; - } - updateTabs(type); -} - -function updateTabs(type) -{ - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; - } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; - } - } -} diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html deleted file mode 100644 index 02cb976..0000000 --- a/javadoc/snapshot/serialized-form.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -Serialized Form (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Serialized Form

-
-
- -
- - - - - - diff --git a/javadoc/snapshot/stylesheet.css b/javadoc/snapshot/stylesheet.css deleted file mode 100644 index cebb4fd..0000000 --- a/javadoc/snapshot/stylesheet.css +++ /dev/null @@ -1,574 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ - -@import url('resources/fonts/dejavu.css'); - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4A6782; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; - font-style:italic; -} -h4 { - font-size:13px; -} -h5 { - font-size:12px; -} -h6 { - font-size:11px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -table tr td dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:11px; - z-index:200; - margin-top:-9px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.bottomNav { - margin-top:10px; - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.subNav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -ul.subNavList li{ - list-style:none; - float:left; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.navBarCell1Rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skipNav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader span{ - margin-right:15px; -} -.indexHeader h1 { - font-size:13px; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Sans Mono',monospace; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { - width:100%; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary { - padding:0px; -} -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - padding-top:10px; - padding-left:1px; - margin:0px; - white-space:pre; -} -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -.memberSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; -} -.memberSummary caption span.tableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#4D7A97; - height:16px; -} -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; - -} -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td { - text-align:left; - padding:0px 0px 12px 10px; - width:100%; -} -th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, -td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ - vertical-align:top; - padding-right:0px; - padding-top:8px; - padding-bottom:3px; -} -th.colFirst, th.colLast, th.colOne, .constantsSummary th { - background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; -} -td.colFirst, th.colFirst { - white-space:nowrap; - font-size:13px; -} -td.colLast, th.colLast { - font-size:13px; -} -td.colOne, th.colOne { - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.overviewSummary td.colOne, .overviewSummary th.colOne, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colOne, .memberSummary th.colOne, -.typeSummary td.colFirst{ - width:25%; - vertical-align:top; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -.tableSubHeadingColor { - background-color:#EEEEFF; -} -.altColor { - background-color:#FFFFFF; -} -.rowColor { - background-color:#EEEEEF; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} - -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} - -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} - -td.colLast div { - padding-top:0px; -} - - -td.colLast a { - padding-bottom:3px; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:3px 10px 2px 0px; - color:#474747; -} -.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, -.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, -.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { - font-weight:bold; -} -.deprecationComment, .emphasizedPhrase, .interfaceName { - font-style:italic; -} - -div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { - font-style:normal; -} - -div.contentContainer ul.blockList li.blockList h2{ - padding-bottom:0px; -} From b0844b1e93068f26a58bc3abc9809e3d3aa6f29c Mon Sep 17 00:00:00 2001 From: travis-ci Date: Thu, 8 Oct 2015 02:51:29 +0000 Subject: [PATCH 04/56] Lastest javadoc on successful travis build 6 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 52 + javadoc/snapshot/allclasses-noframe.html | 52 + .../com/jmatio/common/MatDataTypes.html | 784 ++++++++++ .../com/jmatio/common/package-frame.html | 20 + .../com/jmatio/common/package-summary.html | 144 ++ .../com/jmatio/common/package-tree.html | 137 ++ .../com/jmatio/common/util/MLArrayQuery.html | 333 ++++ .../com/jmatio/common/util/package-frame.html | 20 + .../jmatio/common/util/package-summary.html | 144 ++ .../com/jmatio/common/util/package-tree.html | 137 ++ javadoc/snapshot/com/jmatio/io/MatFile.html | 358 +++++ .../snapshot/com/jmatio/io/MatFileFilter.html | 345 +++++ .../snapshot/com/jmatio/io/MatFileHeader.html | 395 +++++ .../jmatio/io/MatFileIncrementalWriter.html | 412 +++++ .../snapshot/com/jmatio/io/MatFileReader.html | 688 +++++++++ .../snapshot/com/jmatio/io/MatFileWriter.html | 418 +++++ .../com/jmatio/io/MatlabIOException.html | 268 ++++ .../snapshot/com/jmatio/io/package-frame.html | 29 + .../com/jmatio/io/package-summary.html | 194 +++ .../snapshot/com/jmatio/io/package-tree.html | 155 ++ .../io/stream/BufferedOutputStream.html | 318 ++++ .../io/stream/ByteBufferInputStream.html | 320 ++++ .../io/stream/ByteBufferedOutputStream.html | 473 ++++++ .../io/stream/FileBufferedOutputStream.html | 469 ++++++ .../jmatio/io/stream/MatFileInputStream.html | 404 +++++ .../com/jmatio/io/stream/package-frame.html | 24 + .../com/jmatio/io/stream/package-summary.html | 165 ++ .../com/jmatio/io/stream/package-tree.html | 152 ++ .../com/jmatio/types/ByteStorageSupport.html | 266 ++++ .../snapshot/com/jmatio/types/MLArray.html | 1185 ++++++++++++++ javadoc/snapshot/com/jmatio/types/MLCell.html | 414 +++++ javadoc/snapshot/com/jmatio/types/MLChar.html | 538 +++++++ .../snapshot/com/jmatio/types/MLDouble.html | 496 ++++++ .../com/jmatio/types/MLEmptyArray.html | 294 ++++ .../snapshot/com/jmatio/types/MLInt16.html | 500 ++++++ .../snapshot/com/jmatio/types/MLInt32.html | 499 ++++++ .../snapshot/com/jmatio/types/MLInt64.html | 496 ++++++ javadoc/snapshot/com/jmatio/types/MLInt8.html | 519 +++++++ .../com/jmatio/types/MLJavaObject.html | 336 ++++ .../com/jmatio/types/MLNumericArray.html | 849 ++++++++++ .../snapshot/com/jmatio/types/MLObject.html | 315 ++++ .../snapshot/com/jmatio/types/MLSingle.html | 375 +++++ .../snapshot/com/jmatio/types/MLSparse.html | 708 +++++++++ .../com/jmatio/types/MLStructure.html | 560 +++++++ .../snapshot/com/jmatio/types/MLUInt16.html | 358 +++++ .../snapshot/com/jmatio/types/MLUInt32.html | 358 +++++ .../snapshot/com/jmatio/types/MLUInt64.html | 496 ++++++ .../snapshot/com/jmatio/types/MLUInt8.html | 535 +++++++ .../com/jmatio/types/package-frame.html | 42 + .../com/jmatio/types/package-summary.html | 241 +++ .../com/jmatio/types/package-tree.html | 171 +++ javadoc/snapshot/constant-values.html | 578 +++++++ javadoc/snapshot/deprecated-list.html | 149 ++ javadoc/snapshot/help-doc.html | 225 +++ javadoc/snapshot/index-all.html | 1367 +++++++++++++++++ javadoc/snapshot/index.html | 74 + javadoc/snapshot/overview-frame.html | 26 + javadoc/snapshot/overview-summary.html | 154 ++ javadoc/snapshot/overview-tree.html | 212 +++ javadoc/snapshot/package-list | 5 + javadoc/snapshot/script.js | 30 + javadoc/snapshot/serialized-form.html | 137 ++ javadoc/snapshot/stylesheet.css | 574 +++++++ 63 files changed, 21492 insertions(+) create mode 100644 javadoc/snapshot/allclasses-frame.html create mode 100644 javadoc/snapshot/allclasses-noframe.html create mode 100644 javadoc/snapshot/com/jmatio/common/MatDataTypes.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFile.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileFilter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileHeader.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileReader.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileWriter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatlabIOException.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLCell.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLChar.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLDouble.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLEmptyArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt16.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt32.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt64.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt8.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLJavaObject.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLNumericArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLObject.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLSingle.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLSparse.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLStructure.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt16.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt32.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt64.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt8.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-tree.html create mode 100644 javadoc/snapshot/constant-values.html create mode 100644 javadoc/snapshot/deprecated-list.html create mode 100644 javadoc/snapshot/help-doc.html create mode 100644 javadoc/snapshot/index-all.html create mode 100644 javadoc/snapshot/index.html create mode 100644 javadoc/snapshot/overview-frame.html create mode 100644 javadoc/snapshot/overview-summary.html create mode 100644 javadoc/snapshot/overview-tree.html create mode 100644 javadoc/snapshot/package-list create mode 100644 javadoc/snapshot/script.js create mode 100644 javadoc/snapshot/serialized-form.html create mode 100644 javadoc/snapshot/stylesheet.css diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html new file mode 100644 index 0000000..209ccb3 --- /dev/null +++ b/javadoc/snapshot/allclasses-frame.html @@ -0,0 +1,52 @@ + + + + + +All Classes (jmatio 3.3.0-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html new file mode 100644 index 0000000..40d978b --- /dev/null +++ b/javadoc/snapshot/allclasses-noframe.html @@ -0,0 +1,52 @@ + + + + + +All Classes (jmatio 3.3.0-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..3c01344 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.common
+

Class MatDataTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class MatDataTypes
    +extends Object
    +
    MAT-file data types
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..de93314 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.jmatio.common

+
+

Classes

+ +
+ + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..fdf7b22 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.common

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatDataTypes +
    MAT-file data types
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..74c4baf --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..7feb61e --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.common.util
+

Class MLArrayQuery

+
+
+ +
+
    +
  • +
    +
    +
    public class MLArrayQuery
    +extends Object
    +
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArrayQuery

        +
        public MLArrayQuery(String queryString)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        q

        +
        public static Object q(MLArray array,
        +                       String query)
        +
        +
        Parameters:
        +
        array -
        +
        query -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        query

        +
        public Object query(MLArray array)
        +
        Parses the query string and returns the object it refers to.
        +
        +
        Parameters:
        +
        array - source MLArray
        +
        Returns:
        +
        query result
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Object getContent(MLArray array,
        +                         int m,
        +                         int n)
        +
        Returns the content of the field/cell/object.
        +
        +
        Parameters:
        +
        array - the parent structure/cell
        +
        m - column or -1
        +
        n - row or -1
        +
        Returns:
        +
        if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..472eccc --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.jmatio.common.util

+
+

Classes

+ +
+ + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..0525282 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.common.util

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MLArrayQuery +
    The JMatIO query parser.
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..ad69553 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..64fe5b4 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -0,0 +1,358 @@ + + + + + +MatFile (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFile

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFile
    +extends Object
    +
    MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

    + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..4c072ad --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileFilter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileFilter
    +extends Object
    +
    File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
    
    + //create new filter instance
    + MatFileFilter filter = new MatFileFilter();
    + //add a needle
    + filter.addArrayName( "your_array_name" );
    + 
    + //read array form file (haystack) looking _only_ for pecified array (needle)
    + MatFileReader mfr = new MatFileReader( fileName, filter );
    + 
    +
    +
    See Also:
    +
    MatFileReader
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter()
        +
        Creates empty filter intance. + + Note: empty filter acceps all results.
        +
      • +
      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter(String[] names)
        +
        Create filter intance and add array names.
        +
        +
        Parameters:
        +
        names - - array of names (needles)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addArrayName

        +
        public void addArrayName(String name)
        +
        Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
        +
        +
        Parameters:
        +
        name - - array name (needle)
        +
        +
      • +
      + + + +
        +
      • +

        matches

        +
        public boolean matches(String name)
        +
        Test if given name matches the filter.
        +
        +
        Parameters:
        +
        name - - array name to be tested
        +
        Returns:
        +
        - true if array (matrix) of this name should be processed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..c37a20b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,395 @@ + + + + + +MatFileHeader (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileHeader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileHeader
    +extends Object
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileHeader

        +
        public MatFileHeader(String description,
        +                     int version,
        +                     byte[] endianIndicator)
        +
        New MAT-file header
        +
        +
        Parameters:
        +
        description - - descriptive text (no longer than 116 characters)
        +
        version - - by default is set to 0x0100
        +
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescription

        +
        public String getDescription()
        +
        Gets descriptive text
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        When creating a MAT-file, set version to 0x0100
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createHeader

        +
        public static MatFileHeader createHeader()
        +
        A factory. Creates new MatFileHeader instance with default header values: +
          +
        • MAT-file is 5.0 version
        • +
        • version is set to 0x0100
        • +
        • no byte-swapping ("IM")
        • +
        +
        +
        Returns:
        +
        - new MatFileHeader instance
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..af7872b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileIncrementalWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileIncrementalWriter
    +extends Object
    +
    MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    + writer.write(mlDouble);
    + writer.write(mlChar);
    + 
    + writer.close();
    + 
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr');
    + >> save('mat_file.mat', 'char_arr', '-append');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(String fileName)
        +                         throws IOException
        +
        Creates a writer to a file given the filename.
        +
        +
        Parameters:
        +
        fileName - - name of ouput file
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(File file)
        +                         throws IOException
        +
        Creats a writer to a file given the File object.
        +
        +
        Parameters:
        +
        file - - an output File
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(WritableByteChannel chan)
        +                         throws IOException
        +
        Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
        +
        +
        Parameters:
        +
        chan - - WritableByteChannel
        +
        data - - Collection of MLArray elements
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..2aae501 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -0,0 +1,688 @@ + + + + + +MatFileReader (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileReader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileReader
    +extends Object
    +
    MAT-file reader. Reads MAT-file into MLArray objects. + + Usage: +
    
    + //read in the file
    + MatFileReader mfr = new MatFileReader( "mat_file.mat" );
    + 
    + //get array of a name "my_array" from file
    + MLArray mlArrayRetrived = mfr.getMLArray( "my_array" );
    + 
    + //or get the collection of all arrays that were stored in the file
    + Map content = mfr.getContent();
    + 
    +
    +
    See Also:
    +
    MatFileFilter
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName)
        +              throws FileNotFoundException,
        +                     IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        FileNotFoundException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file,
        +                                int policy)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), policy).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        policy - the file memory allocation policy
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getMatFileHeader

        +
        public MatFileHeader getMatFileHeader()
        +
        Gets MAT-file header
        +
        +
        Returns:
        +
        - a MatFileHeader object
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public ArrayList<MLArray> getData()
        +
        Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
        +
        Returns list of MLArray objects that were inside MAT-file
        +
        +
        Returns:
        +
        - a ArrayList
        +
        +
      • +
      + + + +
        +
      • +

        getMLArray

        +
        public MLArray getMLArray(String name)
        +
        Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
        +
        +
        Parameters:
        +
        - - array name
        +
        Returns:
        +
        - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Map<String,MLArray> getContent()
        +
        Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
        +
        +
        Returns:
        +
        - a Map of MLArrays mapped with their names.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..e9499b2 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,418 @@ + + + + + +MatFileWriter (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileWriter
    +extends Object
    +
    MAT-file writer. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + ArrayList list = new ArrayList();
    + list.add( mlDouble );
    + list.add( mlChar );
    + 
    + new MatFileWriter( "mat_file.mat", list );
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr', 'char_arr');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        write

        +
        public void write(String filepath,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into file created from + filepath.
        +
        +
        Parameters:
        +
        filepath - the absolute file path of a MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(File file,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into File
        +
        +
        Parameters:
        +
        file - the MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..c506515 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatlabIOException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatlabIOException

        +
        public MatlabIOException(String s)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..4fdefee --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -0,0 +1,29 @@ + + + + + +com.jmatio.io (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.jmatio.io

+ + + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..1e51da4 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -0,0 +1,194 @@ + + + + + +com.jmatio.io (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.io

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatFile +
    MatFileReader's API is vague.
    +
    MatFileFilter +
    File filter.
    +
    MatFileHeader +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    MatFileIncrementalWriter +
    MAT-file Incremental writer.
    +
    MatFileReader +
    MAT-file reader.
    +
    MatFileWriter +
    MAT-file writer.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    MatlabIOException +
    MAT-file reader/writer exception
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..f90bdd7 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -0,0 +1,155 @@ + + + + + +com.jmatio.io Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..2aff0ac --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,318 @@ + + + + + +BufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class BufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..48422cf --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferInputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html new file mode 100644 index 0000000..7f6cfaa --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html @@ -0,0 +1,473 @@ + + + + + +ByteBufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT_INCREASING_FACTOR

        +
        public static final float DEFAULT_INCREASING_FACTOR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                boolean onHeap)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy,
        +                                boolean onHeap)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html new file mode 100644 index 0000000..c8cf270 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html @@ -0,0 +1,469 @@ + + + + + +FileBufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class FileBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..9b1ad5d --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class MatFileInputStream

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileInputStream
    +extends Object
    +
    MAT-file input stream class.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileInputStream

        +
        public MatFileInputStream(ByteBuffer buf,
        +                          int type)
        +
        Attach MAT-file input stream to InputStream
        +
        +
        Parameters:
        +
        is - - input stream
        +
        type - - type of data in the stream
        +
        See Also:
        +
        MatDataTypes
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readInt

        +
        public int readInt()
        +            throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to int.
        +
        +
        Returns:
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readChar

        +
        public char readChar()
        +              throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to char.
        +
        +
        Returns:
        +
        - char
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readDouble

        +
        public double readDouble()
        +                  throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to double.
        +
        +
        Returns:
        +
        - double
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readByte

        +
        public byte readByte()
        +
      • +
      + + + + + + + +
        +
      • +

        skip

        +
        public void skip(int padding)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..1f1a32a --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,24 @@ + + + + + +com.jmatio.io.stream (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.jmatio.io.stream

+ + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..aaa9c00 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,165 @@ + + + + + +com.jmatio.io.stream (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.io.stream

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..34806eb --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io.stream

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..389528b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Interface ByteStorageSupport<T extends Number>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBytesAllocated

        +
        int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        T buldFromBytes(byte[] bytes)
        +
      • +
      + + + + + +
        +
      • +

        getByteArray

        +
        byte[] getByteArray(T value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..4ac8d0e --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -0,0 +1,1185 @@ + + + + + +MLArray (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLArray

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArray

        +
        public MLArray(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Gets array name
        +
        +
        Returns:
        +
        - array name
        +
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
      • +
      + + + +
        +
      • +

        getNameToByteArray

        +
        public byte[] getNameToByteArray()
        +
      • +
      + + + +
        +
      • +

        getDimensions

        +
        public int[] getDimensions()
        +
      • +
      + + + +
        +
      • +

        getM

        +
        public int getM()
        +
      • +
      + + + +
        +
      • +

        getN

        +
        public int getN()
        +
      • +
      + + + +
        +
      • +

        getNDimensions

        +
        public int getNDimensions()
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        typeToString

        +
        public static final String typeToString(int type)
        +
      • +
      + + + +
        +
      • +

        isCell

        +
        public boolean isCell()
        +
      • +
      + + + +
        +
      • +

        isChar

        +
        public boolean isChar()
        +
      • +
      + + + +
        +
      • +

        isComplex

        +
        public boolean isComplex()
        +
      • +
      + + + +
        +
      • +

        isSparse

        +
        public boolean isSparse()
        +
      • +
      + + + +
        +
      • +

        isStruct

        +
        public boolean isStruct()
        +
      • +
      + + + +
        +
      • +

        isDouble

        +
        public boolean isDouble()
        +
      • +
      + + + +
        +
      • +

        isSingle

        +
        public boolean isSingle()
        +
      • +
      + + + +
        +
      • +

        isInt8

        +
        public boolean isInt8()
        +
      • +
      + + + +
        +
      • +

        isUint8

        +
        public boolean isUint8()
        +
      • +
      + + + +
        +
      • +

        isInt16

        +
        public boolean isInt16()
        +
      • +
      + + + +
        +
      • +

        isUint16

        +
        public boolean isUint16()
        +
      • +
      + + + +
        +
      • +

        isInt32

        +
        public boolean isInt32()
        +
      • +
      + + + +
        +
      • +

        isUint32

        +
        public boolean isUint32()
        +
      • +
      + + + +
        +
      • +

        isInt64

        +
        public boolean isInt64()
        +
      • +
      + + + +
        +
      • +

        isUint64

        +
        public boolean isUint64()
        +
      • +
      + + + +
        +
      • +

        isObject

        +
        public boolean isObject()
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        public boolean isOpaque()
        +
      • +
      + + + +
        +
      • +

        isLogical

        +
        public boolean isLogical()
        +
      • +
      + + + +
        +
      • +

        isFunctionObject

        +
        public boolean isFunctionObject()
        +
      • +
      + + + +
        +
      • +

        isUnknown

        +
        public boolean isUnknown()
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        protected int getIndex(int m,
        +                       int n)
        +
      • +
      + + + + + + + +
        +
      • +

        contentToString

        +
        public String contentToString()
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..37988c3 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLCell

+
+
+ +
+
    +
  • +
    +
    +
    public class MLCell
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..9e7d666 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -0,0 +1,538 @@ + + + + + +MLChar (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLChar

+
+
+ +
+
    +
  • +
    +
    +
    public class MLChar
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + + + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String[] values,
        +              int maxlen)
        +
        Added method to allow initialization of a char array representing + an array of strings.
        +
        +
        Parameters:
        +
        name -
        +
        values -
        +
        maxlen -
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        protected Character[] createArray(int m,
        +                                  int n)
        +
      • +
      + + + +
        +
      • +

        setChar

        +
        public void setChar(char ch,
        +                    int index)
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value)
        +
        Populates the MLChar with the String value.
        +
        +
        Parameters:
        +
        value - the String value
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value,
        +                int idx)
        +
        Set one row, specifying the row.
        +
        +
        Parameters:
        +
        value -
        +
        idx -
        +
        +
      • +
      + + + +
        +
      • +

        getChar

        +
        public Character getChar(int m,
        +                         int n)
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getString

        +
        public String getString(int m)
        +
        Gets the m-th character matrix's row as String.
        +
        +
        Parameters:
        +
        m - - row number
        +
        Returns:
        +
        - String
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..9a0ea18 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -0,0 +1,496 @@ + + + + + +MLDouble (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLDouble

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims)
        +
        Create a MLDouble array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                Double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public double[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..bcc20d5 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLEmptyArray

+
+
+ +
+
    +
  • +
    +
    +
    public class MLEmptyArray
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray()
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name)
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name,
        +                    int[] dims,
        +                    int type,
        +                    int attributes)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..4328c56 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -0,0 +1,500 @@ + + + + + +MLInt16 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxINT16_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims)
        +
        Create a MLSingle array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               Short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public short[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Short buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Short value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Short> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..48a95e7 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -0,0 +1,499 @@ + + + + + +MLInt32 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               Integer[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public int[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Integer buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Integer> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Integer value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..ca6a9f3 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -0,0 +1,496 @@ + + + + + +MLInt64 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               Long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..430b5ed --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -0,0 +1,519 @@ + + + + + +MLInt8 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              Byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..2da73af --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLJavaObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLJavaObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public ByteBuffer getContent()
        +
      • +
      + + + +
        +
      • +

        instantiateObject

        +
        public Object instantiateObject()
        +                         throws Exception
        +
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..0c64b48 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,849 @@ + + + + + +MLNumericArray (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLNumericArray<T extends Number>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int[] dims,
        +                      int type,
        +                      int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type
        +
        attributes - - array flags
        +
        +
      • +
      + + + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int type,
        +                      T[] vals,
        +                      int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        type - - array type
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        allocate

        +
        protected void allocate()
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int m,
        +                 int n)
        +
        Gets single real array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int m,
        +                    int n)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T[] vector)
        +
        Sets real part of matrix
        +
        +
        Parameters:
        +
        vector - - column-packed vector of elements
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int m,
        +                         int n)
        +
        Sets single imaginary array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int m,
        +                      int n)
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int m,
        +                int n)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int index)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int m,
        +             int n)
        +
        Does the same as getReal.
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T[] vector)
        +
        +
        Parameters:
        +
        vector -
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        protected T get(ByteBuffer buffer,
        +                int index)
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        protected void set(ByteBuffer buffer,
        +                   T value,
        +                   int index)
        +
      • +
      + + + +
        +
      • +

        putImaginaryByteBuffer

        +
        public void putImaginaryByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getImaginaryByteBuffer

        +
        public ByteBuffer getImaginaryByteBuffer()
        +
      • +
      + + + +
        +
      • +

        putRealByteBuffer

        +
        public void putRealByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getRealByteBuffer

        +
        public ByteBuffer getRealByteBuffer()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
        +
        Overrides:
        +
        dispose in class MLArray
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..753b47a --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -0,0 +1,315 @@ + + + + + +MLObject (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..3e2089a --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -0,0 +1,375 @@ + + + + + +MLSingle (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSingle

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                Float[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        buldFromBytes

        +
        public Float buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Float value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..55af165 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -0,0 +1,708 @@ + + + + + +MLSparse (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSparse

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSparse

        +
        public MLSparse(String name,
        +                int[] dims,
        +                int attributes,
        +                int nzmax)
        +
        +
        Parameters:
        +
        name -
        +
        dims -
        +
        attributes -
        +
        nzmax -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getMaxNZ

        +
        public int getMaxNZ()
        +
        Gets maximum number of non-zero values
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getIR

        +
        public int[] getIR()
        +
        Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getJC

        +
        public int[] getJC()
        +
        Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N�1, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]�1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public Double getReal(int m,
        +                      int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single real array element of A(m,n).
        +
        +
        Overrides:
        +
        getReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int m,
        +                    int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int index)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(Double value,
        +                         int m,
        +                         int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single imaginary array element.
        +
        +
        Overrides:
        +
        setImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getImaginary

        +
        public Double getImaginary(int m,
        +                           int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Overrides:
        +
        getImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        exportReal

        +
        public Double[] exportReal()
        +
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        real part
        +
        +
      • +
      + + + +
        +
      • +

        exportImaginary

        +
        public Double[] exportImaginary()
        +
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..010d02e --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -0,0 +1,560 @@ + + + + + +MLStructure (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLStructure

+
+
+ +
+
    +
  • +
    +
    +
    public class MLStructure
    +extends MLArray
    +
    This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims,
        +                   int type,
        +                   int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value)
        +
        Sets field for current structure
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int m,
        +                     int n)
        +
        Sets field for (m,n)'th structure in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int index)
        +
        Sets filed for structure described by index in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        getMaxFieldLenth

        +
        public int getMaxFieldLenth()
        +
        Gets the maximum length of field descriptor
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getKeySetToByteArray

        +
        public byte[] getKeySetToByteArray()
        +
        Dumps field names to byte array. Field names are written as Zero End Strings
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAllFields

        +
        public Collection<MLArray> getAllFields()
        +
        Gets all field from sruct array as flat list of fields.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name)
        +
        Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int m,
        +                        int n)
        +
        Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        m -
        +
        n -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int index)
        +
        Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        index -
        +
        Returns:
        +
        value of the field or null if the field doesn't exist
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..d1aba70 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                Short[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..debf132 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                Integer[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..7749e65 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -0,0 +1,496 @@ + + + + + +MLUInt64 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims)
        +
        Create a MLUInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                Long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..b599469 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -0,0 +1,535 @@ + + + + + +MLUInt8 (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               Byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..7c58ede --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -0,0 +1,42 @@ + + + + + +com.jmatio.types (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.jmatio.types

+ + + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..ae865dd --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -0,0 +1,241 @@ + + + + + +com.jmatio.types (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.types

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..0c215d3 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -0,0 +1,171 @@ + + + + + +com.jmatio.types Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.types

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html new file mode 100644 index 0000000..22cd51d --- /dev/null +++ b/javadoc/snapshot/constant-values.html @@ -0,0 +1,578 @@ + + + + + +Constant Field Values (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

com.jmatio.*

+ + + + +
+ + + + + + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html new file mode 100644 index 0000000..3ce2039 --- /dev/null +++ b/javadoc/snapshot/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Deprecated API

+

Contents

+ +
+
+ + +
    +
  • + + + + + + + + + + +
    Deprecated Methods 
    Method and Description
    com.jmatio.io.MatFileReader.getData() +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html new file mode 100644 index 0000000..fa23834 --- /dev/null +++ b/javadoc/snapshot/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + + + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html new file mode 100644 index 0000000..2e27655 --- /dev/null +++ b/javadoc/snapshot/index-all.html @@ -0,0 +1,1367 @@ + + + + + +Index (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
A B C D E F G H I M N P Q R S T W  + + +

A

+
+
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Add array name to the filter.
+
+
allocate() - Method in class com.jmatio.types.MLNumericArray
+
 
+
allocate() - Method in class com.jmatio.types.MLSparse
+
 
+
attributes - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

B

+
+
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
+
Returns the backing ByteBuffer
+
+
buffer() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
buffer() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
BufferedOutputStream - Class in com.jmatio.io.stream
+
 
+
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
+
 
+
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
+
 
+
ByteBufferedOutputStream - Class in com.jmatio.io.stream
+
+
From https://gist.github.com/manzke/985007
+
+
ByteBufferedOutputStream(int) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferInputStream - Class in com.jmatio.io.stream
+
 
+
ByteBufferInputStream(ByteBuffer, long) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
+
 
+
+ + + +

C

+
+
capacity() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
cells() - Method in class com.jmatio.types.MLCell
+
 
+
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
close() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
com.jmatio.common - package com.jmatio.common
+
 
+
com.jmatio.common.util - package com.jmatio.common.util
+
 
+
com.jmatio.io - package com.jmatio.io
+
 
+
com.jmatio.io.stream - package com.jmatio.io.stream
+
 
+
com.jmatio.types - package com.jmatio.types
+
 
+
contentToString() - Method in class com.jmatio.types.MLArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLCell
+
 
+
contentToString() - Method in class com.jmatio.types.MLChar
+
 
+
contentToString() - Method in class com.jmatio.types.MLNumericArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLSparse
+
 
+
contentToString() - Method in class com.jmatio.types.MLStructure
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
+
 
+
createHeader() - Static method in class com.jmatio.io.MatFileHeader
+
+
A factory.
+
+
+ + + +

D

+
+
DEFAULT_INCREASING_FACTOR - Static variable in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
+
 
+
dims - Variable in class com.jmatio.types.MLArray
+
 
+
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
dispose() - Method in class com.jmatio.types.MLArray
+
 
+
dispose() - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

E

+
+
equals(Object) - Method in class com.jmatio.types.MLChar
+
 
+
equals(Object) - Method in class com.jmatio.types.MLNumericArray
+
 
+
exportChar() - Method in class com.jmatio.types.MLChar
+
 
+
exportImaginary() - Method in class com.jmatio.types.MLSparse
+
+
Returns the imaginary part (PI) array.
+
+
exportReal() - Method in class com.jmatio.types.MLSparse
+
+
Returns the real part (PR) array.
+
+
+ + + +

F

+
+
FileBufferedOutputStream - Class in com.jmatio.io.stream
+
+
This is an OutputStream that is backed by a RandomAccessFile + and accessed with buffered access.
+
+
FileBufferedOutputStream() - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
FileBufferedOutputStream(MLArray) - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
flush() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+ + + +

G

+
+
get(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
get(int) - Method in class com.jmatio.types.MLCell
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
+
+
Override to accelerate the performance
+
+
get(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as getReal.
+
+
get(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
+
+
Override to accelerate the performance
+
+
getAllFields() - Method in class com.jmatio.types.MLStructure
+
+
Gets all field from sruct array as flat list of fields.
+
+
getArray() - Method in class com.jmatio.types.MLDouble
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt16
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt32
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt8
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt8
+
+
Gets two-dimensional real array.
+
+
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
+
 
+
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
+
 
+
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
+
 
+
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
+
 
+
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
+
 
+
getChar(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
getClassName() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getClassName() - Method in class com.jmatio.types.MLObject
+
 
+
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Returns the content of the field/cell/object.
+
+
getContent() - Method in class com.jmatio.io.MatFile
+
 
+
getContent() - Method in class com.jmatio.io.MatFileReader
+
+
Returns a map of MLArray objects that were inside MAT-file.
+
+
getContent() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getData() - Method in class com.jmatio.io.MatFileReader
+
+
Deprecated. +
use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
+
+
+
getDescription() - Method in class com.jmatio.io.MatFileHeader
+
+
Gets descriptive text
+
+
getDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getField(String) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
+
+
getFieldNames() - Method in class com.jmatio.types.MLStructure
+
+
Returns the Collection of keys for this structure.
+
+
getFlags() - Method in class com.jmatio.types.MLArray
+
 
+
getHeader() - Method in class com.jmatio.io.MatFile
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single imaginary array element of A(m,n).
+
+
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginary(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
getIR() - Method in class com.jmatio.types.MLSparse
+
+
Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
+
+
getJC() - Method in class com.jmatio.types.MLSparse
+
+
Gets column indices.
+
+
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructure
+
+
Dumps field names to byte array.
+
+
getM() - Method in class com.jmatio.types.MLArray
+
 
+
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
+
+
Gets MAT-file header
+
+
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructure
+
+
Gets the maximum length of field descriptor
+
+
getMaxNZ() - Method in class com.jmatio.types.MLSparse
+
+
Gets maximum number of non-zero values
+
+
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
+
+
Returns the value to which the red file maps the specified array name.
+
+
getN() - Method in class com.jmatio.types.MLArray
+
 
+
getName() - Method in class com.jmatio.types.MLArray
+
+
Gets array name
+
+
getNameToByteArray() - Method in class com.jmatio.types.MLArray
+
 
+
getNDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getObject() - Method in class com.jmatio.types.MLObject
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single real array element of A(m,n).
+
+
getReal(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getReal(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getSize() - Method in class com.jmatio.types.MLArray
+
 
+
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLDouble
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt16
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt32
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt8
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSingle
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSparse
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
+
 
+
getString(int) - Method in class com.jmatio.types.MLChar
+
+
Gets the m-th character matrix's row as String.
+
+
getType() - Method in class com.jmatio.types.MLArray
+
 
+
getVersion() - Method in class com.jmatio.io.MatFileHeader
+
+
When creating a MAT-file, set version to 0x0100
+
+
+ + + +

H

+
+
hashCode() - Method in class com.jmatio.types.MLChar
+
 
+
hashCode() - Method in class com.jmatio.types.MLNumericArray
+
 
+
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
+ + + +

I

+
+
increase(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
+
+
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
+
+
isCell() - Method in class com.jmatio.types.MLArray
+
 
+
isChar() - Method in class com.jmatio.types.MLArray
+
 
+
isComplex() - Method in class com.jmatio.types.MLArray
+
 
+
isDouble() - Method in class com.jmatio.types.MLArray
+
 
+
isEmpty() - Method in class com.jmatio.types.MLArray
+
 
+
isFunctionObject() - Method in class com.jmatio.types.MLArray
+
 
+
isInt16() - Method in class com.jmatio.types.MLArray
+
 
+
isInt32() - Method in class com.jmatio.types.MLArray
+
 
+
isInt64() - Method in class com.jmatio.types.MLArray
+
 
+
isInt8() - Method in class com.jmatio.types.MLArray
+
 
+
isLogical() - Method in class com.jmatio.types.MLArray
+
 
+
isObject() - Method in class com.jmatio.types.MLArray
+
 
+
isOpaque() - Method in class com.jmatio.types.MLArray
+
 
+
isSingle() - Method in class com.jmatio.types.MLArray
+
 
+
isSparse() - Method in class com.jmatio.types.MLArray
+
 
+
isStruct() - Method in class com.jmatio.types.MLArray
+
 
+
isUint16() - Method in class com.jmatio.types.MLArray
+
 
+
isUint32() - Method in class com.jmatio.types.MLArray
+
 
+
isUint64() - Method in class com.jmatio.types.MLArray
+
 
+
isUint8() - Method in class com.jmatio.types.MLArray
+
 
+
isUnknown() - Method in class com.jmatio.types.MLArray
+
 
+
+ + + +

M

+
+
matches(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Test if given name matches the filter.
+
+
MatDataTypes - Class in com.jmatio.common
+
+
MAT-file data types
+
+
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
+
 
+
MatFile - Class in com.jmatio.io
+
+
MatFileReader's API is vague.
+
+
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
+
 
+
MatFileFilter - Class in com.jmatio.io
+
+
File filter.
+
+
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
+
+
Creates empty filter intance.
+
+
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
+
+
Create filter intance and add array names.
+
+
MatFileHeader - Class in com.jmatio.io
+
+
MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
+
+
MatFileHeader(String, int, byte[]) - Constructor for class com.jmatio.io.MatFileHeader
+
+
New MAT-file header
+
+
MatFileIncrementalWriter - Class in com.jmatio.io
+
+
MAT-file Incremental writer.
+
+
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer to a file given the filename.
+
+
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creats a writer to a file given the File object.
+
+
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer for a file, given an output channel to the file..
+
+
MatFileInputStream - Class in com.jmatio.io.stream
+
+
MAT-file input stream class.
+
+
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
+
+
Attach MAT-file input stream to InputStream
+
+
MatFileReader - Class in com.jmatio.io
+
+
MAT-file reader.
+
+
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from file.
+
+
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileWriter - Class in com.jmatio.io
+
+
MAT-file writer.
+
+
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
+
+
Creates the new MatFileWriter instance
+
+
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file given by fileName.
+
+
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File.
+
+
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into OuputSteram.
+
+
MatlabIOException - Exception in com.jmatio.io
+
+
MAT-file reader/writer exception
+
+
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
+
 
+
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
+
 
+
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
MLArray - Class in com.jmatio.types
+
 
+
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
+
 
+
MLArrayQuery - Class in com.jmatio.common.util
+
+
The JMatIO query parser.
+
+
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
+
 
+
MLCell - Class in com.jmatio.types
+
 
+
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLChar - Class in com.jmatio.types
+
 
+
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
+
+
Creates the 1 x String.length() MLChar from the given + String.
+
+
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
+
+
Create the MLChar from array of Strings.
+
+
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
+
+
Added method to allow initialization of a char array representing + an array of strings.
+
+
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
+
 
+
MLDouble - Class in com.jmatio.types
+
+
Class represents Double array (matrix)
+
+
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
+
+
Create a MLDouble array with given name, + and dimensions.
+
+
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
+
+
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLEmptyArray - Class in com.jmatio.types
+
 
+
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLInt16 - Class in com.jmatio.types
+
+
Class represents Int16 array (matrix)
+
+
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
+
+
Create a MLSingle array with given name, + and dimensions.
+
+
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
+
+
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt32 - Class in com.jmatio.types
+
 
+
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt8 - Class in com.jmatio.types
+
 
+
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLJavaObject - Class in com.jmatio.types
+
 
+
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
+
 
+
MLNumericArray<T extends Number> - Class in com.jmatio.types
+
 
+
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLObject - Class in com.jmatio.types
+
 
+
MLObject(String, String, MLStructure) - Constructor for class com.jmatio.types.MLObject
+
 
+
MLSingle - Class in com.jmatio.types
+
 
+
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSparse - Class in com.jmatio.types
+
 
+
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
+
 
+
MLStructure - Class in com.jmatio.types
+
+
This class represents Matlab's Structure object (structure array).
+
+
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLStructure(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLUInt16 - Class in com.jmatio.types
+
 
+
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt32 - Class in com.jmatio.types
+
 
+
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Create a MLUInt64 array with given name, + and dimensions.
+
+
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLUInt8 - Class in com.jmatio.types
+
+
Class represents UInt8 (byte) array (matrix)
+
+
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

N

+
+
name - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

P

+
+
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

Q

+
+
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
+
 
+
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Parses the query string and returns the object it refers to.
+
+
+ + + +

R

+
+
read(File) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
 
+
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a bare set of bytes.
+
+
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to char.
+
+
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to double.
+
+
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to int.
+
+
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads the data into a ByteBuffer.
+
+
+ + + +

S

+
+
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(MLArray, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(String) - Method in class com.jmatio.types.MLChar
+
+
Populates the MLChar with the String value.
+
+
set(String, int) - Method in class com.jmatio.types.MLChar
+
+
Set one row, specifying the row.
+
+
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T[]) - Method in class com.jmatio.types.MLNumericArray
+
 
+
set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
setChar(char, int) - Method in class com.jmatio.types.MLChar
+
 
+
setField(String, MLArray) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for current structure
+
+
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for (m,n)'th structure in struct array
+
+
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets filed for structure described by index in struct array
+
+
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single imaginary array element.
+
+
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets real part of matrix
+
+
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Return number of bytes for given type.
+
+
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
+ + + +

T

+
+
toString() - Method in class com.jmatio.io.MatFileHeader
+
 
+
toString() - Method in class com.jmatio.types.MLArray
+
 
+
type - Variable in class com.jmatio.types.MLArray
+
 
+
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Get String representation of a data type
+
+
typeToString(int) - Static method in class com.jmatio.types.MLArray
+
 
+
+ + + +

W

+
+
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
+
Writes MLArrays into WritableByteChannel.
+
+
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file created from + filepath.
+
+
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File
+
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[]) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(ByteBuffer) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+A B C D E F G H I M N P Q R S T W 
+ + + + + + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html new file mode 100644 index 0000000..5dad83c --- /dev/null +++ b/javadoc/snapshot/index.html @@ -0,0 +1,74 @@ + + + + + +jmatio 3.3.0-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/snapshot/overview-frame.html b/javadoc/snapshot/overview-frame.html new file mode 100644 index 0000000..0a4b011 --- /dev/null +++ b/javadoc/snapshot/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (jmatio 3.3.0-SNAPSHOT API) + + + + + +

com.diffplug.matsim:jmatio:3.3.0-SNAPSHOT by DiffPlug

+ + +

 

+ + diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html new file mode 100644 index 0000000..860a519 --- /dev/null +++ b/javadoc/snapshot/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

jmatio 3.3.0-SNAPSHOT API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
+
+ + + + + + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html new file mode 100644 index 0000000..ff47f90 --- /dev/null +++ b/javadoc/snapshot/overview-tree.html @@ -0,0 +1,212 @@ + + + + + +Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/package-list b/javadoc/snapshot/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/snapshot/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/snapshot/script.js b/javadoc/snapshot/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/snapshot/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html new file mode 100644 index 0000000..944ff06 --- /dev/null +++ b/javadoc/snapshot/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (jmatio 3.3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Serialized Form

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/stylesheet.css b/javadoc/snapshot/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/snapshot/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From 54332decb1499d53db3b403723d9d3be72169659 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Thu, 8 Oct 2015 10:20:27 +0000 Subject: [PATCH 05/56] Lastest javadoc on successful travis build 7 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 52 - javadoc/snapshot/allclasses-noframe.html | 52 - .../com/jmatio/common/MatDataTypes.html | 784 ---------- .../com/jmatio/common/package-frame.html | 20 - .../com/jmatio/common/package-summary.html | 144 -- .../com/jmatio/common/package-tree.html | 137 -- .../com/jmatio/common/util/MLArrayQuery.html | 333 ---- .../com/jmatio/common/util/package-frame.html | 20 - .../jmatio/common/util/package-summary.html | 144 -- .../com/jmatio/common/util/package-tree.html | 137 -- javadoc/snapshot/com/jmatio/io/MatFile.html | 358 ----- .../snapshot/com/jmatio/io/MatFileFilter.html | 345 ----- .../snapshot/com/jmatio/io/MatFileHeader.html | 395 ----- .../jmatio/io/MatFileIncrementalWriter.html | 412 ----- .../snapshot/com/jmatio/io/MatFileReader.html | 688 --------- .../snapshot/com/jmatio/io/MatFileWriter.html | 418 ----- .../com/jmatio/io/MatlabIOException.html | 268 ---- .../snapshot/com/jmatio/io/package-frame.html | 29 - .../com/jmatio/io/package-summary.html | 194 --- .../snapshot/com/jmatio/io/package-tree.html | 155 -- .../io/stream/BufferedOutputStream.html | 318 ---- .../io/stream/ByteBufferInputStream.html | 320 ---- .../io/stream/ByteBufferedOutputStream.html | 473 ------ .../io/stream/FileBufferedOutputStream.html | 469 ------ .../jmatio/io/stream/MatFileInputStream.html | 404 ----- .../com/jmatio/io/stream/package-frame.html | 24 - .../com/jmatio/io/stream/package-summary.html | 165 -- .../com/jmatio/io/stream/package-tree.html | 152 -- .../com/jmatio/types/ByteStorageSupport.html | 266 ---- .../snapshot/com/jmatio/types/MLArray.html | 1185 -------------- javadoc/snapshot/com/jmatio/types/MLCell.html | 414 ----- javadoc/snapshot/com/jmatio/types/MLChar.html | 538 ------- .../snapshot/com/jmatio/types/MLDouble.html | 496 ------ .../com/jmatio/types/MLEmptyArray.html | 294 ---- .../snapshot/com/jmatio/types/MLInt16.html | 500 ------ .../snapshot/com/jmatio/types/MLInt32.html | 499 ------ .../snapshot/com/jmatio/types/MLInt64.html | 496 ------ javadoc/snapshot/com/jmatio/types/MLInt8.html | 519 ------- .../com/jmatio/types/MLJavaObject.html | 336 ---- .../com/jmatio/types/MLNumericArray.html | 849 ---------- .../snapshot/com/jmatio/types/MLObject.html | 315 ---- .../snapshot/com/jmatio/types/MLSingle.html | 375 ----- .../snapshot/com/jmatio/types/MLSparse.html | 708 --------- .../com/jmatio/types/MLStructure.html | 560 ------- .../snapshot/com/jmatio/types/MLUInt16.html | 358 ----- .../snapshot/com/jmatio/types/MLUInt32.html | 358 ----- .../snapshot/com/jmatio/types/MLUInt64.html | 496 ------ .../snapshot/com/jmatio/types/MLUInt8.html | 535 ------- .../com/jmatio/types/package-frame.html | 42 - .../com/jmatio/types/package-summary.html | 241 --- .../com/jmatio/types/package-tree.html | 171 --- javadoc/snapshot/constant-values.html | 578 ------- javadoc/snapshot/deprecated-list.html | 149 -- javadoc/snapshot/help-doc.html | 225 --- javadoc/snapshot/index-all.html | 1367 ----------------- javadoc/snapshot/index.html | 74 - javadoc/snapshot/overview-frame.html | 26 - javadoc/snapshot/overview-summary.html | 154 -- javadoc/snapshot/overview-tree.html | 212 --- javadoc/snapshot/package-list | 5 - javadoc/snapshot/script.js | 30 - javadoc/snapshot/serialized-form.html | 137 -- javadoc/snapshot/stylesheet.css | 574 ------- 63 files changed, 21492 deletions(-) delete mode 100644 javadoc/snapshot/allclasses-frame.html delete mode 100644 javadoc/snapshot/allclasses-noframe.html delete mode 100644 javadoc/snapshot/com/jmatio/common/MatDataTypes.html delete mode 100644 javadoc/snapshot/com/jmatio/common/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/common/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/common/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFile.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileFilter.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileHeader.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileReader.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileWriter.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatlabIOException.html delete mode 100644 javadoc/snapshot/com/jmatio/io/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/io/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/io/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLArray.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLCell.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLChar.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLDouble.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLEmptyArray.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt16.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt32.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt64.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt8.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLJavaObject.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLNumericArray.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLObject.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLSingle.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLSparse.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLStructure.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt16.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt32.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt64.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt8.html delete mode 100644 javadoc/snapshot/com/jmatio/types/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/types/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/types/package-tree.html delete mode 100644 javadoc/snapshot/constant-values.html delete mode 100644 javadoc/snapshot/deprecated-list.html delete mode 100644 javadoc/snapshot/help-doc.html delete mode 100644 javadoc/snapshot/index-all.html delete mode 100644 javadoc/snapshot/index.html delete mode 100644 javadoc/snapshot/overview-frame.html delete mode 100644 javadoc/snapshot/overview-summary.html delete mode 100644 javadoc/snapshot/overview-tree.html delete mode 100644 javadoc/snapshot/package-list delete mode 100644 javadoc/snapshot/script.js delete mode 100644 javadoc/snapshot/serialized-form.html delete mode 100644 javadoc/snapshot/stylesheet.css diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html deleted file mode 100644 index 209ccb3..0000000 --- a/javadoc/snapshot/allclasses-frame.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -All Classes (jmatio 3.3.0-SNAPSHOT API) - - - - - -

All Classes

- - - diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html deleted file mode 100644 index 40d978b..0000000 --- a/javadoc/snapshot/allclasses-noframe.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -All Classes (jmatio 3.3.0-SNAPSHOT API) - - - - - -

All Classes

- - - diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html deleted file mode 100644 index 3c01344..0000000 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ /dev/null @@ -1,784 +0,0 @@ - - - - - -MatDataTypes (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.common
-

Class MatDataTypes

-
-
- -
-
    -
  • -
    -
    -
    public class MatDataTypes
    -extends Object
    -
    MAT-file data types
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html deleted file mode 100644 index de93314..0000000 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -com.jmatio.common (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.jmatio.common

-
-

Classes

- -
- - diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html deleted file mode 100644 index fdf7b22..0000000 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - -com.jmatio.common (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.common

-
-
-
    -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    MatDataTypes -
    MAT-file data types
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html deleted file mode 100644 index 74c4baf..0000000 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -com.jmatio.common Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.common

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html deleted file mode 100644 index 7feb61e..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - -MLArrayQuery (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.common.util
-

Class MLArrayQuery

-
-
- -
-
    -
  • -
    -
    -
    public class MLArrayQuery
    -extends Object
    -
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. -

    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLArrayQuery

        -
        public MLArrayQuery(String queryString)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        q

        -
        public static Object q(MLArray array,
        -                       String query)
        -
        -
        Parameters:
        -
        array -
        -
        query -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        query

        -
        public Object query(MLArray array)
        -
        Parses the query string and returns the object it refers to.
        -
        -
        Parameters:
        -
        array - source MLArray
        -
        Returns:
        -
        query result
        -
        -
      • -
      - - - -
        -
      • -

        getContent

        -
        public Object getContent(MLArray array,
        -                         int m,
        -                         int n)
        -
        Returns the content of the field/cell/object.
        -
        -
        Parameters:
        -
        array - the parent structure/cell
        -
        m - column or -1
        -
        n - row or -1
        -
        Returns:
        -
        if both m and n are -1, returns MLArray, if n is -1, returns - content under index m, if both m and n are not-negative, returns - content of (m,n)
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html deleted file mode 100644 index 472eccc..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -com.jmatio.common.util (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.jmatio.common.util

-
-

Classes

- -
- - diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html deleted file mode 100644 index 0525282..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - -com.jmatio.common.util (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.common.util

-
-
-
    -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    MLArrayQuery -
    The JMatIO query parser.
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html deleted file mode 100644 index ad69553..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -com.jmatio.common.util Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.common.util

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html deleted file mode 100644 index 64fe5b4..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -MatFile (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFile

-
-
- -
-
    -
  • -
    -
    -
    public class MatFile
    -extends Object
    -
    MatFileReader's API is vague. Do you pass a file in the constructor - or the read method? It also limits your ability to partially parse - a section of code, such as the case where you have a MAT-file without - a header -

    - MatFile is a value class which presents a simplified API for parsing either a - ByteBuffer or a RandomAccessFile.

    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html deleted file mode 100644 index 4c072ad..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - -MatFileFilter (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileFilter

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileFilter
    -extends Object
    -
    File filter. - - This class is used to tell MatFileReader which matrices - should be processed. This is useful when operating on big MAT-files, - when there's no need to load all arrays into memory. - - Usage: -
    
    - //create new filter instance
    - MatFileFilter filter = new MatFileFilter();
    - //add a needle
    - filter.addArrayName( "your_array_name" );
    - 
    - //read array form file (haystack) looking _only_ for pecified array (needle)
    - MatFileReader mfr = new MatFileReader( fileName, filter );
    - 
    -
    -
    See Also:
    -
    MatFileReader
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileFilter

        -
        public MatFileFilter()
        -
        Creates empty filter intance. - - Note: empty filter acceps all results.
        -
      • -
      - - - -
        -
      • -

        MatFileFilter

        -
        public MatFileFilter(String[] names)
        -
        Create filter intance and add array names.
        -
        -
        Parameters:
        -
        names - - array of names (needles)
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addArrayName

        -
        public void addArrayName(String name)
        -
        Add array name to the filter. This array will be processed - while crawling thourg the MAT-file
        -
        -
        Parameters:
        -
        name - - array name (needle)
        -
        -
      • -
      - - - -
        -
      • -

        matches

        -
        public boolean matches(String name)
        -
        Test if given name matches the filter.
        -
        -
        Parameters:
        -
        name - - array name to be tested
        -
        Returns:
        -
        - true if array (matrix) of this name should be processed
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html deleted file mode 100644 index c37a20b..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - -MatFileHeader (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileHeader

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileHeader
    -extends Object
    -
    MAT-file header - - Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field - and two, 16-bit flag fields
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileHeader

        -
        public MatFileHeader(String description,
        -                     int version,
        -                     byte[] endianIndicator)
        -
        New MAT-file header
        -
        -
        Parameters:
        -
        description - - descriptive text (no longer than 116 characters)
        -
        version - - by default is set to 0x0100
        -
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getDescription

        -
        public String getDescription()
        -
        Gets descriptive text
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getVersion

        -
        public int getVersion()
        -
        When creating a MAT-file, set version to 0x0100
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        createHeader

        -
        public static MatFileHeader createHeader()
        -
        A factory. Creates new MatFileHeader instance with default header values: -
          -
        • MAT-file is 5.0 version
        • -
        • version is set to 0x0100
        • -
        • no byte-swapping ("IM")
        • -
        -
        -
        Returns:
        -
        - new MatFileHeader instance
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html deleted file mode 100644 index af7872b..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - -MatFileIncrementalWriter (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileIncrementalWriter

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileIncrementalWriter
    -extends Object
    -
    MAT-file Incremental writer. - - An updated writer which allows adding variables incrementally - for the life of the writer. This is necessary to allow large - variables to be written without having to hold onto then longer - than is necessary. - - The writer internally maintains a list of the variable names - it has written so far, and will throw an exception if the same - variable name is submitted more than once to the same reader. - - Usage: -
    
    - //1. First create example arrays
    - double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    - MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    - MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    -         
    - //2. write arrays to file
    - MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    - writer.write(mlDouble);
    - writer.write(mlChar);
    - 
    - writer.close();
    - 
    - 
    - - this is "equal" to Matlab commands: -
    
    - >> double_arr = [ 1 2; 3 4; 5 6];
    - >> char_arr = 'I am dummy';
    - >>
    - >> save('mat_file.mat', 'double_arr');
    - >> save('mat_file.mat', 'char_arr', '-append');
    - 
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileIncrementalWriter

        -
        public MatFileIncrementalWriter(String fileName)
        -                         throws IOException
        -
        Creates a writer to a file given the filename.
        -
        -
        Parameters:
        -
        fileName - - name of ouput file
        -
        Throws:
        -
        IOException
        -
        DataFormatException
        -
        -
      • -
      - - - -
        -
      • -

        MatFileIncrementalWriter

        -
        public MatFileIncrementalWriter(File file)
        -                         throws IOException
        -
        Creats a writer to a file given the File object.
        -
        -
        Parameters:
        -
        file - - an output File
        -
        Throws:
        -
        IOException
        -
        DataFormatException
        -
        -
      • -
      - - - -
        -
      • -

        MatFileIncrementalWriter

        -
        public MatFileIncrementalWriter(WritableByteChannel chan)
        -                         throws IOException
        -
        Creates a writer for a file, given an output channel to the file.. - - Writes MAT-file header and compressed data (miCOMPRESSED).
        -
        -
        Parameters:
        -
        chan - - WritableByteChannel
        -
        data - - Collection of MLArray elements
        -
        Throws:
        -
        IOException
        -
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html deleted file mode 100644 index 2aae501..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ /dev/null @@ -1,688 +0,0 @@ - - - - - -MatFileReader (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileReader

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileReader
    -extends Object
    -
    MAT-file reader. Reads MAT-file into MLArray objects. - - Usage: -
    
    - //read in the file
    - MatFileReader mfr = new MatFileReader( "mat_file.mat" );
    - 
    - //get array of a name "my_array" from file
    - MLArray mlArrayRetrived = mfr.getMLArray( "my_array" );
    - 
    - //or get the collection of all arrays that were stored in the file
    - Map content = mfr.getContent();
    - 
    -
    -
    See Also:
    -
    MatFileFilter
    -
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(String fileName)
        -              throws FileNotFoundException,
        -                     IOException
        -
        Creates instance of MatFileReader and reads MAT-file - from location given as fileName. - - This method reads MAT-file without filtering.
        -
        -
        Parameters:
        -
        fileName - the MAT-file path String
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        FileNotFoundException
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(String fileName,
        -                     MatFileFilter filter)
        -              throws IOException
        -
        Creates instance of MatFileReader and reads MAT-file - from location given as fileName. - - Results are filtered by MatFileFilter. Arrays that do not meet - filter match condition will not be available in results.
        -
        -
        Parameters:
        -
        fileName - the MAT-file path String
        -
        MatFileFilter - array name filter.
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(File file)
        -              throws IOException
        -
        Creates instance of MatFileReader and reads MAT-file - from file. - - This method reads MAT-file without filtering.
        -
        -
        Parameters:
        -
        file - the MAT-file
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(File file,
        -                     MatFileFilter filter)
        -              throws IOException
        -
        Creates instance of MatFileReader and reads MAT-file from - file. -

        - Results are filtered by MatFileFilter. Arrays that do not - meet filter match condition will not be available in results. -

        - Note: this method reads file using the memory mapped file policy, see - notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        -
        -
        Parameters:
        -
        file - the MAT-file
        -
        MatFileFilter - array name filter.
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        read

        -
        public Map<String,MLArray> read(File file)
        -                         throws IOException
        -
        Reads the content of a MAT-file and returns the mapped content. -

        - This method calls - read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        -
        -
        Parameters:
        -
        file - a valid MAT-file file to be read
        -
        Returns:
        -
        the same as getContent()
        -
        Throws:
        -
        IOException - if error occurs during file processing
        -
        -
      • -
      - - - -
        -
      • -

        read

        -
        public Map<String,MLArray> read(File file,
        -                                int policy)
        -                         throws IOException
        -
        Reads the content of a MAT-file and returns the mapped content. -

        - This method calls - read(file, new MatFileFilter(), policy).

        -
        -
        Parameters:
        -
        file - a valid MAT-file file to be read
        -
        policy - the file memory allocation policy
        -
        Returns:
        -
        the same as getContent()
        -
        Throws:
        -
        IOException - if error occurs during file processing
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        getMatFileHeader

        -
        public MatFileHeader getMatFileHeader()
        -
        Gets MAT-file header
        -
        -
        Returns:
        -
        - a MatFileHeader object
        -
        -
      • -
      - - - -
        -
      • -

        getData

        -
        public ArrayList<MLArray> getData()
        -
        Deprecated. use getContent which returns a Map to provide - easier access to MLArrays contained in MAT-file
        -
        Returns list of MLArray objects that were inside MAT-file
        -
        -
        Returns:
        -
        - a ArrayList
        -
        -
      • -
      - - - -
        -
      • -

        getMLArray

        -
        public MLArray getMLArray(String name)
        -
        Returns the value to which the red file maps the specified array name. - - Returns null if the file contains no content for this name.
        -
        -
        Parameters:
        -
        - - array name
        -
        Returns:
        -
        - the MLArray to which this file maps the specified name, - or null if the file contains no content for this name.
        -
        -
      • -
      - - - -
        -
      • -

        getContent

        -
        public Map<String,MLArray> getContent()
        -
        Returns a map of MLArray objects that were inside MAT-file. - - MLArrays are mapped with MLArrays' names
        -
        -
        Returns:
        -
        - a Map of MLArrays mapped with their names.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html deleted file mode 100644 index e9499b2..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ /dev/null @@ -1,418 +0,0 @@ - - - - - -MatFileWriter (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileWriter

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileWriter
    -extends Object
    -
    MAT-file writer. - - Usage: -
    
    - //1. First create example arrays
    - double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    - MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    - MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    -         
    - //2. write arrays to file
    - ArrayList list = new ArrayList();
    - list.add( mlDouble );
    - list.add( mlChar );
    - 
    - new MatFileWriter( "mat_file.mat", list );
    - 
    - - this is "equal" to Matlab commands: -
    
    - >> double_arr = [ 1 2; 3 4; 5 6];
    - >> char_arr = 'I am dummy';
    - >>
    - >> save('mat_file.mat', 'double_arr', 'char_arr');
    - 
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        write

        -
        public void write(String filepath,
        -                  Collection<MLArray> data)
        -           throws IOException
        -
        Writes MLArrays into file created from - filepath.
        -
        -
        Parameters:
        -
        filepath - the absolute file path of a MAT-file to which data is written
        -
        data - the collection of MLArray objects
        -
        Throws:
        -
        IOException - if error occurred during MAT-file writing
        -
        -
      • -
      - - - -
        -
      • -

        write

        -
        public void write(File file,
        -                  Collection<MLArray> data)
        -           throws IOException
        -
        Writes MLArrays into File
        -
        -
        Parameters:
        -
        file - the MAT-file to which data is written
        -
        data - the collection of MLArray objects
        -
        Throws:
        -
        IOException - if error occurred during MAT-file writing
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html deleted file mode 100644 index c506515..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -MatlabIOException (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatlabIOException

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatlabIOException

        -
        public MatlabIOException(String s)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html deleted file mode 100644 index 4fdefee..0000000 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - -com.jmatio.io (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.jmatio.io

- - - diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html deleted file mode 100644 index 1e51da4..0000000 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - -com.jmatio.io (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.io

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    MatFile -
    MatFileReader's API is vague.
    -
    MatFileFilter -
    File filter.
    -
    MatFileHeader -
    MAT-file header - - Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field - and two, 16-bit flag fields
    -
    MatFileIncrementalWriter -
    MAT-file Incremental writer.
    -
    MatFileReader -
    MAT-file reader.
    -
    MatFileWriter -
    MAT-file writer.
    -
    -
  • -
  • - - - - - - - - - - - - -
    Exception Summary 
    ExceptionDescription
    MatlabIOException -
    MAT-file reader/writer exception
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html deleted file mode 100644 index f90bdd7..0000000 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - -com.jmatio.io Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.io

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html deleted file mode 100644 index 2aff0ac..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - -BufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class BufferedOutputStream

-
-
- -
- -
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html deleted file mode 100644 index 48422cf..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - -ByteBufferInputStream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class ByteBufferInputStream

-
-
- -
- -
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html deleted file mode 100644 index 7f6cfaa..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html +++ /dev/null @@ -1,473 +0,0 @@ - - - - - -ByteBufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class ByteBufferedOutputStream

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        DEFAULT_INCREASING_FACTOR

        -
        public static final float DEFAULT_INCREASING_FACTOR
        -
        -
        See Also:
        -
        Constant Field Values
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size)
        -
      • -
      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size,
        -                                boolean onHeap)
        -
      • -
      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size,
        -                                float increasingBy)
        -
      • -
      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size,
        -                                float increasingBy,
        -                                boolean onHeap)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html deleted file mode 100644 index c8cf270..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html +++ /dev/null @@ -1,469 +0,0 @@ - - - - - -FileBufferedOutputStream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class FileBufferedOutputStream

-
-
- -
- -
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html deleted file mode 100644 index 9b1ad5d..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - -MatFileInputStream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class MatFileInputStream

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileInputStream
    -extends Object
    -
    MAT-file input stream class.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileInputStream

        -
        public MatFileInputStream(ByteBuffer buf,
        -                          int type)
        -
        Attach MAT-file input stream to InputStream
        -
        -
        Parameters:
        -
        is - - input stream
        -
        type - - type of data in the stream
        -
        See Also:
        -
        MatDataTypes
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        readInt

        -
        public int readInt()
        -            throws IOException
        -
        Reads data (number of bytes red is determined by data type) - from the stream to int.
        -
        -
        Returns:
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        readChar

        -
        public char readChar()
        -              throws IOException
        -
        Reads data (number of bytes red is determined by data type) - from the stream to char.
        -
        -
        Returns:
        -
        - char
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        readDouble

        -
        public double readDouble()
        -                  throws IOException
        -
        Reads data (number of bytes red is determined by data type) - from the stream to double.
        -
        -
        Returns:
        -
        - double
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        readByte

        -
        public byte readByte()
        -
      • -
      - - - - - - - -
        -
      • -

        skip

        -
        public void skip(int padding)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html deleted file mode 100644 index 1f1a32a..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - -com.jmatio.io.stream (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.jmatio.io.stream

- - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html deleted file mode 100644 index aaa9c00..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - -com.jmatio.io.stream (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.io.stream

-
-
- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html deleted file mode 100644 index 34806eb..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - -com.jmatio.io.stream Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.io.stream

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html deleted file mode 100644 index 389528b..0000000 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - -ByteStorageSupport (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Interface ByteStorageSupport<T extends Number>

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getBytesAllocated

        -
        int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        T buldFromBytes(byte[] bytes)
        -
      • -
      - - - - - -
        -
      • -

        getByteArray

        -
        byte[] getByteArray(T value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        Class<?> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html deleted file mode 100644 index 4ac8d0e..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ /dev/null @@ -1,1185 +0,0 @@ - - - - - -MLArray (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLArray

-
-
- -
- -
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLArray

        -
        public MLArray(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getName

        -
        public String getName()
        -
        Gets array name
        -
        -
        Returns:
        -
        - array name
        -
        -
      • -
      - - - -
        -
      • -

        getFlags

        -
        public int getFlags()
        -
      • -
      - - - -
        -
      • -

        getNameToByteArray

        -
        public byte[] getNameToByteArray()
        -
      • -
      - - - -
        -
      • -

        getDimensions

        -
        public int[] getDimensions()
        -
      • -
      - - - -
        -
      • -

        getM

        -
        public int getM()
        -
      • -
      - - - -
        -
      • -

        getN

        -
        public int getN()
        -
      • -
      - - - -
        -
      • -

        getNDimensions

        -
        public int getNDimensions()
        -
      • -
      - - - -
        -
      • -

        getSize

        -
        public int getSize()
        -
      • -
      - - - -
        -
      • -

        getType

        -
        public int getType()
        -
      • -
      - - - -
        -
      • -

        isEmpty

        -
        public boolean isEmpty()
        -
      • -
      - - - -
        -
      • -

        typeToString

        -
        public static final String typeToString(int type)
        -
      • -
      - - - -
        -
      • -

        isCell

        -
        public boolean isCell()
        -
      • -
      - - - -
        -
      • -

        isChar

        -
        public boolean isChar()
        -
      • -
      - - - -
        -
      • -

        isComplex

        -
        public boolean isComplex()
        -
      • -
      - - - -
        -
      • -

        isSparse

        -
        public boolean isSparse()
        -
      • -
      - - - -
        -
      • -

        isStruct

        -
        public boolean isStruct()
        -
      • -
      - - - -
        -
      • -

        isDouble

        -
        public boolean isDouble()
        -
      • -
      - - - -
        -
      • -

        isSingle

        -
        public boolean isSingle()
        -
      • -
      - - - -
        -
      • -

        isInt8

        -
        public boolean isInt8()
        -
      • -
      - - - -
        -
      • -

        isUint8

        -
        public boolean isUint8()
        -
      • -
      - - - -
        -
      • -

        isInt16

        -
        public boolean isInt16()
        -
      • -
      - - - -
        -
      • -

        isUint16

        -
        public boolean isUint16()
        -
      • -
      - - - -
        -
      • -

        isInt32

        -
        public boolean isInt32()
        -
      • -
      - - - -
        -
      • -

        isUint32

        -
        public boolean isUint32()
        -
      • -
      - - - -
        -
      • -

        isInt64

        -
        public boolean isInt64()
        -
      • -
      - - - -
        -
      • -

        isUint64

        -
        public boolean isUint64()
        -
      • -
      - - - -
        -
      • -

        isObject

        -
        public boolean isObject()
        -
      • -
      - - - -
        -
      • -

        isOpaque

        -
        public boolean isOpaque()
        -
      • -
      - - - -
        -
      • -

        isLogical

        -
        public boolean isLogical()
        -
      • -
      - - - -
        -
      • -

        isFunctionObject

        -
        public boolean isFunctionObject()
        -
      • -
      - - - -
        -
      • -

        isUnknown

        -
        public boolean isUnknown()
        -
      • -
      - - - -
        -
      • -

        getIndex

        -
        protected int getIndex(int m,
        -                       int n)
        -
      • -
      - - - - - - - -
        -
      • -

        contentToString

        -
        public String contentToString()
        -
      • -
      - - - -
        -
      • -

        dispose

        -
        public void dispose()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html deleted file mode 100644 index 37988c3..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ /dev/null @@ -1,414 +0,0 @@ - - - - - -MLCell (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLCell

-
-
- -
-
    -
  • -
    -
    -
    public class MLCell
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLCell

        -
        public MLCell(String name,
        -              int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLCell

        -
        public MLCell(String name,
        -              int[] dims,
        -              int type,
        -              int attributes)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html deleted file mode 100644 index 9e7d666..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ /dev/null @@ -1,538 +0,0 @@ - - - - - -MLChar (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLChar

-
-
- -
-
    -
  • -
    -
    -
    public class MLChar
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - - - - - - - - - -
        -
      • -

        MLChar

        -
        public MLChar(String name,
        -              String[] values,
        -              int maxlen)
        -
        Added method to allow initialization of a char array representing - an array of strings.
        -
        -
        Parameters:
        -
        name -
        -
        values -
        -
        maxlen -
        -
        -
      • -
      - - - -
        -
      • -

        MLChar

        -
        public MLChar(String name,
        -              int[] dims,
        -              int type,
        -              int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createArray

        -
        protected Character[] createArray(int m,
        -                                  int n)
        -
      • -
      - - - -
        -
      • -

        setChar

        -
        public void setChar(char ch,
        -                    int index)
        -
      • -
      - - - -
        -
      • -

        set

        -
        public void set(String value)
        -
        Populates the MLChar with the String value.
        -
        -
        Parameters:
        -
        value - the String value
        -
        -
      • -
      - - - -
        -
      • -

        set

        -
        public void set(String value,
        -                int idx)
        -
        Set one row, specifying the row.
        -
        -
        Parameters:
        -
        value -
        -
        idx -
        -
        -
      • -
      - - - -
        -
      • -

        getChar

        -
        public Character getChar(int m,
        -                         int n)
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals(Object o)
        -
        -
        Overrides:
        -
        equals in class Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class Object
        -
        -
      • -
      - - - -
        -
      • -

        getString

        -
        public String getString(int m)
        -
        Gets the m-th character matrix's row as String.
        -
        -
        Parameters:
        -
        m - - row number
        -
        Returns:
        -
        - String
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html deleted file mode 100644 index 9a0ea18..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - -MLDouble (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLDouble

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                int[] dims)
        -
        Create a MLDouble array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                Double[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                double[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Double[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                double[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public double[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Double buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Double value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Double> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html deleted file mode 100644 index bcc20d5..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - -MLEmptyArray (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLEmptyArray

-
-
- -
-
    -
  • -
    -
    -
    public class MLEmptyArray
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLEmptyArray

        -
        public MLEmptyArray()
        -
      • -
      - - - -
        -
      • -

        MLEmptyArray

        -
        public MLEmptyArray(String name)
        -
      • -
      - - - -
        -
      • -

        MLEmptyArray

        -
        public MLEmptyArray(String name,
        -                    int[] dims,
        -                    int type,
        -                    int attributes)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html deleted file mode 100644 index 4328c56..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ /dev/null @@ -1,500 +0,0 @@ - - - - - -MLInt16 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt16

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxINT16_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               int[] dims)
        -
        Create a MLSingle array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               Short[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               short[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Short[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               short[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public short[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Short buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Short value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Short> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html deleted file mode 100644 index 48a95e7..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ /dev/null @@ -1,499 +0,0 @@ - - - - - -MLInt32 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt32

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[] dims)
        -
        Create a MLInt64 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               Integer[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public int[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Integer buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Integer> getStorageClazz()
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Integer value)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html deleted file mode 100644 index ca6a9f3..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - -MLInt64 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt64

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               int[] dims)
        -
        Create a MLInt64 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               Long[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               long[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               long[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public long[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Long buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Long> getStorageClazz()
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Long value)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html deleted file mode 100644 index 430b5ed..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ /dev/null @@ -1,519 +0,0 @@ - - - - - -MLInt8 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt8

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              int[] dims,
        -              int type,
        -              int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              int[] dims)
        -
        Create a MLUInt8 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              Byte[] vals,
        -              int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              byte[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              byte[] vals,
        -              int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public byte[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Byte buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Byte value)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Byte> getStorageClazz()
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html deleted file mode 100644 index 2da73af..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -MLJavaObject (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLJavaObject

-
-
- -
-
    -
  • -
    -
    -
    public class MLJavaObject
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getClassName

        -
        public String getClassName()
        -
      • -
      - - - -
        -
      • -

        getContent

        -
        public ByteBuffer getContent()
        -
      • -
      - - - -
        -
      • -

        instantiateObject

        -
        public Object instantiateObject()
        -                         throws Exception
        -
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        -
        -
        Throws:
        -
        Exception
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html deleted file mode 100644 index 0c64b48..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ /dev/null @@ -1,849 +0,0 @@ - - - - - -MLNumericArray (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLNumericArray<T extends Number>

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLNumericArray

        -
        public MLNumericArray(String name,
        -                      int[] dims,
        -                      int type,
        -                      int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type
        -
        attributes - - array flags
        -
        -
      • -
      - - - - - -
        -
      • -

        MLNumericArray

        -
        public MLNumericArray(String name,
        -                      int type,
        -                      T[] vals,
        -                      int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        type - - array type
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        allocate

        -
        protected void allocate()
        -
      • -
      - - - -
        -
      • -

        getReal

        -
        public T getReal(int m,
        -                 int n)
        -
        Gets single real array element of A(m,n).
        -
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - -
        -
      • -

        getReal

        -
        public T getReal(int index)
        -
        -
        Parameters:
        -
        index -
        -
        Returns:
        -
        -
      • -
      - - - - - -
        -
      • -

        setReal

        -
        public void setReal(T value,
        -                    int m,
        -                    int n)
        -
        Sets single real array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        m - - row index
        -
        n - - column index
        -
        -
      • -
      - - - - - -
        -
      • -

        setReal

        -
        public void setReal(T value,
        -                    int index)
        -
        Sets single real array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        index - - column-packed vector index
        -
        -
      • -
      - - - - - -
        -
      • -

        setReal

        -
        public void setReal(T[] vector)
        -
        Sets real part of matrix
        -
        -
        Parameters:
        -
        vector - - column-packed vector of elements
        -
        -
      • -
      - - - - - -
        -
      • -

        setImaginary

        -
        public void setImaginary(T value,
        -                         int m,
        -                         int n)
        -
        Sets single imaginary array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        m - - row index
        -
        n - - column index
        -
        -
      • -
      - - - - - -
        -
      • -

        setImaginary

        -
        public void setImaginary(T value,
        -                         int index)
        -
        Sets single real array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        index - - column-packed vector index
        -
        -
      • -
      - - - -
        -
      • -

        getImaginary

        -
        public T getImaginary(int m,
        -                      int n)
        -
        Gets single imaginary array element of A(m,n).
        -
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - -
        -
      • -

        getImaginary

        -
        public T getImaginary(int index)
        -
        -
        Parameters:
        -
        index -
        -
        Returns:
        -
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        public void set(T value,
        -                int m,
        -                int n)
        -
        Does the same as setReal.
        -
        -
        Parameters:
        -
        value - - element value
        -
        m - - row index
        -
        n - - column index
        -
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        public void set(T value,
        -                int index)
        -
        Does the same as setReal.
        -
        -
        Parameters:
        -
        value - - element value
        -
        index - - column-packed vector index
        -
        -
      • -
      - - - -
        -
      • -

        get

        -
        public T get(int m,
        -             int n)
        -
        Does the same as getReal.
        -
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - -
        -
      • -

        get

        -
        public T get(int index)
        -
        -
        Parameters:
        -
        index -
        -
        Returns:
        -
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        public void set(T[] vector)
        -
        -
        Parameters:
        -
        vector -
        -
        -
      • -
      - - - -
        -
      • -

        get

        -
        protected T get(ByteBuffer buffer,
        -                int index)
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        protected void set(ByteBuffer buffer,
        -                   T value,
        -                   int index)
        -
      • -
      - - - -
        -
      • -

        putImaginaryByteBuffer

        -
        public void putImaginaryByteBuffer(ByteBuffer buff)
        -
      • -
      - - - -
        -
      • -

        getImaginaryByteBuffer

        -
        public ByteBuffer getImaginaryByteBuffer()
        -
      • -
      - - - -
        -
      • -

        putRealByteBuffer

        -
        public void putRealByteBuffer(ByteBuffer buff)
        -
      • -
      - - - -
        -
      • -

        getRealByteBuffer

        -
        public ByteBuffer getRealByteBuffer()
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals(Object o)
        -
        -
        Overrides:
        -
        equals in class Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class Object
        -
        -
      • -
      - - - -
        -
      • -

        dispose

        -
        public void dispose()
        -
        -
        Overrides:
        -
        dispose in class MLArray
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html deleted file mode 100644 index 753b47a..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -MLObject (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLObject

-
-
- -
-
    -
  • -
    -
    -
    public class MLObject
    -extends MLArray
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html deleted file mode 100644 index 3e2089a..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - -MLSingle (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLSingle

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLSingle

        -
        public MLSingle(String name,
        -                Float[] vals,
        -                int m)
        -
      • -
      - - - -
        -
      • -

        MLSingle

        -
        public MLSingle(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        buldFromBytes

        -
        public Float buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Float value)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<?> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html deleted file mode 100644 index 55af165..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ /dev/null @@ -1,708 +0,0 @@ - - - - - -MLSparse (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLSparse

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLSparse

        -
        public MLSparse(String name,
        -                int[] dims,
        -                int attributes,
        -                int nzmax)
        -
        -
        Parameters:
        -
        name -
        -
        dims -
        -
        attributes -
        -
        nzmax -
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        getMaxNZ

        -
        public int getMaxNZ()
        -
        Gets maximum number of non-zero values
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getIR

        -
        public int[] getIR()
        -
        Gets row indices - - ir points to an integer array of length nzmax containing the row indices of - the corresponding elements in pr and pi.
        -
      • -
      - - - -
        -
      • -

        getJC

        -
        public int[] getJC()
        -
        Gets column indices. - - jc points to an integer array of length N+1 that contains column index information. - For j, in the range 0<=j<=N�1, jc[j] is the index in ir and pr (and pi - if it exists) of the first nonzero entry in the jth column and jc[j+1]�1 index - of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number - of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero - entries can be inserted in the array without allocating additional storage
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getReal

        -
        public Double getReal(int m,
        -                      int n)
        -
        Description copied from class: MLNumericArray
        -
        Gets single real array element of A(m,n).
        -
        -
        Overrides:
        -
        getReal in class MLNumericArray<Double>
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - - - - - -
        -
      • -

        setReal

        -
        public void setReal(Double value,
        -                    int m,
        -                    int n)
        -
        Description copied from class: MLNumericArray
        -
        Sets single real array element.
        -
        -
        Overrides:
        -
        setReal in class MLNumericArray<Double>
        -
        Parameters:
        -
        value -
        -
        m -
        -
        n -
        -
        -
      • -
      - - - -
        -
      • -

        setReal

        -
        public void setReal(Double value,
        -                    int index)
        -
        Description copied from class: MLNumericArray
        -
        Sets single real array element.
        -
        -
        Overrides:
        -
        setReal in class MLNumericArray<Double>
        -
        Parameters:
        -
        value -
        -
        index -
        -
        -
      • -
      - - - -
        -
      • -

        setImaginary

        -
        public void setImaginary(Double value,
        -                         int m,
        -                         int n)
        -
        Description copied from class: MLNumericArray
        -
        Sets single imaginary array element.
        -
        -
        Overrides:
        -
        setImaginary in class MLNumericArray<Double>
        -
        Parameters:
        -
        value -
        -
        m -
        -
        n -
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getImaginary

        -
        public Double getImaginary(int m,
        -                           int n)
        -
        Description copied from class: MLNumericArray
        -
        Gets single imaginary array element of A(m,n).
        -
        -
        Overrides:
        -
        getImaginary in class MLNumericArray<Double>
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - - - - - -
        -
      • -

        exportReal

        -
        public Double[] exportReal()
        -
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        -
        -
        Returns:
        -
        real part
        -
        -
      • -
      - - - -
        -
      • -

        exportImaginary

        -
        public Double[] exportImaginary()
        -
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        -
        -
        Returns:
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Double buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Double value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Double> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html deleted file mode 100644 index 010d02e..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ /dev/null @@ -1,560 +0,0 @@ - - - - - -MLStructure (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLStructure

-
-
- -
-
    -
  • -
    -
    -
    public class MLStructure
    -extends MLArray
    -
    This class represents Matlab's Structure object (structure array). - - Note: array of structures can contain only structures of the same type - , that means structures that have the same field names.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLStructure

        -
        public MLStructure(String name,
        -                   int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLStructure

        -
        public MLStructure(String name,
        -                   int[] dims,
        -                   int type,
        -                   int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value)
        -
        Sets field for current structure
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        -
      • -
      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value,
        -                     int m,
        -                     int n)
        -
        Sets field for (m,n)'th structure in struct array
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        m -
        -
        n -
        -
        -
      • -
      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value,
        -                     int index)
        -
        Sets filed for structure described by index in struct array
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        index -
        -
        -
      • -
      - - - -
        -
      • -

        getMaxFieldLenth

        -
        public int getMaxFieldLenth()
        -
        Gets the maximum length of field descriptor
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getKeySetToByteArray

        -
        public byte[] getKeySetToByteArray()
        -
        Dumps field names to byte array. Field names are written as Zero End Strings
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getAllFields

        -
        public Collection<MLArray> getAllFields()
        -
        Gets all field from sruct array as flat list of fields.
        -
        -
        Returns:
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name)
        -
        Gets a value of the field described by name from current struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name,
        -                        int m,
        -                        int n)
        -
        Gets a value of the field described by name from (m,n)'th struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        m -
        -
        n -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name,
        -                        int index)
        -
        Gets a value of the field described by name from index'th struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        index -
        -
        Returns:
        -
        value of the field or null if the field doesn't exist
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html deleted file mode 100644 index d1aba70..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -MLUInt16 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt16

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                Short[] vals,
        -                int m)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                short[][] vals)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                short[] vals,
        -                int m)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html deleted file mode 100644 index debf132..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -MLUInt32 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt32

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[] vals,
        -                int m)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[][] vals)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                Integer[] vals,
        -                int m)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html deleted file mode 100644 index 7749e65..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - -MLUInt64 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt64

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                int[] dims)
        -
        Create a MLUInt64 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                Long[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                long[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                long[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public long[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Long buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Long> getStorageClazz()
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Long value)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html deleted file mode 100644 index b599469..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ /dev/null @@ -1,535 +0,0 @@ - - - - - -MLUInt8 (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt8

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               int[] dims)
        -
        Create a MLUInt8 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               Byte[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               byte[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               byte[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createArray

        -
        public Byte[] createArray(int m,
        -                          int n)
        -
      • -
      - - - -
        -
      • -

        getArray

        -
        public byte[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Byte buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Byte value)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Byte> getStorageClazz()
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html deleted file mode 100644 index 7c58ede..0000000 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - -com.jmatio.types (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.jmatio.types

- - - diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html deleted file mode 100644 index ae865dd..0000000 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - -com.jmatio.types (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.types

-
-
- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html deleted file mode 100644 index 0c215d3..0000000 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - -com.jmatio.types Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.types

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html deleted file mode 100644 index 22cd51d..0000000 --- a/javadoc/snapshot/constant-values.html +++ /dev/null @@ -1,578 +0,0 @@ - - - - - -Constant Field Values (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Constant Field Values

-

Contents

- -
-
- - -

com.jmatio.*

- - - - -
- - - - - - diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html deleted file mode 100644 index 3ce2039..0000000 --- a/javadoc/snapshot/deprecated-list.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Deprecated List (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Deprecated API

-

Contents

- -
-
- - -
    -
  • - - - - - - - - - - -
    Deprecated Methods 
    Method and Description
    com.jmatio.io.MatFileReader.getData() -
    use getContent which returns a Map to provide - easier access to MLArrays contained in MAT-file
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html deleted file mode 100644 index fa23834..0000000 --- a/javadoc/snapshot/help-doc.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -API Help (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
-
-
    -
  • -

    Overview

    -

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    -
  • -
  • -

    Package

    -

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    -
      -
    • Interfaces (italic)
    • -
    • Classes
    • -
    • Enums
    • -
    • Exceptions
    • -
    • Errors
    • -
    • Annotation Types
    • -
    -
  • -
  • -

    Class/Interface

    -

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
      -
    • Class inheritance diagram
    • -
    • Direct Subclasses
    • -
    • All Known Subinterfaces
    • -
    • All Known Implementing Classes
    • -
    • Class/interface declaration
    • -
    • Class/interface description
    • -
    -
      -
    • Nested Class Summary
    • -
    • Field Summary
    • -
    • Constructor Summary
    • -
    • Method Summary
    • -
    -
      -
    • Field Detail
    • -
    • Constructor Detail
    • -
    • Method Detail
    • -
    -

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    -
  • -
  • -

    Annotation Type

    -

    Each annotation type has its own separate page with the following sections:

    -
      -
    • Annotation Type declaration
    • -
    • Annotation Type description
    • -
    • Required Element Summary
    • -
    • Optional Element Summary
    • -
    • Element Detail
    • -
    -
  • -
  • -

    Enum

    -

    Each enum has its own separate page with the following sections:

    -
      -
    • Enum declaration
    • -
    • Enum description
    • -
    • Enum Constant Summary
    • -
    • Enum Constant Detail
    • -
    -
  • -
  • -

    Tree (Class Hierarchy)

    -

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    -
      -
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • -
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • -
    -
  • -
  • -

    Deprecated API

    -

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    -
  • -
  • -

    Index

    -

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    -
  • -
  • -

    Prev/Next

    -

    These links take you to the next or previous class, interface, package, or related page.

    -
  • -
  • -

    Frames/No Frames

    -

    These links show and hide the HTML frames. All pages are available with or without frames.

    -
  • -
  • -

    All Classes

    -

    The All Classes link shows all classes and interfaces except non-static nested types.

    -
  • -
  • -

    Serialized Form

    -

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    -
  • -
  • -

    Constant Field Values

    -

    The Constant Field Values page lists the static final fields and their values.

    -
  • -
-This help file applies to API documentation generated using the standard doclet.
- - - - - - diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html deleted file mode 100644 index 2e27655..0000000 --- a/javadoc/snapshot/index-all.html +++ /dev/null @@ -1,1367 +0,0 @@ - - - - - -Index (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
A B C D E F G H I M N P Q R S T W  - - -

A

-
-
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
-
-
Add array name to the filter.
-
-
allocate() - Method in class com.jmatio.types.MLNumericArray
-
 
-
allocate() - Method in class com.jmatio.types.MLSparse
-
 
-
attributes - Variable in class com.jmatio.types.MLArray
-
 
-
- - - -

B

-
-
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
-
-
Returns the backing ByteBuffer
-
-
buffer() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
buffer() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
BufferedOutputStream - Class in com.jmatio.io.stream
-
 
-
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
-
 
-
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
-
 
-
ByteBufferedOutputStream - Class in com.jmatio.io.stream
-
-
From https://gist.github.com/manzke/985007
-
-
ByteBufferedOutputStream(int) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferedOutputStream(int, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferedOutputStream(int, float) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferedOutputStream(int, float, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferInputStream - Class in com.jmatio.io.stream
-
 
-
ByteBufferInputStream(ByteBuffer, long) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
-
 
-
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
-
 
-
- - - -

C

-
-
capacity() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
cells() - Method in class com.jmatio.types.MLCell
-
 
-
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
-
 
-
close() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
com.jmatio.common - package com.jmatio.common
-
 
-
com.jmatio.common.util - package com.jmatio.common.util
-
 
-
com.jmatio.io - package com.jmatio.io
-
 
-
com.jmatio.io.stream - package com.jmatio.io.stream
-
 
-
com.jmatio.types - package com.jmatio.types
-
 
-
contentToString() - Method in class com.jmatio.types.MLArray
-
 
-
contentToString() - Method in class com.jmatio.types.MLCell
-
 
-
contentToString() - Method in class com.jmatio.types.MLChar
-
 
-
contentToString() - Method in class com.jmatio.types.MLNumericArray
-
 
-
contentToString() - Method in class com.jmatio.types.MLSparse
-
 
-
contentToString() - Method in class com.jmatio.types.MLStructure
-
 
-
createArray(int, int) - Method in class com.jmatio.types.MLChar
-
 
-
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
-
 
-
createHeader() - Static method in class com.jmatio.io.MatFileHeader
-
-
A factory.
-
-
- - - -

D

-
-
DEFAULT_INCREASING_FACTOR - Static variable in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
-
 
-
dims - Variable in class com.jmatio.types.MLArray
-
 
-
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
-
 
-
dispose() - Method in class com.jmatio.types.MLArray
-
 
-
dispose() - Method in class com.jmatio.types.MLNumericArray
-
 
-
- - - -

E

-
-
equals(Object) - Method in class com.jmatio.types.MLChar
-
 
-
equals(Object) - Method in class com.jmatio.types.MLNumericArray
-
 
-
exportChar() - Method in class com.jmatio.types.MLChar
-
 
-
exportImaginary() - Method in class com.jmatio.types.MLSparse
-
-
Returns the imaginary part (PI) array.
-
-
exportReal() - Method in class com.jmatio.types.MLSparse
-
-
Returns the real part (PR) array.
-
-
- - - -

F

-
-
FileBufferedOutputStream - Class in com.jmatio.io.stream
-
-
This is an OutputStream that is backed by a RandomAccessFile - and accessed with buffered access.
-
-
FileBufferedOutputStream() - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
FileBufferedOutputStream(MLArray) - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
flush() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
- - - -

G

-
-
get(int, int) - Method in class com.jmatio.types.MLCell
-
 
-
get(int) - Method in class com.jmatio.types.MLCell
-
 
-
get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
-
-
Override to accelerate the performance
-
-
get(int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Does the same as getReal.
-
-
get(int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
-
-
Override to accelerate the performance
-
-
getAllFields() - Method in class com.jmatio.types.MLStructure
-
-
Gets all field from sruct array as flat list of fields.
-
-
getArray() - Method in class com.jmatio.types.MLDouble
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt16
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt32
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt64
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt8
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLUInt64
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLUInt8
-
-
Gets two-dimensional real array.
-
-
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
-
 
-
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
-
 
-
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
-
 
-
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
-
 
-
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
-
 
-
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
-
 
-
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
-
 
-
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
-
 
-
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
-
 
-
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
-
 
-
getChar(int, int) - Method in class com.jmatio.types.MLChar
-
 
-
getClassName() - Method in class com.jmatio.types.MLJavaObject
-
 
-
getClassName() - Method in class com.jmatio.types.MLObject
-
 
-
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
-
-
Returns the content of the field/cell/object.
-
-
getContent() - Method in class com.jmatio.io.MatFile
-
 
-
getContent() - Method in class com.jmatio.io.MatFileReader
-
-
Returns a map of MLArray objects that were inside MAT-file.
-
-
getContent() - Method in class com.jmatio.types.MLJavaObject
-
 
-
getData() - Method in class com.jmatio.io.MatFileReader
-
-
Deprecated. -
use getContent which returns a Map to provide - easier access to MLArrays contained in MAT-file
-
-
-
getDescription() - Method in class com.jmatio.io.MatFileHeader
-
-
Gets descriptive text
-
-
getDimensions() - Method in class com.jmatio.types.MLArray
-
 
-
getField(String) - Method in class com.jmatio.types.MLStructure
-
-
Gets a value of the field described by name from current struct - in struct array or null if the field doesn't exist.
-
-
getField(String, int, int) - Method in class com.jmatio.types.MLStructure
-
-
Gets a value of the field described by name from (m,n)'th struct - in struct array or null if the field doesn't exist.
-
-
getField(String, int) - Method in class com.jmatio.types.MLStructure
-
-
Gets a value of the field described by name from index'th struct - in struct array or null if the field doesn't exist.
-
-
getFieldNames() - Method in class com.jmatio.types.MLStructure
-
-
Returns the Collection of keys for this structure.
-
-
getFlags() - Method in class com.jmatio.types.MLArray
-
 
-
getHeader() - Method in class com.jmatio.io.MatFile
-
 
-
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Gets single imaginary array element of A(m,n).
-
-
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
getImaginary(int) - Method in class com.jmatio.types.MLSparse
-
 
-
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
-
 
-
getIndex(int, int) - Method in class com.jmatio.types.MLArray
-
 
-
getIndex(int, int) - Method in class com.jmatio.types.MLCell
-
 
-
getIR() - Method in class com.jmatio.types.MLSparse
-
-
Gets row indices - - ir points to an integer array of length nzmax containing the row indices of - the corresponding elements in pr and pi.
-
-
getJC() - Method in class com.jmatio.types.MLSparse
-
-
Gets column indices.
-
-
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructure
-
-
Dumps field names to byte array.
-
-
getM() - Method in class com.jmatio.types.MLArray
-
 
-
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
-
-
Gets MAT-file header
-
-
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructure
-
-
Gets the maximum length of field descriptor
-
-
getMaxNZ() - Method in class com.jmatio.types.MLSparse
-
-
Gets maximum number of non-zero values
-
-
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
-
-
Returns the value to which the red file maps the specified array name.
-
-
getN() - Method in class com.jmatio.types.MLArray
-
 
-
getName() - Method in class com.jmatio.types.MLArray
-
-
Gets array name
-
-
getNameToByteArray() - Method in class com.jmatio.types.MLArray
-
 
-
getNDimensions() - Method in class com.jmatio.types.MLArray
-
 
-
getObject() - Method in class com.jmatio.types.MLObject
-
 
-
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Gets single real array element of A(m,n).
-
-
getReal(int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
getReal(int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
getReal(int) - Method in class com.jmatio.types.MLSparse
-
 
-
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
-
 
-
getSize() - Method in class com.jmatio.types.MLArray
-
 
-
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLDouble
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt16
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt32
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt64
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt8
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLSingle
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLSparse
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
-
 
-
getString(int) - Method in class com.jmatio.types.MLChar
-
-
Gets the m-th character matrix's row as String.
-
-
getType() - Method in class com.jmatio.types.MLArray
-
 
-
getVersion() - Method in class com.jmatio.io.MatFileHeader
-
-
When creating a MAT-file, set version to 0x0100
-
-
- - - -

H

-
-
hashCode() - Method in class com.jmatio.types.MLChar
-
 
-
hashCode() - Method in class com.jmatio.types.MLNumericArray
-
 
-
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
-
 
-
- - - -

I

-
-
increase(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
-
-
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
-
-
isCell() - Method in class com.jmatio.types.MLArray
-
 
-
isChar() - Method in class com.jmatio.types.MLArray
-
 
-
isComplex() - Method in class com.jmatio.types.MLArray
-
 
-
isDouble() - Method in class com.jmatio.types.MLArray
-
 
-
isEmpty() - Method in class com.jmatio.types.MLArray
-
 
-
isFunctionObject() - Method in class com.jmatio.types.MLArray
-
 
-
isInt16() - Method in class com.jmatio.types.MLArray
-
 
-
isInt32() - Method in class com.jmatio.types.MLArray
-
 
-
isInt64() - Method in class com.jmatio.types.MLArray
-
 
-
isInt8() - Method in class com.jmatio.types.MLArray
-
 
-
isLogical() - Method in class com.jmatio.types.MLArray
-
 
-
isObject() - Method in class com.jmatio.types.MLArray
-
 
-
isOpaque() - Method in class com.jmatio.types.MLArray
-
 
-
isSingle() - Method in class com.jmatio.types.MLArray
-
 
-
isSparse() - Method in class com.jmatio.types.MLArray
-
 
-
isStruct() - Method in class com.jmatio.types.MLArray
-
 
-
isUint16() - Method in class com.jmatio.types.MLArray
-
 
-
isUint32() - Method in class com.jmatio.types.MLArray
-
 
-
isUint64() - Method in class com.jmatio.types.MLArray
-
 
-
isUint8() - Method in class com.jmatio.types.MLArray
-
 
-
isUnknown() - Method in class com.jmatio.types.MLArray
-
 
-
- - - -

M

-
-
matches(String) - Method in class com.jmatio.io.MatFileFilter
-
-
Test if given name matches the filter.
-
-
MatDataTypes - Class in com.jmatio.common
-
-
MAT-file data types
-
-
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
-
 
-
MatFile - Class in com.jmatio.io
-
-
MatFileReader's API is vague.
-
-
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
-
 
-
MatFileFilter - Class in com.jmatio.io
-
-
File filter.
-
-
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
-
-
Creates empty filter intance.
-
-
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
-
-
Create filter intance and add array names.
-
-
MatFileHeader - Class in com.jmatio.io
-
-
MAT-file header - - Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field - and two, 16-bit flag fields
-
-
MatFileHeader(String, int, byte[]) - Constructor for class com.jmatio.io.MatFileHeader
-
-
New MAT-file header
-
-
MatFileIncrementalWriter - Class in com.jmatio.io
-
-
MAT-file Incremental writer.
-
-
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
-
Creates a writer to a file given the filename.
-
-
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
-
Creats a writer to a file given the File object.
-
-
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
-
Creates a writer for a file, given an output channel to the file..
-
-
MatFileInputStream - Class in com.jmatio.io.stream
-
-
MAT-file input stream class.
-
-
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
-
-
Attach MAT-file input stream to InputStream
-
-
MatFileReader - Class in com.jmatio.io
-
-
MAT-file reader.
-
-
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file - from location given as fileName.
-
-
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file - from location given as fileName.
-
-
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file - from file.
-
-
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file from - file.
-
-
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
-
 
-
MatFileWriter - Class in com.jmatio.io
-
-
MAT-file writer.
-
-
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
-
-
Creates the new MatFileWriter instance
-
-
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into file given by fileName.
-
-
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into File.
-
-
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into OuputSteram.
-
-
MatlabIOException - Exception in com.jmatio.io
-
-
MAT-file reader/writer exception
-
-
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
-
 
-
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
-
 
-
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
MLArray - Class in com.jmatio.types
-
 
-
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
-
 
-
MLArrayQuery - Class in com.jmatio.common.util
-
-
The JMatIO query parser.
-
-
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
-
 
-
MLCell - Class in com.jmatio.types
-
 
-
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
-
 
-
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
-
 
-
MLChar - Class in com.jmatio.types
-
 
-
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
-
-
Creates the 1 x String.length() MLChar from the given - String.
-
-
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
-
-
Create the MLChar from array of Strings.
-
-
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
-
-
Added method to allow initialization of a char array representing - an array of strings.
-
-
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
-
 
-
MLDouble - Class in com.jmatio.types
-
-
Class represents Double array (matrix)
-
-
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
-
-
Create a MLDouble array with given name, - and dimensions.
-
-
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Double[]
-
-
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLEmptyArray - Class in com.jmatio.types
-
 
-
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
-
 
-
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
-
 
-
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
-
 
-
MLInt16 - Class in com.jmatio.types
-
-
Class represents Int16 array (matrix)
-
-
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
-
-
Create a MLSingle array with given name, - and dimensions.
-
-
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Short[]
-
-
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLInt32 - Class in com.jmatio.types
-
 
-
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
-
-
Create a MLInt64 array with given name, - and dimensions.
-
-
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLInt64 - Class in com.jmatio.types
-
-
Class represents Int64 (long) array (matrix)
-
-
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
-
-
Create a MLInt64 array with given name, - and dimensions.
-
-
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLInt8 - Class in com.jmatio.types
-
 
-
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
-
-
Create a MLUInt8 array with given name, - and dimensions.
-
-
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLJavaObject - Class in com.jmatio.types
-
 
-
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
-
 
-
MLNumericArray<T extends Number> - Class in com.jmatio.types
-
 
-
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLObject - Class in com.jmatio.types
-
 
-
MLObject(String, String, MLStructure) - Constructor for class com.jmatio.types.MLObject
-
 
-
MLSingle - Class in com.jmatio.types
-
 
-
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
-
 
-
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
-
 
-
MLSparse - Class in com.jmatio.types
-
 
-
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
-
 
-
MLStructure - Class in com.jmatio.types
-
-
This class represents Matlab's Structure object (structure array).
-
-
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
-
 
-
MLStructure(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructure
-
 
-
MLUInt16 - Class in com.jmatio.types
-
 
-
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt32 - Class in com.jmatio.types
-
 
-
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt64 - Class in com.jmatio.types
-
-
Class represents Int64 (long) array (matrix)
-
-
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
-
-
Create a MLUInt64 array with given name, - and dimensions.
-
-
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLUInt8 - Class in com.jmatio.types
-
-
Class represents UInt8 (byte) array (matrix)
-
-
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
-
-
Create a MLUInt8 array with given name, - and dimensions.
-
-
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
-
 
-
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
-
 
-
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
-
 
-
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
-
 
-
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
- - - -

N

-
-
name - Variable in class com.jmatio.types.MLArray
-
 
-
- - - -

P

-
-
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
-
 
-
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
-
 
-
- - - -

Q

-
-
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
-
 
-
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
-
-
Parses the query string and returns the object it refers to.
-
-
- - - -

R

-
-
read(File) - Method in class com.jmatio.io.MatFileReader
-
-
Reads the content of a MAT-file and returns the mapped content.
-
-
read(File, int) - Method in class com.jmatio.io.MatFileReader
-
-
Reads the content of a MAT-file and returns the mapped content.
-
-
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
-
-
Reads the content of a MAT-file and returns the mapped content.
-
-
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
-
 
-
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
-
 
-
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
-
 
-
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
-
-
Reads a bare set of bytes.
-
-
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
-
 
-
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads data (number of bytes red is determined by data type) - from the stream to char.
-
-
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads data (number of bytes red is determined by data type) - from the stream to double.
-
-
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
-
-
Reads a full set of bytes (including the header).
-
-
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
-
-
Reads a full set of bytes (including the header).
-
-
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads data (number of bytes red is determined by data type) - from the stream to int.
-
-
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads the data into a ByteBuffer.
-
-
- - - -

S

-
-
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
-
 
-
set(MLArray, int) - Method in class com.jmatio.types.MLCell
-
 
-
set(String) - Method in class com.jmatio.types.MLChar
-
-
Populates the MLChar with the String value.
-
-
set(String, int) - Method in class com.jmatio.types.MLChar
-
-
Set one row, specifying the row.
-
-
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Does the same as setReal.
-
-
set(T, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Does the same as setReal.
-
-
set(T[]) - Method in class com.jmatio.types.MLNumericArray
-
 
-
set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
setChar(char, int) - Method in class com.jmatio.types.MLChar
-
 
-
setField(String, MLArray) - Method in class com.jmatio.types.MLStructure
-
-
Sets field for current structure
-
-
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructure
-
-
Sets field for (m,n)'th structure in struct array
-
-
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructure
-
-
Sets filed for structure described by index in struct array
-
-
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single imaginary array element.
-
-
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single real array element.
-
-
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
-
 
-
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single real array element.
-
-
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single real array element.
-
-
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets real part of matrix
-
-
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
-
 
-
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
-
 
-
size() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
size() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
-
-
Return number of bytes for given type.
-
-
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
-
 
-
- - - -

T

-
-
toString() - Method in class com.jmatio.io.MatFileHeader
-
 
-
toString() - Method in class com.jmatio.types.MLArray
-
 
-
type - Variable in class com.jmatio.types.MLArray
-
 
-
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
-
-
Get String representation of a data type
-
-
typeToString(int) - Static method in class com.jmatio.types.MLArray
-
 
-
- - - -

W

-
-
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
-
 
-
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
-
-
Writes MLArrays into WritableByteChannel.
-
-
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into file created from - filepath.
-
-
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into File
-
-
write(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
write(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
write(int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
write(byte[]) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
write(byte[], int, int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
write(ByteBuffer) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
-A B C D E F G H I M N P Q R S T W 
- - - - - - diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html deleted file mode 100644 index 5dad83c..0000000 --- a/javadoc/snapshot/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - -jmatio 3.3.0-SNAPSHOT API - - - - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - - diff --git a/javadoc/snapshot/overview-frame.html b/javadoc/snapshot/overview-frame.html deleted file mode 100644 index 0a4b011..0000000 --- a/javadoc/snapshot/overview-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -Overview List (jmatio 3.3.0-SNAPSHOT API) - - - - - -

com.diffplug.matsim:jmatio:3.3.0-SNAPSHOT by DiffPlug

- - -

 

- - diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html deleted file mode 100644 index 860a519..0000000 --- a/javadoc/snapshot/overview-summary.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - -Overview (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

jmatio 3.3.0-SNAPSHOT API

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Packages 
PackageDescription
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
-
- - - - - - diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html deleted file mode 100644 index ff47f90..0000000 --- a/javadoc/snapshot/overview-tree.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - -Class Hierarchy (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For All Packages

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/package-list b/javadoc/snapshot/package-list deleted file mode 100644 index a820ba0..0000000 --- a/javadoc/snapshot/package-list +++ /dev/null @@ -1,5 +0,0 @@ -com.jmatio.common -com.jmatio.common.util -com.jmatio.io -com.jmatio.io.stream -com.jmatio.types diff --git a/javadoc/snapshot/script.js b/javadoc/snapshot/script.js deleted file mode 100644 index b346356..0000000 --- a/javadoc/snapshot/script.js +++ /dev/null @@ -1,30 +0,0 @@ -function show(type) -{ - count = 0; - for (var key in methods) { - var row = document.getElementById(key); - if ((methods[key] & type) != 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; - } - else - row.style.display = 'none'; - } - updateTabs(type); -} - -function updateTabs(type) -{ - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; - } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; - } - } -} diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html deleted file mode 100644 index 944ff06..0000000 --- a/javadoc/snapshot/serialized-form.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -Serialized Form (jmatio 3.3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Serialized Form

-
-
- -
- - - - - - diff --git a/javadoc/snapshot/stylesheet.css b/javadoc/snapshot/stylesheet.css deleted file mode 100644 index cebb4fd..0000000 --- a/javadoc/snapshot/stylesheet.css +++ /dev/null @@ -1,574 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ - -@import url('resources/fonts/dejavu.css'); - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4A6782; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; - font-style:italic; -} -h4 { - font-size:13px; -} -h5 { - font-size:12px; -} -h6 { - font-size:11px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -table tr td dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:11px; - z-index:200; - margin-top:-9px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.bottomNav { - margin-top:10px; - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.subNav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -ul.subNavList li{ - list-style:none; - float:left; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.navBarCell1Rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skipNav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader span{ - margin-right:15px; -} -.indexHeader h1 { - font-size:13px; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Sans Mono',monospace; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { - width:100%; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary { - padding:0px; -} -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - padding-top:10px; - padding-left:1px; - margin:0px; - white-space:pre; -} -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -.memberSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; -} -.memberSummary caption span.tableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#4D7A97; - height:16px; -} -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; - -} -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td { - text-align:left; - padding:0px 0px 12px 10px; - width:100%; -} -th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, -td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ - vertical-align:top; - padding-right:0px; - padding-top:8px; - padding-bottom:3px; -} -th.colFirst, th.colLast, th.colOne, .constantsSummary th { - background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; -} -td.colFirst, th.colFirst { - white-space:nowrap; - font-size:13px; -} -td.colLast, th.colLast { - font-size:13px; -} -td.colOne, th.colOne { - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.overviewSummary td.colOne, .overviewSummary th.colOne, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colOne, .memberSummary th.colOne, -.typeSummary td.colFirst{ - width:25%; - vertical-align:top; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -.tableSubHeadingColor { - background-color:#EEEEFF; -} -.altColor { - background-color:#FFFFFF; -} -.rowColor { - background-color:#EEEEEF; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} - -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} - -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} - -td.colLast div { - padding-top:0px; -} - - -td.colLast a { - padding-bottom:3px; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:3px 10px 2px 0px; - color:#474747; -} -.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, -.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, -.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { - font-weight:bold; -} -.deprecationComment, .emphasizedPhrase, .interfaceName { - font-style:italic; -} - -div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { - font-style:normal; -} - -div.contentContainer ul.blockList li.blockList h2{ - padding-bottom:0px; -} From ff4fcc13749393a638b3981801a299b105b7d8c3 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Thu, 8 Oct 2015 11:39:18 +0000 Subject: [PATCH 06/56] Lastest javadoc on successful travis build 10 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 52 + javadoc/snapshot/allclasses-noframe.html | 52 + .../com/jmatio/common/MatDataTypes.html | 784 ++++++++++ .../com/jmatio/common/package-frame.html | 20 + .../com/jmatio/common/package-summary.html | 144 ++ .../com/jmatio/common/package-tree.html | 137 ++ .../com/jmatio/common/util/MLArrayQuery.html | 333 ++++ .../com/jmatio/common/util/package-frame.html | 20 + .../jmatio/common/util/package-summary.html | 144 ++ .../com/jmatio/common/util/package-tree.html | 137 ++ javadoc/snapshot/com/jmatio/io/MatFile.html | 358 +++++ .../snapshot/com/jmatio/io/MatFileFilter.html | 345 +++++ .../snapshot/com/jmatio/io/MatFileHeader.html | 395 +++++ .../jmatio/io/MatFileIncrementalWriter.html | 412 +++++ .../snapshot/com/jmatio/io/MatFileReader.html | 688 +++++++++ .../snapshot/com/jmatio/io/MatFileWriter.html | 418 +++++ .../com/jmatio/io/MatlabIOException.html | 268 ++++ .../snapshot/com/jmatio/io/package-frame.html | 29 + .../com/jmatio/io/package-summary.html | 194 +++ .../snapshot/com/jmatio/io/package-tree.html | 155 ++ .../io/stream/BufferedOutputStream.html | 318 ++++ .../io/stream/ByteBufferInputStream.html | 320 ++++ .../io/stream/ByteBufferedOutputStream.html | 473 ++++++ .../io/stream/FileBufferedOutputStream.html | 469 ++++++ .../jmatio/io/stream/MatFileInputStream.html | 404 +++++ .../com/jmatio/io/stream/package-frame.html | 24 + .../com/jmatio/io/stream/package-summary.html | 165 ++ .../com/jmatio/io/stream/package-tree.html | 152 ++ .../com/jmatio/types/ByteStorageSupport.html | 266 ++++ .../snapshot/com/jmatio/types/MLArray.html | 1185 ++++++++++++++ javadoc/snapshot/com/jmatio/types/MLCell.html | 414 +++++ javadoc/snapshot/com/jmatio/types/MLChar.html | 538 +++++++ .../snapshot/com/jmatio/types/MLDouble.html | 496 ++++++ .../com/jmatio/types/MLEmptyArray.html | 294 ++++ .../snapshot/com/jmatio/types/MLInt16.html | 500 ++++++ .../snapshot/com/jmatio/types/MLInt32.html | 499 ++++++ .../snapshot/com/jmatio/types/MLInt64.html | 496 ++++++ javadoc/snapshot/com/jmatio/types/MLInt8.html | 519 +++++++ .../com/jmatio/types/MLJavaObject.html | 336 ++++ .../com/jmatio/types/MLNumericArray.html | 849 ++++++++++ .../snapshot/com/jmatio/types/MLObject.html | 315 ++++ .../snapshot/com/jmatio/types/MLSingle.html | 375 +++++ .../snapshot/com/jmatio/types/MLSparse.html | 708 +++++++++ .../com/jmatio/types/MLStructure.html | 560 +++++++ .../snapshot/com/jmatio/types/MLUInt16.html | 358 +++++ .../snapshot/com/jmatio/types/MLUInt32.html | 358 +++++ .../snapshot/com/jmatio/types/MLUInt64.html | 496 ++++++ .../snapshot/com/jmatio/types/MLUInt8.html | 535 +++++++ .../com/jmatio/types/package-frame.html | 42 + .../com/jmatio/types/package-summary.html | 241 +++ .../com/jmatio/types/package-tree.html | 171 +++ javadoc/snapshot/constant-values.html | 578 +++++++ javadoc/snapshot/deprecated-list.html | 149 ++ javadoc/snapshot/help-doc.html | 225 +++ javadoc/snapshot/index-all.html | 1367 +++++++++++++++++ javadoc/snapshot/index.html | 74 + javadoc/snapshot/overview-frame.html | 26 + javadoc/snapshot/overview-summary.html | 154 ++ javadoc/snapshot/overview-tree.html | 212 +++ javadoc/snapshot/package-list | 5 + javadoc/snapshot/script.js | 30 + javadoc/snapshot/serialized-form.html | 137 ++ javadoc/snapshot/stylesheet.css | 574 +++++++ 63 files changed, 21492 insertions(+) create mode 100644 javadoc/snapshot/allclasses-frame.html create mode 100644 javadoc/snapshot/allclasses-noframe.html create mode 100644 javadoc/snapshot/com/jmatio/common/MatDataTypes.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFile.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileFilter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileHeader.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileReader.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileWriter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatlabIOException.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLCell.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLChar.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLDouble.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLEmptyArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt16.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt32.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt64.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt8.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLJavaObject.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLNumericArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLObject.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLSingle.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLSparse.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLStructure.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt16.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt32.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt64.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt8.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-tree.html create mode 100644 javadoc/snapshot/constant-values.html create mode 100644 javadoc/snapshot/deprecated-list.html create mode 100644 javadoc/snapshot/help-doc.html create mode 100644 javadoc/snapshot/index-all.html create mode 100644 javadoc/snapshot/index.html create mode 100644 javadoc/snapshot/overview-frame.html create mode 100644 javadoc/snapshot/overview-summary.html create mode 100644 javadoc/snapshot/overview-tree.html create mode 100644 javadoc/snapshot/package-list create mode 100644 javadoc/snapshot/script.js create mode 100644 javadoc/snapshot/serialized-form.html create mode 100644 javadoc/snapshot/stylesheet.css diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html new file mode 100644 index 0000000..9864933 --- /dev/null +++ b/javadoc/snapshot/allclasses-frame.html @@ -0,0 +1,52 @@ + + + + + +All Classes (jmatio 1.2.0-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html new file mode 100644 index 0000000..f45c33c --- /dev/null +++ b/javadoc/snapshot/allclasses-noframe.html @@ -0,0 +1,52 @@ + + + + + +All Classes (jmatio 1.2.0-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..8f1a03b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.common
+

Class MatDataTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class MatDataTypes
    +extends Object
    +
    MAT-file data types
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..ddc572c --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.jmatio.common

+
+

Classes

+ +
+ + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..64c0593 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.common

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatDataTypes +
    MAT-file data types
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..ab0ca44 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..ab738d9 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.common.util
+

Class MLArrayQuery

+
+
+ +
+
    +
  • +
    +
    +
    public class MLArrayQuery
    +extends Object
    +
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArrayQuery

        +
        public MLArrayQuery(String queryString)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        q

        +
        public static Object q(MLArray array,
        +                       String query)
        +
        +
        Parameters:
        +
        array -
        +
        query -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        query

        +
        public Object query(MLArray array)
        +
        Parses the query string and returns the object it refers to.
        +
        +
        Parameters:
        +
        array - source MLArray
        +
        Returns:
        +
        query result
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Object getContent(MLArray array,
        +                         int m,
        +                         int n)
        +
        Returns the content of the field/cell/object.
        +
        +
        Parameters:
        +
        array - the parent structure/cell
        +
        m - column or -1
        +
        n - row or -1
        +
        Returns:
        +
        if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..1ccda5a --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.jmatio.common.util

+
+

Classes

+ +
+ + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..bad244e --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.common.util

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MLArrayQuery +
    The JMatIO query parser.
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..942e2ee --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..f5eb3f5 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -0,0 +1,358 @@ + + + + + +MatFile (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFile

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFile
    +extends Object
    +
    MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

    + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..68ff03f --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileFilter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileFilter
    +extends Object
    +
    File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
    
    + //create new filter instance
    + MatFileFilter filter = new MatFileFilter();
    + //add a needle
    + filter.addArrayName( "your_array_name" );
    + 
    + //read array form file (haystack) looking _only_ for pecified array (needle)
    + MatFileReader mfr = new MatFileReader( fileName, filter );
    + 
    +
    +
    See Also:
    +
    MatFileReader
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter()
        +
        Creates empty filter intance. + + Note: empty filter acceps all results.
        +
      • +
      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter(String[] names)
        +
        Create filter intance and add array names.
        +
        +
        Parameters:
        +
        names - - array of names (needles)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addArrayName

        +
        public void addArrayName(String name)
        +
        Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
        +
        +
        Parameters:
        +
        name - - array name (needle)
        +
        +
      • +
      + + + +
        +
      • +

        matches

        +
        public boolean matches(String name)
        +
        Test if given name matches the filter.
        +
        +
        Parameters:
        +
        name - - array name to be tested
        +
        Returns:
        +
        - true if array (matrix) of this name should be processed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..b6e6c72 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,395 @@ + + + + + +MatFileHeader (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileHeader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileHeader
    +extends Object
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileHeader

        +
        public MatFileHeader(String description,
        +                     int version,
        +                     byte[] endianIndicator)
        +
        New MAT-file header
        +
        +
        Parameters:
        +
        description - - descriptive text (no longer than 116 characters)
        +
        version - - by default is set to 0x0100
        +
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescription

        +
        public String getDescription()
        +
        Gets descriptive text
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        When creating a MAT-file, set version to 0x0100
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createHeader

        +
        public static MatFileHeader createHeader()
        +
        A factory. Creates new MatFileHeader instance with default header values: +
          +
        • MAT-file is 5.0 version
        • +
        • version is set to 0x0100
        • +
        • no byte-swapping ("IM")
        • +
        +
        +
        Returns:
        +
        - new MatFileHeader instance
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..dc0aa18 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileIncrementalWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileIncrementalWriter
    +extends Object
    +
    MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    + writer.write(mlDouble);
    + writer.write(mlChar);
    + 
    + writer.close();
    + 
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr');
    + >> save('mat_file.mat', 'char_arr', '-append');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(String fileName)
        +                         throws IOException
        +
        Creates a writer to a file given the filename.
        +
        +
        Parameters:
        +
        fileName - - name of ouput file
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(File file)
        +                         throws IOException
        +
        Creats a writer to a file given the File object.
        +
        +
        Parameters:
        +
        file - - an output File
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(WritableByteChannel chan)
        +                         throws IOException
        +
        Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
        +
        +
        Parameters:
        +
        chan - - WritableByteChannel
        +
        data - - Collection of MLArray elements
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..c0cccd4 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -0,0 +1,688 @@ + + + + + +MatFileReader (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileReader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileReader
    +extends Object
    +
    MAT-file reader. Reads MAT-file into MLArray objects. + + Usage: +
    
    + //read in the file
    + MatFileReader mfr = new MatFileReader( "mat_file.mat" );
    + 
    + //get array of a name "my_array" from file
    + MLArray mlArrayRetrived = mfr.getMLArray( "my_array" );
    + 
    + //or get the collection of all arrays that were stored in the file
    + Map content = mfr.getContent();
    + 
    +
    +
    See Also:
    +
    MatFileFilter
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName)
        +              throws FileNotFoundException,
        +                     IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        FileNotFoundException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file,
        +                                int policy)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), policy).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        policy - the file memory allocation policy
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getMatFileHeader

        +
        public MatFileHeader getMatFileHeader()
        +
        Gets MAT-file header
        +
        +
        Returns:
        +
        - a MatFileHeader object
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public ArrayList<MLArray> getData()
        +
        Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
        +
        Returns list of MLArray objects that were inside MAT-file
        +
        +
        Returns:
        +
        - a ArrayList
        +
        +
      • +
      + + + +
        +
      • +

        getMLArray

        +
        public MLArray getMLArray(String name)
        +
        Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
        +
        +
        Parameters:
        +
        - - array name
        +
        Returns:
        +
        - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Map<String,MLArray> getContent()
        +
        Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
        +
        +
        Returns:
        +
        - a Map of MLArrays mapped with their names.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..6034403 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,418 @@ + + + + + +MatFileWriter (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileWriter
    +extends Object
    +
    MAT-file writer. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + ArrayList list = new ArrayList();
    + list.add( mlDouble );
    + list.add( mlChar );
    + 
    + new MatFileWriter( "mat_file.mat", list );
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr', 'char_arr');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        write

        +
        public void write(String filepath,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into file created from + filepath.
        +
        +
        Parameters:
        +
        filepath - the absolute file path of a MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(File file,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into File
        +
        +
        Parameters:
        +
        file - the MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..a56fe21 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatlabIOException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatlabIOException

        +
        public MatlabIOException(String s)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..1b9ecac --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -0,0 +1,29 @@ + + + + + +com.jmatio.io (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.jmatio.io

+ + + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..2d7dede --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -0,0 +1,194 @@ + + + + + +com.jmatio.io (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.io

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatFile +
    MatFileReader's API is vague.
    +
    MatFileFilter +
    File filter.
    +
    MatFileHeader +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    MatFileIncrementalWriter +
    MAT-file Incremental writer.
    +
    MatFileReader +
    MAT-file reader.
    +
    MatFileWriter +
    MAT-file writer.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    MatlabIOException +
    MAT-file reader/writer exception
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..b4aeaba --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -0,0 +1,155 @@ + + + + + +com.jmatio.io Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..e27c290 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,318 @@ + + + + + +BufferedOutputStream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class BufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..f23f87d --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferInputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html new file mode 100644 index 0000000..74c8b1c --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html @@ -0,0 +1,473 @@ + + + + + +ByteBufferedOutputStream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT_INCREASING_FACTOR

        +
        public static final float DEFAULT_INCREASING_FACTOR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                boolean onHeap)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy,
        +                                boolean onHeap)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html new file mode 100644 index 0000000..86bee01 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html @@ -0,0 +1,469 @@ + + + + + +FileBufferedOutputStream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class FileBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..83e6948 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class MatFileInputStream

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileInputStream
    +extends Object
    +
    MAT-file input stream class.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileInputStream

        +
        public MatFileInputStream(ByteBuffer buf,
        +                          int type)
        +
        Attach MAT-file input stream to InputStream
        +
        +
        Parameters:
        +
        is - - input stream
        +
        type - - type of data in the stream
        +
        See Also:
        +
        MatDataTypes
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readInt

        +
        public int readInt()
        +            throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to int.
        +
        +
        Returns:
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readChar

        +
        public char readChar()
        +              throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to char.
        +
        +
        Returns:
        +
        - char
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readDouble

        +
        public double readDouble()
        +                  throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to double.
        +
        +
        Returns:
        +
        - double
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readByte

        +
        public byte readByte()
        +
      • +
      + + + + + + + +
        +
      • +

        skip

        +
        public void skip(int padding)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..d58df90 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,24 @@ + + + + + +com.jmatio.io.stream (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.jmatio.io.stream

+ + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..93395f7 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,165 @@ + + + + + +com.jmatio.io.stream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.io.stream

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..25e2a5e --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io.stream

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..194b0da --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Interface ByteStorageSupport<T extends Number>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBytesAllocated

        +
        int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        T buldFromBytes(byte[] bytes)
        +
      • +
      + + + + + +
        +
      • +

        getByteArray

        +
        byte[] getByteArray(T value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..6d77890 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -0,0 +1,1185 @@ + + + + + +MLArray (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLArray

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArray

        +
        public MLArray(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Gets array name
        +
        +
        Returns:
        +
        - array name
        +
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
      • +
      + + + +
        +
      • +

        getNameToByteArray

        +
        public byte[] getNameToByteArray()
        +
      • +
      + + + +
        +
      • +

        getDimensions

        +
        public int[] getDimensions()
        +
      • +
      + + + +
        +
      • +

        getM

        +
        public int getM()
        +
      • +
      + + + +
        +
      • +

        getN

        +
        public int getN()
        +
      • +
      + + + +
        +
      • +

        getNDimensions

        +
        public int getNDimensions()
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        typeToString

        +
        public static final String typeToString(int type)
        +
      • +
      + + + +
        +
      • +

        isCell

        +
        public boolean isCell()
        +
      • +
      + + + +
        +
      • +

        isChar

        +
        public boolean isChar()
        +
      • +
      + + + +
        +
      • +

        isComplex

        +
        public boolean isComplex()
        +
      • +
      + + + +
        +
      • +

        isSparse

        +
        public boolean isSparse()
        +
      • +
      + + + +
        +
      • +

        isStruct

        +
        public boolean isStruct()
        +
      • +
      + + + +
        +
      • +

        isDouble

        +
        public boolean isDouble()
        +
      • +
      + + + +
        +
      • +

        isSingle

        +
        public boolean isSingle()
        +
      • +
      + + + +
        +
      • +

        isInt8

        +
        public boolean isInt8()
        +
      • +
      + + + +
        +
      • +

        isUint8

        +
        public boolean isUint8()
        +
      • +
      + + + +
        +
      • +

        isInt16

        +
        public boolean isInt16()
        +
      • +
      + + + +
        +
      • +

        isUint16

        +
        public boolean isUint16()
        +
      • +
      + + + +
        +
      • +

        isInt32

        +
        public boolean isInt32()
        +
      • +
      + + + +
        +
      • +

        isUint32

        +
        public boolean isUint32()
        +
      • +
      + + + +
        +
      • +

        isInt64

        +
        public boolean isInt64()
        +
      • +
      + + + +
        +
      • +

        isUint64

        +
        public boolean isUint64()
        +
      • +
      + + + +
        +
      • +

        isObject

        +
        public boolean isObject()
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        public boolean isOpaque()
        +
      • +
      + + + +
        +
      • +

        isLogical

        +
        public boolean isLogical()
        +
      • +
      + + + +
        +
      • +

        isFunctionObject

        +
        public boolean isFunctionObject()
        +
      • +
      + + + +
        +
      • +

        isUnknown

        +
        public boolean isUnknown()
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        protected int getIndex(int m,
        +                       int n)
        +
      • +
      + + + + + + + +
        +
      • +

        contentToString

        +
        public String contentToString()
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..29194ce --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLCell

+
+
+ +
+
    +
  • +
    +
    +
    public class MLCell
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..054fc23 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -0,0 +1,538 @@ + + + + + +MLChar (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLChar

+
+
+ +
+
    +
  • +
    +
    +
    public class MLChar
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + + + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String[] values,
        +              int maxlen)
        +
        Added method to allow initialization of a char array representing + an array of strings.
        +
        +
        Parameters:
        +
        name -
        +
        values -
        +
        maxlen -
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        protected Character[] createArray(int m,
        +                                  int n)
        +
      • +
      + + + +
        +
      • +

        setChar

        +
        public void setChar(char ch,
        +                    int index)
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value)
        +
        Populates the MLChar with the String value.
        +
        +
        Parameters:
        +
        value - the String value
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value,
        +                int idx)
        +
        Set one row, specifying the row.
        +
        +
        Parameters:
        +
        value -
        +
        idx -
        +
        +
      • +
      + + + +
        +
      • +

        getChar

        +
        public Character getChar(int m,
        +                         int n)
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getString

        +
        public String getString(int m)
        +
        Gets the m-th character matrix's row as String.
        +
        +
        Parameters:
        +
        m - - row number
        +
        Returns:
        +
        - String
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..f52f96c --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -0,0 +1,496 @@ + + + + + +MLDouble (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLDouble

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims)
        +
        Create a MLDouble array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                Double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public double[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..db17f7d --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLEmptyArray

+
+
+ +
+
    +
  • +
    +
    +
    public class MLEmptyArray
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray()
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name)
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name,
        +                    int[] dims,
        +                    int type,
        +                    int attributes)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..41bf5a0 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -0,0 +1,500 @@ + + + + + +MLInt16 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxINT16_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims)
        +
        Create a MLSingle array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               Short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public short[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Short buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Short value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Short> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..ad4f84c --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -0,0 +1,499 @@ + + + + + +MLInt32 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               Integer[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public int[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Integer buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Integer> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Integer value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..74b1b7e --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -0,0 +1,496 @@ + + + + + +MLInt64 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               Long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..4dca9cc --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -0,0 +1,519 @@ + + + + + +MLInt8 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              Byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..aedcdcb --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLJavaObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLJavaObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public ByteBuffer getContent()
        +
      • +
      + + + +
        +
      • +

        instantiateObject

        +
        public Object instantiateObject()
        +                         throws Exception
        +
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..3061f0a --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,849 @@ + + + + + +MLNumericArray (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLNumericArray<T extends Number>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int[] dims,
        +                      int type,
        +                      int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type
        +
        attributes - - array flags
        +
        +
      • +
      + + + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int type,
        +                      T[] vals,
        +                      int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        type - - array type
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        allocate

        +
        protected void allocate()
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int m,
        +                 int n)
        +
        Gets single real array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int m,
        +                    int n)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T[] vector)
        +
        Sets real part of matrix
        +
        +
        Parameters:
        +
        vector - - column-packed vector of elements
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int m,
        +                         int n)
        +
        Sets single imaginary array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int m,
        +                      int n)
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int m,
        +                int n)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int index)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int m,
        +             int n)
        +
        Does the same as getReal.
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T[] vector)
        +
        +
        Parameters:
        +
        vector -
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        protected T get(ByteBuffer buffer,
        +                int index)
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        protected void set(ByteBuffer buffer,
        +                   T value,
        +                   int index)
        +
      • +
      + + + +
        +
      • +

        putImaginaryByteBuffer

        +
        public void putImaginaryByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getImaginaryByteBuffer

        +
        public ByteBuffer getImaginaryByteBuffer()
        +
      • +
      + + + +
        +
      • +

        putRealByteBuffer

        +
        public void putRealByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getRealByteBuffer

        +
        public ByteBuffer getRealByteBuffer()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
        +
        Overrides:
        +
        dispose in class MLArray
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..a084abb --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -0,0 +1,315 @@ + + + + + +MLObject (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..dd8cb5a --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -0,0 +1,375 @@ + + + + + +MLSingle (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSingle

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                Float[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        buldFromBytes

        +
        public Float buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Float value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..215e89b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -0,0 +1,708 @@ + + + + + +MLSparse (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSparse

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSparse

        +
        public MLSparse(String name,
        +                int[] dims,
        +                int attributes,
        +                int nzmax)
        +
        +
        Parameters:
        +
        name -
        +
        dims -
        +
        attributes -
        +
        nzmax -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getMaxNZ

        +
        public int getMaxNZ()
        +
        Gets maximum number of non-zero values
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getIR

        +
        public int[] getIR()
        +
        Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getJC

        +
        public int[] getJC()
        +
        Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N�1, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]�1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public Double getReal(int m,
        +                      int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single real array element of A(m,n).
        +
        +
        Overrides:
        +
        getReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int m,
        +                    int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int index)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(Double value,
        +                         int m,
        +                         int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single imaginary array element.
        +
        +
        Overrides:
        +
        setImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getImaginary

        +
        public Double getImaginary(int m,
        +                           int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Overrides:
        +
        getImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        exportReal

        +
        public Double[] exportReal()
        +
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        real part
        +
        +
      • +
      + + + +
        +
      • +

        exportImaginary

        +
        public Double[] exportImaginary()
        +
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..0a946d2 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -0,0 +1,560 @@ + + + + + +MLStructure (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLStructure

+
+
+ +
+
    +
  • +
    +
    +
    public class MLStructure
    +extends MLArray
    +
    This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims,
        +                   int type,
        +                   int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value)
        +
        Sets field for current structure
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int m,
        +                     int n)
        +
        Sets field for (m,n)'th structure in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int index)
        +
        Sets filed for structure described by index in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        getMaxFieldLenth

        +
        public int getMaxFieldLenth()
        +
        Gets the maximum length of field descriptor
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getKeySetToByteArray

        +
        public byte[] getKeySetToByteArray()
        +
        Dumps field names to byte array. Field names are written as Zero End Strings
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAllFields

        +
        public Collection<MLArray> getAllFields()
        +
        Gets all field from sruct array as flat list of fields.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name)
        +
        Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int m,
        +                        int n)
        +
        Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        m -
        +
        n -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int index)
        +
        Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        index -
        +
        Returns:
        +
        value of the field or null if the field doesn't exist
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..5bbc9a6 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                Short[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..6f92b6f --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                Integer[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..855987b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -0,0 +1,496 @@ + + + + + +MLUInt64 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims)
        +
        Create a MLUInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                Long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..075a4ed --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -0,0 +1,535 @@ + + + + + +MLUInt8 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               Byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..ececc0b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -0,0 +1,42 @@ + + + + + +com.jmatio.types (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.jmatio.types

+ + + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..9c5feab --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -0,0 +1,241 @@ + + + + + +com.jmatio.types (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.types

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..af3b69a --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -0,0 +1,171 @@ + + + + + +com.jmatio.types Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.types

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html new file mode 100644 index 0000000..d63c580 --- /dev/null +++ b/javadoc/snapshot/constant-values.html @@ -0,0 +1,578 @@ + + + + + +Constant Field Values (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

com.jmatio.*

+ + + + +
+ + + + + + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html new file mode 100644 index 0000000..d3489b3 --- /dev/null +++ b/javadoc/snapshot/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Deprecated API

+

Contents

+ +
+
+ + +
    +
  • + + + + + + + + + + +
    Deprecated Methods 
    Method and Description
    com.jmatio.io.MatFileReader.getData() +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html new file mode 100644 index 0000000..545cf96 --- /dev/null +++ b/javadoc/snapshot/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + + + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html new file mode 100644 index 0000000..cca65a8 --- /dev/null +++ b/javadoc/snapshot/index-all.html @@ -0,0 +1,1367 @@ + + + + + +Index (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
A B C D E F G H I M N P Q R S T W  + + +

A

+
+
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Add array name to the filter.
+
+
allocate() - Method in class com.jmatio.types.MLNumericArray
+
 
+
allocate() - Method in class com.jmatio.types.MLSparse
+
 
+
attributes - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

B

+
+
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
+
Returns the backing ByteBuffer
+
+
buffer() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
buffer() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
BufferedOutputStream - Class in com.jmatio.io.stream
+
 
+
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
+
 
+
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
+
 
+
ByteBufferedOutputStream - Class in com.jmatio.io.stream
+
+
From https://gist.github.com/manzke/985007
+
+
ByteBufferedOutputStream(int) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferInputStream - Class in com.jmatio.io.stream
+
 
+
ByteBufferInputStream(ByteBuffer, long) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
+
 
+
+ + + +

C

+
+
capacity() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
cells() - Method in class com.jmatio.types.MLCell
+
 
+
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
close() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
com.jmatio.common - package com.jmatio.common
+
 
+
com.jmatio.common.util - package com.jmatio.common.util
+
 
+
com.jmatio.io - package com.jmatio.io
+
 
+
com.jmatio.io.stream - package com.jmatio.io.stream
+
 
+
com.jmatio.types - package com.jmatio.types
+
 
+
contentToString() - Method in class com.jmatio.types.MLArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLCell
+
 
+
contentToString() - Method in class com.jmatio.types.MLChar
+
 
+
contentToString() - Method in class com.jmatio.types.MLNumericArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLSparse
+
 
+
contentToString() - Method in class com.jmatio.types.MLStructure
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
+
 
+
createHeader() - Static method in class com.jmatio.io.MatFileHeader
+
+
A factory.
+
+
+ + + +

D

+
+
DEFAULT_INCREASING_FACTOR - Static variable in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
+
 
+
dims - Variable in class com.jmatio.types.MLArray
+
 
+
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
dispose() - Method in class com.jmatio.types.MLArray
+
 
+
dispose() - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

E

+
+
equals(Object) - Method in class com.jmatio.types.MLChar
+
 
+
equals(Object) - Method in class com.jmatio.types.MLNumericArray
+
 
+
exportChar() - Method in class com.jmatio.types.MLChar
+
 
+
exportImaginary() - Method in class com.jmatio.types.MLSparse
+
+
Returns the imaginary part (PI) array.
+
+
exportReal() - Method in class com.jmatio.types.MLSparse
+
+
Returns the real part (PR) array.
+
+
+ + + +

F

+
+
FileBufferedOutputStream - Class in com.jmatio.io.stream
+
+
This is an OutputStream that is backed by a RandomAccessFile + and accessed with buffered access.
+
+
FileBufferedOutputStream() - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
FileBufferedOutputStream(MLArray) - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
flush() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+ + + +

G

+
+
get(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
get(int) - Method in class com.jmatio.types.MLCell
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
+
+
Override to accelerate the performance
+
+
get(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as getReal.
+
+
get(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
+
+
Override to accelerate the performance
+
+
getAllFields() - Method in class com.jmatio.types.MLStructure
+
+
Gets all field from sruct array as flat list of fields.
+
+
getArray() - Method in class com.jmatio.types.MLDouble
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt16
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt32
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt8
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt8
+
+
Gets two-dimensional real array.
+
+
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
+
 
+
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
+
 
+
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
+
 
+
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
+
 
+
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
+
 
+
getChar(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
getClassName() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getClassName() - Method in class com.jmatio.types.MLObject
+
 
+
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Returns the content of the field/cell/object.
+
+
getContent() - Method in class com.jmatio.io.MatFile
+
 
+
getContent() - Method in class com.jmatio.io.MatFileReader
+
+
Returns a map of MLArray objects that were inside MAT-file.
+
+
getContent() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getData() - Method in class com.jmatio.io.MatFileReader
+
+
Deprecated. +
use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
+
+
+
getDescription() - Method in class com.jmatio.io.MatFileHeader
+
+
Gets descriptive text
+
+
getDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getField(String) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
+
+
getFieldNames() - Method in class com.jmatio.types.MLStructure
+
+
Returns the Collection of keys for this structure.
+
+
getFlags() - Method in class com.jmatio.types.MLArray
+
 
+
getHeader() - Method in class com.jmatio.io.MatFile
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single imaginary array element of A(m,n).
+
+
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginary(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
getIR() - Method in class com.jmatio.types.MLSparse
+
+
Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
+
+
getJC() - Method in class com.jmatio.types.MLSparse
+
+
Gets column indices.
+
+
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructure
+
+
Dumps field names to byte array.
+
+
getM() - Method in class com.jmatio.types.MLArray
+
 
+
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
+
+
Gets MAT-file header
+
+
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructure
+
+
Gets the maximum length of field descriptor
+
+
getMaxNZ() - Method in class com.jmatio.types.MLSparse
+
+
Gets maximum number of non-zero values
+
+
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
+
+
Returns the value to which the red file maps the specified array name.
+
+
getN() - Method in class com.jmatio.types.MLArray
+
 
+
getName() - Method in class com.jmatio.types.MLArray
+
+
Gets array name
+
+
getNameToByteArray() - Method in class com.jmatio.types.MLArray
+
 
+
getNDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getObject() - Method in class com.jmatio.types.MLObject
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single real array element of A(m,n).
+
+
getReal(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getReal(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getSize() - Method in class com.jmatio.types.MLArray
+
 
+
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLDouble
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt16
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt32
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt8
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSingle
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSparse
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
+
 
+
getString(int) - Method in class com.jmatio.types.MLChar
+
+
Gets the m-th character matrix's row as String.
+
+
getType() - Method in class com.jmatio.types.MLArray
+
 
+
getVersion() - Method in class com.jmatio.io.MatFileHeader
+
+
When creating a MAT-file, set version to 0x0100
+
+
+ + + +

H

+
+
hashCode() - Method in class com.jmatio.types.MLChar
+
 
+
hashCode() - Method in class com.jmatio.types.MLNumericArray
+
 
+
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
+ + + +

I

+
+
increase(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
+
+
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
+
+
isCell() - Method in class com.jmatio.types.MLArray
+
 
+
isChar() - Method in class com.jmatio.types.MLArray
+
 
+
isComplex() - Method in class com.jmatio.types.MLArray
+
 
+
isDouble() - Method in class com.jmatio.types.MLArray
+
 
+
isEmpty() - Method in class com.jmatio.types.MLArray
+
 
+
isFunctionObject() - Method in class com.jmatio.types.MLArray
+
 
+
isInt16() - Method in class com.jmatio.types.MLArray
+
 
+
isInt32() - Method in class com.jmatio.types.MLArray
+
 
+
isInt64() - Method in class com.jmatio.types.MLArray
+
 
+
isInt8() - Method in class com.jmatio.types.MLArray
+
 
+
isLogical() - Method in class com.jmatio.types.MLArray
+
 
+
isObject() - Method in class com.jmatio.types.MLArray
+
 
+
isOpaque() - Method in class com.jmatio.types.MLArray
+
 
+
isSingle() - Method in class com.jmatio.types.MLArray
+
 
+
isSparse() - Method in class com.jmatio.types.MLArray
+
 
+
isStruct() - Method in class com.jmatio.types.MLArray
+
 
+
isUint16() - Method in class com.jmatio.types.MLArray
+
 
+
isUint32() - Method in class com.jmatio.types.MLArray
+
 
+
isUint64() - Method in class com.jmatio.types.MLArray
+
 
+
isUint8() - Method in class com.jmatio.types.MLArray
+
 
+
isUnknown() - Method in class com.jmatio.types.MLArray
+
 
+
+ + + +

M

+
+
matches(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Test if given name matches the filter.
+
+
MatDataTypes - Class in com.jmatio.common
+
+
MAT-file data types
+
+
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
+
 
+
MatFile - Class in com.jmatio.io
+
+
MatFileReader's API is vague.
+
+
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
+
 
+
MatFileFilter - Class in com.jmatio.io
+
+
File filter.
+
+
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
+
+
Creates empty filter intance.
+
+
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
+
+
Create filter intance and add array names.
+
+
MatFileHeader - Class in com.jmatio.io
+
+
MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
+
+
MatFileHeader(String, int, byte[]) - Constructor for class com.jmatio.io.MatFileHeader
+
+
New MAT-file header
+
+
MatFileIncrementalWriter - Class in com.jmatio.io
+
+
MAT-file Incremental writer.
+
+
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer to a file given the filename.
+
+
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creats a writer to a file given the File object.
+
+
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer for a file, given an output channel to the file..
+
+
MatFileInputStream - Class in com.jmatio.io.stream
+
+
MAT-file input stream class.
+
+
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
+
+
Attach MAT-file input stream to InputStream
+
+
MatFileReader - Class in com.jmatio.io
+
+
MAT-file reader.
+
+
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from file.
+
+
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileWriter - Class in com.jmatio.io
+
+
MAT-file writer.
+
+
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
+
+
Creates the new MatFileWriter instance
+
+
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file given by fileName.
+
+
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File.
+
+
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into OuputSteram.
+
+
MatlabIOException - Exception in com.jmatio.io
+
+
MAT-file reader/writer exception
+
+
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
+
 
+
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
+
 
+
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
MLArray - Class in com.jmatio.types
+
 
+
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
+
 
+
MLArrayQuery - Class in com.jmatio.common.util
+
+
The JMatIO query parser.
+
+
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
+
 
+
MLCell - Class in com.jmatio.types
+
 
+
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLChar - Class in com.jmatio.types
+
 
+
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
+
+
Creates the 1 x String.length() MLChar from the given + String.
+
+
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
+
+
Create the MLChar from array of Strings.
+
+
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
+
+
Added method to allow initialization of a char array representing + an array of strings.
+
+
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
+
 
+
MLDouble - Class in com.jmatio.types
+
+
Class represents Double array (matrix)
+
+
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
+
+
Create a MLDouble array with given name, + and dimensions.
+
+
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
+
+
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLEmptyArray - Class in com.jmatio.types
+
 
+
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLInt16 - Class in com.jmatio.types
+
+
Class represents Int16 array (matrix)
+
+
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
+
+
Create a MLSingle array with given name, + and dimensions.
+
+
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
+
+
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt32 - Class in com.jmatio.types
+
 
+
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt8 - Class in com.jmatio.types
+
 
+
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLJavaObject - Class in com.jmatio.types
+
 
+
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
+
 
+
MLNumericArray<T extends Number> - Class in com.jmatio.types
+
 
+
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLObject - Class in com.jmatio.types
+
 
+
MLObject(String, String, MLStructure) - Constructor for class com.jmatio.types.MLObject
+
 
+
MLSingle - Class in com.jmatio.types
+
 
+
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSparse - Class in com.jmatio.types
+
 
+
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
+
 
+
MLStructure - Class in com.jmatio.types
+
+
This class represents Matlab's Structure object (structure array).
+
+
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLStructure(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLUInt16 - Class in com.jmatio.types
+
 
+
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt32 - Class in com.jmatio.types
+
 
+
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Create a MLUInt64 array with given name, + and dimensions.
+
+
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLUInt8 - Class in com.jmatio.types
+
+
Class represents UInt8 (byte) array (matrix)
+
+
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

N

+
+
name - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

P

+
+
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

Q

+
+
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
+
 
+
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Parses the query string and returns the object it refers to.
+
+
+ + + +

R

+
+
read(File) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
 
+
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a bare set of bytes.
+
+
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to char.
+
+
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to double.
+
+
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to int.
+
+
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads the data into a ByteBuffer.
+
+
+ + + +

S

+
+
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(MLArray, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(String) - Method in class com.jmatio.types.MLChar
+
+
Populates the MLChar with the String value.
+
+
set(String, int) - Method in class com.jmatio.types.MLChar
+
+
Set one row, specifying the row.
+
+
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T[]) - Method in class com.jmatio.types.MLNumericArray
+
 
+
set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
setChar(char, int) - Method in class com.jmatio.types.MLChar
+
 
+
setField(String, MLArray) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for current structure
+
+
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for (m,n)'th structure in struct array
+
+
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets filed for structure described by index in struct array
+
+
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single imaginary array element.
+
+
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets real part of matrix
+
+
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Return number of bytes for given type.
+
+
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
+ + + +

T

+
+
toString() - Method in class com.jmatio.io.MatFileHeader
+
 
+
toString() - Method in class com.jmatio.types.MLArray
+
 
+
type - Variable in class com.jmatio.types.MLArray
+
 
+
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Get String representation of a data type
+
+
typeToString(int) - Static method in class com.jmatio.types.MLArray
+
 
+
+ + + +

W

+
+
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
+
Writes MLArrays into WritableByteChannel.
+
+
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file created from + filepath.
+
+
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File
+
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[]) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(ByteBuffer) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+A B C D E F G H I M N P Q R S T W 
+ + + + + + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html new file mode 100644 index 0000000..81564e1 --- /dev/null +++ b/javadoc/snapshot/index.html @@ -0,0 +1,74 @@ + + + + + +jmatio 1.2.0-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/snapshot/overview-frame.html b/javadoc/snapshot/overview-frame.html new file mode 100644 index 0000000..7623b5e --- /dev/null +++ b/javadoc/snapshot/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.diffplug.matsim:jmatio:1.2.0-SNAPSHOT by DiffPlug

+ + +

 

+ + diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html new file mode 100644 index 0000000..6221853 --- /dev/null +++ b/javadoc/snapshot/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

jmatio 1.2.0-SNAPSHOT API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
+
+ + + + + + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html new file mode 100644 index 0000000..5b71ca5 --- /dev/null +++ b/javadoc/snapshot/overview-tree.html @@ -0,0 +1,212 @@ + + + + + +Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/package-list b/javadoc/snapshot/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/snapshot/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/snapshot/script.js b/javadoc/snapshot/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/snapshot/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html new file mode 100644 index 0000000..3faec49 --- /dev/null +++ b/javadoc/snapshot/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Serialized Form

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/stylesheet.css b/javadoc/snapshot/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/snapshot/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From d35cbaa7a2aad73eeede9970d1c1edd1b9d33504 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Fri, 9 Oct 2015 22:12:53 +0000 Subject: [PATCH 07/56] Lastest javadoc on successful travis build 12 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 52 - javadoc/snapshot/allclasses-noframe.html | 52 - .../com/jmatio/common/MatDataTypes.html | 784 ---------- .../com/jmatio/common/package-frame.html | 20 - .../com/jmatio/common/package-summary.html | 144 -- .../com/jmatio/common/package-tree.html | 137 -- .../com/jmatio/common/util/MLArrayQuery.html | 333 ---- .../com/jmatio/common/util/package-frame.html | 20 - .../jmatio/common/util/package-summary.html | 144 -- .../com/jmatio/common/util/package-tree.html | 137 -- javadoc/snapshot/com/jmatio/io/MatFile.html | 358 ----- .../snapshot/com/jmatio/io/MatFileFilter.html | 345 ----- .../snapshot/com/jmatio/io/MatFileHeader.html | 395 ----- .../jmatio/io/MatFileIncrementalWriter.html | 412 ----- .../snapshot/com/jmatio/io/MatFileReader.html | 688 --------- .../snapshot/com/jmatio/io/MatFileWriter.html | 418 ----- .../com/jmatio/io/MatlabIOException.html | 268 ---- .../snapshot/com/jmatio/io/package-frame.html | 29 - .../com/jmatio/io/package-summary.html | 194 --- .../snapshot/com/jmatio/io/package-tree.html | 155 -- .../io/stream/BufferedOutputStream.html | 318 ---- .../io/stream/ByteBufferInputStream.html | 320 ---- .../io/stream/ByteBufferedOutputStream.html | 473 ------ .../io/stream/FileBufferedOutputStream.html | 469 ------ .../jmatio/io/stream/MatFileInputStream.html | 404 ----- .../com/jmatio/io/stream/package-frame.html | 24 - .../com/jmatio/io/stream/package-summary.html | 165 -- .../com/jmatio/io/stream/package-tree.html | 152 -- .../com/jmatio/types/ByteStorageSupport.html | 266 ---- .../snapshot/com/jmatio/types/MLArray.html | 1185 -------------- javadoc/snapshot/com/jmatio/types/MLCell.html | 414 ----- javadoc/snapshot/com/jmatio/types/MLChar.html | 538 ------- .../snapshot/com/jmatio/types/MLDouble.html | 496 ------ .../com/jmatio/types/MLEmptyArray.html | 294 ---- .../snapshot/com/jmatio/types/MLInt16.html | 500 ------ .../snapshot/com/jmatio/types/MLInt32.html | 499 ------ .../snapshot/com/jmatio/types/MLInt64.html | 496 ------ javadoc/snapshot/com/jmatio/types/MLInt8.html | 519 ------- .../com/jmatio/types/MLJavaObject.html | 336 ---- .../com/jmatio/types/MLNumericArray.html | 849 ---------- .../snapshot/com/jmatio/types/MLObject.html | 315 ---- .../snapshot/com/jmatio/types/MLSingle.html | 375 ----- .../snapshot/com/jmatio/types/MLSparse.html | 708 --------- .../com/jmatio/types/MLStructure.html | 560 ------- .../snapshot/com/jmatio/types/MLUInt16.html | 358 ----- .../snapshot/com/jmatio/types/MLUInt32.html | 358 ----- .../snapshot/com/jmatio/types/MLUInt64.html | 496 ------ .../snapshot/com/jmatio/types/MLUInt8.html | 535 ------- .../com/jmatio/types/package-frame.html | 42 - .../com/jmatio/types/package-summary.html | 241 --- .../com/jmatio/types/package-tree.html | 171 --- javadoc/snapshot/constant-values.html | 578 ------- javadoc/snapshot/deprecated-list.html | 149 -- javadoc/snapshot/help-doc.html | 225 --- javadoc/snapshot/index-all.html | 1367 ----------------- javadoc/snapshot/index.html | 74 - javadoc/snapshot/overview-frame.html | 26 - javadoc/snapshot/overview-summary.html | 154 -- javadoc/snapshot/overview-tree.html | 212 --- javadoc/snapshot/package-list | 5 - javadoc/snapshot/script.js | 30 - javadoc/snapshot/serialized-form.html | 137 -- javadoc/snapshot/stylesheet.css | 574 ------- 63 files changed, 21492 deletions(-) delete mode 100644 javadoc/snapshot/allclasses-frame.html delete mode 100644 javadoc/snapshot/allclasses-noframe.html delete mode 100644 javadoc/snapshot/com/jmatio/common/MatDataTypes.html delete mode 100644 javadoc/snapshot/com/jmatio/common/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/common/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/common/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/common/util/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFile.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileFilter.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileHeader.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileReader.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatFileWriter.html delete mode 100644 javadoc/snapshot/com/jmatio/io/MatlabIOException.html delete mode 100644 javadoc/snapshot/com/jmatio/io/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/io/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/io/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-tree.html delete mode 100644 javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLArray.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLCell.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLChar.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLDouble.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLEmptyArray.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt16.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt32.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt64.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLInt8.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLJavaObject.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLNumericArray.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLObject.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLSingle.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLSparse.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLStructure.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt16.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt32.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt64.html delete mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt8.html delete mode 100644 javadoc/snapshot/com/jmatio/types/package-frame.html delete mode 100644 javadoc/snapshot/com/jmatio/types/package-summary.html delete mode 100644 javadoc/snapshot/com/jmatio/types/package-tree.html delete mode 100644 javadoc/snapshot/constant-values.html delete mode 100644 javadoc/snapshot/deprecated-list.html delete mode 100644 javadoc/snapshot/help-doc.html delete mode 100644 javadoc/snapshot/index-all.html delete mode 100644 javadoc/snapshot/index.html delete mode 100644 javadoc/snapshot/overview-frame.html delete mode 100644 javadoc/snapshot/overview-summary.html delete mode 100644 javadoc/snapshot/overview-tree.html delete mode 100644 javadoc/snapshot/package-list delete mode 100644 javadoc/snapshot/script.js delete mode 100644 javadoc/snapshot/serialized-form.html delete mode 100644 javadoc/snapshot/stylesheet.css diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html deleted file mode 100644 index 9864933..0000000 --- a/javadoc/snapshot/allclasses-frame.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -All Classes (jmatio 1.2.0-SNAPSHOT API) - - - - - -

All Classes

- - - diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html deleted file mode 100644 index f45c33c..0000000 --- a/javadoc/snapshot/allclasses-noframe.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -All Classes (jmatio 1.2.0-SNAPSHOT API) - - - - - -

All Classes

- - - diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html deleted file mode 100644 index 8f1a03b..0000000 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ /dev/null @@ -1,784 +0,0 @@ - - - - - -MatDataTypes (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.common
-

Class MatDataTypes

-
-
- -
-
    -
  • -
    -
    -
    public class MatDataTypes
    -extends Object
    -
    MAT-file data types
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html deleted file mode 100644 index ddc572c..0000000 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -com.jmatio.common (jmatio 1.2.0-SNAPSHOT API) - - - - - -

com.jmatio.common

-
-

Classes

- -
- - diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html deleted file mode 100644 index 64c0593..0000000 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - -com.jmatio.common (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.common

-
-
-
    -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    MatDataTypes -
    MAT-file data types
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html deleted file mode 100644 index ab0ca44..0000000 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -com.jmatio.common Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.common

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html deleted file mode 100644 index ab738d9..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - -MLArrayQuery (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.common.util
-

Class MLArrayQuery

-
-
- -
-
    -
  • -
    -
    -
    public class MLArrayQuery
    -extends Object
    -
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. -

    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLArrayQuery

        -
        public MLArrayQuery(String queryString)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        q

        -
        public static Object q(MLArray array,
        -                       String query)
        -
        -
        Parameters:
        -
        array -
        -
        query -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        query

        -
        public Object query(MLArray array)
        -
        Parses the query string and returns the object it refers to.
        -
        -
        Parameters:
        -
        array - source MLArray
        -
        Returns:
        -
        query result
        -
        -
      • -
      - - - -
        -
      • -

        getContent

        -
        public Object getContent(MLArray array,
        -                         int m,
        -                         int n)
        -
        Returns the content of the field/cell/object.
        -
        -
        Parameters:
        -
        array - the parent structure/cell
        -
        m - column or -1
        -
        n - row or -1
        -
        Returns:
        -
        if both m and n are -1, returns MLArray, if n is -1, returns - content under index m, if both m and n are not-negative, returns - content of (m,n)
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html deleted file mode 100644 index 1ccda5a..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -com.jmatio.common.util (jmatio 1.2.0-SNAPSHOT API) - - - - - -

com.jmatio.common.util

-
-

Classes

- -
- - diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html deleted file mode 100644 index bad244e..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - -com.jmatio.common.util (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.common.util

-
-
-
    -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    MLArrayQuery -
    The JMatIO query parser.
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html deleted file mode 100644 index 942e2ee..0000000 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -com.jmatio.common.util Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.common.util

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html deleted file mode 100644 index f5eb3f5..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -MatFile (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFile

-
-
- -
-
    -
  • -
    -
    -
    public class MatFile
    -extends Object
    -
    MatFileReader's API is vague. Do you pass a file in the constructor - or the read method? It also limits your ability to partially parse - a section of code, such as the case where you have a MAT-file without - a header -

    - MatFile is a value class which presents a simplified API for parsing either a - ByteBuffer or a RandomAccessFile.

    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html deleted file mode 100644 index 68ff03f..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - -MatFileFilter (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileFilter

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileFilter
    -extends Object
    -
    File filter. - - This class is used to tell MatFileReader which matrices - should be processed. This is useful when operating on big MAT-files, - when there's no need to load all arrays into memory. - - Usage: -
    
    - //create new filter instance
    - MatFileFilter filter = new MatFileFilter();
    - //add a needle
    - filter.addArrayName( "your_array_name" );
    - 
    - //read array form file (haystack) looking _only_ for pecified array (needle)
    - MatFileReader mfr = new MatFileReader( fileName, filter );
    - 
    -
    -
    See Also:
    -
    MatFileReader
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileFilter

        -
        public MatFileFilter()
        -
        Creates empty filter intance. - - Note: empty filter acceps all results.
        -
      • -
      - - - -
        -
      • -

        MatFileFilter

        -
        public MatFileFilter(String[] names)
        -
        Create filter intance and add array names.
        -
        -
        Parameters:
        -
        names - - array of names (needles)
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addArrayName

        -
        public void addArrayName(String name)
        -
        Add array name to the filter. This array will be processed - while crawling thourg the MAT-file
        -
        -
        Parameters:
        -
        name - - array name (needle)
        -
        -
      • -
      - - - -
        -
      • -

        matches

        -
        public boolean matches(String name)
        -
        Test if given name matches the filter.
        -
        -
        Parameters:
        -
        name - - array name to be tested
        -
        Returns:
        -
        - true if array (matrix) of this name should be processed
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html deleted file mode 100644 index b6e6c72..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - -MatFileHeader (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileHeader

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileHeader
    -extends Object
    -
    MAT-file header - - Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field - and two, 16-bit flag fields
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileHeader

        -
        public MatFileHeader(String description,
        -                     int version,
        -                     byte[] endianIndicator)
        -
        New MAT-file header
        -
        -
        Parameters:
        -
        description - - descriptive text (no longer than 116 characters)
        -
        version - - by default is set to 0x0100
        -
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getDescription

        -
        public String getDescription()
        -
        Gets descriptive text
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getVersion

        -
        public int getVersion()
        -
        When creating a MAT-file, set version to 0x0100
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        createHeader

        -
        public static MatFileHeader createHeader()
        -
        A factory. Creates new MatFileHeader instance with default header values: -
          -
        • MAT-file is 5.0 version
        • -
        • version is set to 0x0100
        • -
        • no byte-swapping ("IM")
        • -
        -
        -
        Returns:
        -
        - new MatFileHeader instance
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html deleted file mode 100644 index dc0aa18..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - -MatFileIncrementalWriter (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileIncrementalWriter

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileIncrementalWriter
    -extends Object
    -
    MAT-file Incremental writer. - - An updated writer which allows adding variables incrementally - for the life of the writer. This is necessary to allow large - variables to be written without having to hold onto then longer - than is necessary. - - The writer internally maintains a list of the variable names - it has written so far, and will throw an exception if the same - variable name is submitted more than once to the same reader. - - Usage: -
    
    - //1. First create example arrays
    - double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    - MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    - MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    -         
    - //2. write arrays to file
    - MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    - writer.write(mlDouble);
    - writer.write(mlChar);
    - 
    - writer.close();
    - 
    - 
    - - this is "equal" to Matlab commands: -
    
    - >> double_arr = [ 1 2; 3 4; 5 6];
    - >> char_arr = 'I am dummy';
    - >>
    - >> save('mat_file.mat', 'double_arr');
    - >> save('mat_file.mat', 'char_arr', '-append');
    - 
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileIncrementalWriter

        -
        public MatFileIncrementalWriter(String fileName)
        -                         throws IOException
        -
        Creates a writer to a file given the filename.
        -
        -
        Parameters:
        -
        fileName - - name of ouput file
        -
        Throws:
        -
        IOException
        -
        DataFormatException
        -
        -
      • -
      - - - -
        -
      • -

        MatFileIncrementalWriter

        -
        public MatFileIncrementalWriter(File file)
        -                         throws IOException
        -
        Creats a writer to a file given the File object.
        -
        -
        Parameters:
        -
        file - - an output File
        -
        Throws:
        -
        IOException
        -
        DataFormatException
        -
        -
      • -
      - - - -
        -
      • -

        MatFileIncrementalWriter

        -
        public MatFileIncrementalWriter(WritableByteChannel chan)
        -                         throws IOException
        -
        Creates a writer for a file, given an output channel to the file.. - - Writes MAT-file header and compressed data (miCOMPRESSED).
        -
        -
        Parameters:
        -
        chan - - WritableByteChannel
        -
        data - - Collection of MLArray elements
        -
        Throws:
        -
        IOException
        -
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html deleted file mode 100644 index c0cccd4..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ /dev/null @@ -1,688 +0,0 @@ - - - - - -MatFileReader (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileReader

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileReader
    -extends Object
    -
    MAT-file reader. Reads MAT-file into MLArray objects. - - Usage: -
    
    - //read in the file
    - MatFileReader mfr = new MatFileReader( "mat_file.mat" );
    - 
    - //get array of a name "my_array" from file
    - MLArray mlArrayRetrived = mfr.getMLArray( "my_array" );
    - 
    - //or get the collection of all arrays that were stored in the file
    - Map content = mfr.getContent();
    - 
    -
    -
    See Also:
    -
    MatFileFilter
    -
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(String fileName)
        -              throws FileNotFoundException,
        -                     IOException
        -
        Creates instance of MatFileReader and reads MAT-file - from location given as fileName. - - This method reads MAT-file without filtering.
        -
        -
        Parameters:
        -
        fileName - the MAT-file path String
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        FileNotFoundException
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(String fileName,
        -                     MatFileFilter filter)
        -              throws IOException
        -
        Creates instance of MatFileReader and reads MAT-file - from location given as fileName. - - Results are filtered by MatFileFilter. Arrays that do not meet - filter match condition will not be available in results.
        -
        -
        Parameters:
        -
        fileName - the MAT-file path String
        -
        MatFileFilter - array name filter.
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(File file)
        -              throws IOException
        -
        Creates instance of MatFileReader and reads MAT-file - from file. - - This method reads MAT-file without filtering.
        -
        -
        Parameters:
        -
        file - the MAT-file
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader(File file,
        -                     MatFileFilter filter)
        -              throws IOException
        -
        Creates instance of MatFileReader and reads MAT-file from - file. -

        - Results are filtered by MatFileFilter. Arrays that do not - meet filter match condition will not be available in results. -

        - Note: this method reads file using the memory mapped file policy, see - notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        -
        -
        Parameters:
        -
        file - the MAT-file
        -
        MatFileFilter - array name filter.
        -
        Throws:
        -
        IOException - when error occurred while processing the file.
        -
        -
      • -
      - - - -
        -
      • -

        MatFileReader

        -
        public MatFileReader()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        read

        -
        public Map<String,MLArray> read(File file)
        -                         throws IOException
        -
        Reads the content of a MAT-file and returns the mapped content. -

        - This method calls - read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        -
        -
        Parameters:
        -
        file - a valid MAT-file file to be read
        -
        Returns:
        -
        the same as getContent()
        -
        Throws:
        -
        IOException - if error occurs during file processing
        -
        -
      • -
      - - - -
        -
      • -

        read

        -
        public Map<String,MLArray> read(File file,
        -                                int policy)
        -                         throws IOException
        -
        Reads the content of a MAT-file and returns the mapped content. -

        - This method calls - read(file, new MatFileFilter(), policy).

        -
        -
        Parameters:
        -
        file - a valid MAT-file file to be read
        -
        policy - the file memory allocation policy
        -
        Returns:
        -
        the same as getContent()
        -
        Throws:
        -
        IOException - if error occurs during file processing
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        getMatFileHeader

        -
        public MatFileHeader getMatFileHeader()
        -
        Gets MAT-file header
        -
        -
        Returns:
        -
        - a MatFileHeader object
        -
        -
      • -
      - - - -
        -
      • -

        getData

        -
        public ArrayList<MLArray> getData()
        -
        Deprecated. use getContent which returns a Map to provide - easier access to MLArrays contained in MAT-file
        -
        Returns list of MLArray objects that were inside MAT-file
        -
        -
        Returns:
        -
        - a ArrayList
        -
        -
      • -
      - - - -
        -
      • -

        getMLArray

        -
        public MLArray getMLArray(String name)
        -
        Returns the value to which the red file maps the specified array name. - - Returns null if the file contains no content for this name.
        -
        -
        Parameters:
        -
        - - array name
        -
        Returns:
        -
        - the MLArray to which this file maps the specified name, - or null if the file contains no content for this name.
        -
        -
      • -
      - - - -
        -
      • -

        getContent

        -
        public Map<String,MLArray> getContent()
        -
        Returns a map of MLArray objects that were inside MAT-file. - - MLArrays are mapped with MLArrays' names
        -
        -
        Returns:
        -
        - a Map of MLArrays mapped with their names.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html deleted file mode 100644 index 6034403..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ /dev/null @@ -1,418 +0,0 @@ - - - - - -MatFileWriter (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatFileWriter

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileWriter
    -extends Object
    -
    MAT-file writer. - - Usage: -
    
    - //1. First create example arrays
    - double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    - MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    - MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    -         
    - //2. write arrays to file
    - ArrayList list = new ArrayList();
    - list.add( mlDouble );
    - list.add( mlChar );
    - 
    - new MatFileWriter( "mat_file.mat", list );
    - 
    - - this is "equal" to Matlab commands: -
    
    - >> double_arr = [ 1 2; 3 4; 5 6];
    - >> char_arr = 'I am dummy';
    - >>
    - >> save('mat_file.mat', 'double_arr', 'char_arr');
    - 
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        write

        -
        public void write(String filepath,
        -                  Collection<MLArray> data)
        -           throws IOException
        -
        Writes MLArrays into file created from - filepath.
        -
        -
        Parameters:
        -
        filepath - the absolute file path of a MAT-file to which data is written
        -
        data - the collection of MLArray objects
        -
        Throws:
        -
        IOException - if error occurred during MAT-file writing
        -
        -
      • -
      - - - -
        -
      • -

        write

        -
        public void write(File file,
        -                  Collection<MLArray> data)
        -           throws IOException
        -
        Writes MLArrays into File
        -
        -
        Parameters:
        -
        file - the MAT-file to which data is written
        -
        data - the collection of MLArray objects
        -
        Throws:
        -
        IOException - if error occurred during MAT-file writing
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html deleted file mode 100644 index a56fe21..0000000 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -MatlabIOException (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io
-

Class MatlabIOException

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatlabIOException

        -
        public MatlabIOException(String s)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html deleted file mode 100644 index 1b9ecac..0000000 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - -com.jmatio.io (jmatio 1.2.0-SNAPSHOT API) - - - - - -

com.jmatio.io

- - - diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html deleted file mode 100644 index 2d7dede..0000000 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - -com.jmatio.io (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.io

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    MatFile -
    MatFileReader's API is vague.
    -
    MatFileFilter -
    File filter.
    -
    MatFileHeader -
    MAT-file header - - Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field - and two, 16-bit flag fields
    -
    MatFileIncrementalWriter -
    MAT-file Incremental writer.
    -
    MatFileReader -
    MAT-file reader.
    -
    MatFileWriter -
    MAT-file writer.
    -
    -
  • -
  • - - - - - - - - - - - - -
    Exception Summary 
    ExceptionDescription
    MatlabIOException -
    MAT-file reader/writer exception
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html deleted file mode 100644 index b4aeaba..0000000 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - -com.jmatio.io Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.io

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html deleted file mode 100644 index e27c290..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - -BufferedOutputStream (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class BufferedOutputStream

-
-
- -
- -
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html deleted file mode 100644 index f23f87d..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - -ByteBufferInputStream (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class ByteBufferInputStream

-
-
- -
- -
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html deleted file mode 100644 index 74c8b1c..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html +++ /dev/null @@ -1,473 +0,0 @@ - - - - - -ByteBufferedOutputStream (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class ByteBufferedOutputStream

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        DEFAULT_INCREASING_FACTOR

        -
        public static final float DEFAULT_INCREASING_FACTOR
        -
        -
        See Also:
        -
        Constant Field Values
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size)
        -
      • -
      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size,
        -                                boolean onHeap)
        -
      • -
      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size,
        -                                float increasingBy)
        -
      • -
      - - - -
        -
      • -

        ByteBufferedOutputStream

        -
        public ByteBufferedOutputStream(int size,
        -                                float increasingBy,
        -                                boolean onHeap)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html deleted file mode 100644 index 86bee01..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html +++ /dev/null @@ -1,469 +0,0 @@ - - - - - -FileBufferedOutputStream (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class FileBufferedOutputStream

-
-
- -
- -
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html deleted file mode 100644 index 83e6948..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - -MatFileInputStream (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.io.stream
-

Class MatFileInputStream

-
-
- -
-
    -
  • -
    -
    -
    public class MatFileInputStream
    -extends Object
    -
    MAT-file input stream class.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MatFileInputStream

        -
        public MatFileInputStream(ByteBuffer buf,
        -                          int type)
        -
        Attach MAT-file input stream to InputStream
        -
        -
        Parameters:
        -
        is - - input stream
        -
        type - - type of data in the stream
        -
        See Also:
        -
        MatDataTypes
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        readInt

        -
        public int readInt()
        -            throws IOException
        -
        Reads data (number of bytes red is determined by data type) - from the stream to int.
        -
        -
        Returns:
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        readChar

        -
        public char readChar()
        -              throws IOException
        -
        Reads data (number of bytes red is determined by data type) - from the stream to char.
        -
        -
        Returns:
        -
        - char
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        readDouble

        -
        public double readDouble()
        -                  throws IOException
        -
        Reads data (number of bytes red is determined by data type) - from the stream to double.
        -
        -
        Returns:
        -
        - double
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        readByte

        -
        public byte readByte()
        -
      • -
      - - - - - - - -
        -
      • -

        skip

        -
        public void skip(int padding)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html deleted file mode 100644 index d58df90..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - -com.jmatio.io.stream (jmatio 1.2.0-SNAPSHOT API) - - - - - -

com.jmatio.io.stream

- - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html deleted file mode 100644 index 93395f7..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - -com.jmatio.io.stream (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.io.stream

-
-
- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html deleted file mode 100644 index 25e2a5e..0000000 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - -com.jmatio.io.stream Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.io.stream

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html deleted file mode 100644 index 194b0da..0000000 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - -ByteStorageSupport (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Interface ByteStorageSupport<T extends Number>

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getBytesAllocated

        -
        int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        T buldFromBytes(byte[] bytes)
        -
      • -
      - - - - - -
        -
      • -

        getByteArray

        -
        byte[] getByteArray(T value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        Class<?> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html deleted file mode 100644 index 6d77890..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ /dev/null @@ -1,1185 +0,0 @@ - - - - - -MLArray (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLArray

-
-
- -
- -
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLArray

        -
        public MLArray(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getName

        -
        public String getName()
        -
        Gets array name
        -
        -
        Returns:
        -
        - array name
        -
        -
      • -
      - - - -
        -
      • -

        getFlags

        -
        public int getFlags()
        -
      • -
      - - - -
        -
      • -

        getNameToByteArray

        -
        public byte[] getNameToByteArray()
        -
      • -
      - - - -
        -
      • -

        getDimensions

        -
        public int[] getDimensions()
        -
      • -
      - - - -
        -
      • -

        getM

        -
        public int getM()
        -
      • -
      - - - -
        -
      • -

        getN

        -
        public int getN()
        -
      • -
      - - - -
        -
      • -

        getNDimensions

        -
        public int getNDimensions()
        -
      • -
      - - - -
        -
      • -

        getSize

        -
        public int getSize()
        -
      • -
      - - - -
        -
      • -

        getType

        -
        public int getType()
        -
      • -
      - - - -
        -
      • -

        isEmpty

        -
        public boolean isEmpty()
        -
      • -
      - - - -
        -
      • -

        typeToString

        -
        public static final String typeToString(int type)
        -
      • -
      - - - -
        -
      • -

        isCell

        -
        public boolean isCell()
        -
      • -
      - - - -
        -
      • -

        isChar

        -
        public boolean isChar()
        -
      • -
      - - - -
        -
      • -

        isComplex

        -
        public boolean isComplex()
        -
      • -
      - - - -
        -
      • -

        isSparse

        -
        public boolean isSparse()
        -
      • -
      - - - -
        -
      • -

        isStruct

        -
        public boolean isStruct()
        -
      • -
      - - - -
        -
      • -

        isDouble

        -
        public boolean isDouble()
        -
      • -
      - - - -
        -
      • -

        isSingle

        -
        public boolean isSingle()
        -
      • -
      - - - -
        -
      • -

        isInt8

        -
        public boolean isInt8()
        -
      • -
      - - - -
        -
      • -

        isUint8

        -
        public boolean isUint8()
        -
      • -
      - - - -
        -
      • -

        isInt16

        -
        public boolean isInt16()
        -
      • -
      - - - -
        -
      • -

        isUint16

        -
        public boolean isUint16()
        -
      • -
      - - - -
        -
      • -

        isInt32

        -
        public boolean isInt32()
        -
      • -
      - - - -
        -
      • -

        isUint32

        -
        public boolean isUint32()
        -
      • -
      - - - -
        -
      • -

        isInt64

        -
        public boolean isInt64()
        -
      • -
      - - - -
        -
      • -

        isUint64

        -
        public boolean isUint64()
        -
      • -
      - - - -
        -
      • -

        isObject

        -
        public boolean isObject()
        -
      • -
      - - - -
        -
      • -

        isOpaque

        -
        public boolean isOpaque()
        -
      • -
      - - - -
        -
      • -

        isLogical

        -
        public boolean isLogical()
        -
      • -
      - - - -
        -
      • -

        isFunctionObject

        -
        public boolean isFunctionObject()
        -
      • -
      - - - -
        -
      • -

        isUnknown

        -
        public boolean isUnknown()
        -
      • -
      - - - -
        -
      • -

        getIndex

        -
        protected int getIndex(int m,
        -                       int n)
        -
      • -
      - - - - - - - -
        -
      • -

        contentToString

        -
        public String contentToString()
        -
      • -
      - - - -
        -
      • -

        dispose

        -
        public void dispose()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html deleted file mode 100644 index 29194ce..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ /dev/null @@ -1,414 +0,0 @@ - - - - - -MLCell (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLCell

-
-
- -
-
    -
  • -
    -
    -
    public class MLCell
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLCell

        -
        public MLCell(String name,
        -              int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLCell

        -
        public MLCell(String name,
        -              int[] dims,
        -              int type,
        -              int attributes)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html deleted file mode 100644 index 054fc23..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ /dev/null @@ -1,538 +0,0 @@ - - - - - -MLChar (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLChar

-
-
- -
-
    -
  • -
    -
    -
    public class MLChar
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - - - - - - - - - -
        -
      • -

        MLChar

        -
        public MLChar(String name,
        -              String[] values,
        -              int maxlen)
        -
        Added method to allow initialization of a char array representing - an array of strings.
        -
        -
        Parameters:
        -
        name -
        -
        values -
        -
        maxlen -
        -
        -
      • -
      - - - -
        -
      • -

        MLChar

        -
        public MLChar(String name,
        -              int[] dims,
        -              int type,
        -              int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createArray

        -
        protected Character[] createArray(int m,
        -                                  int n)
        -
      • -
      - - - -
        -
      • -

        setChar

        -
        public void setChar(char ch,
        -                    int index)
        -
      • -
      - - - -
        -
      • -

        set

        -
        public void set(String value)
        -
        Populates the MLChar with the String value.
        -
        -
        Parameters:
        -
        value - the String value
        -
        -
      • -
      - - - -
        -
      • -

        set

        -
        public void set(String value,
        -                int idx)
        -
        Set one row, specifying the row.
        -
        -
        Parameters:
        -
        value -
        -
        idx -
        -
        -
      • -
      - - - -
        -
      • -

        getChar

        -
        public Character getChar(int m,
        -                         int n)
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals(Object o)
        -
        -
        Overrides:
        -
        equals in class Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class Object
        -
        -
      • -
      - - - -
        -
      • -

        getString

        -
        public String getString(int m)
        -
        Gets the m-th character matrix's row as String.
        -
        -
        Parameters:
        -
        m - - row number
        -
        Returns:
        -
        - String
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html deleted file mode 100644 index f52f96c..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - -MLDouble (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLDouble

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                int[] dims)
        -
        Create a MLDouble array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                Double[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                double[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Double[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLDouble

        -
        public MLDouble(String name,
        -                double[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public double[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Double buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Double value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Double> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html deleted file mode 100644 index db17f7d..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - -MLEmptyArray (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLEmptyArray

-
-
- -
-
    -
  • -
    -
    -
    public class MLEmptyArray
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLEmptyArray

        -
        public MLEmptyArray()
        -
      • -
      - - - -
        -
      • -

        MLEmptyArray

        -
        public MLEmptyArray(String name)
        -
      • -
      - - - -
        -
      • -

        MLEmptyArray

        -
        public MLEmptyArray(String name,
        -                    int[] dims,
        -                    int type,
        -                    int attributes)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html deleted file mode 100644 index 41bf5a0..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ /dev/null @@ -1,500 +0,0 @@ - - - - - -MLInt16 (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt16

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxINT16_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               int[] dims)
        -
        Create a MLSingle array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               Short[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               short[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Short[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt16

        -
        public MLInt16(String name,
        -               short[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public short[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Short buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Short value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Short> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html deleted file mode 100644 index ad4f84c..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ /dev/null @@ -1,499 +0,0 @@ - - - - - -MLInt32 (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt32

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[] dims)
        -
        Create a MLInt64 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               Integer[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt32

        -
        public MLInt32(String name,
        -               int[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public int[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Integer buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Integer> getStorageClazz()
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Integer value)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html deleted file mode 100644 index 74b1b7e..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - -MLInt64 (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt64

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               int[] dims)
        -
        Create a MLInt64 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               Long[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               long[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt64

        -
        public MLInt64(String name,
        -               long[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public long[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Long buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Long> getStorageClazz()
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Long value)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html deleted file mode 100644 index 4dca9cc..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ /dev/null @@ -1,519 +0,0 @@ - - - - - -MLInt8 (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLInt8

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              int[] dims,
        -              int type,
        -              int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              int[] dims)
        -
        Create a MLUInt8 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              Byte[] vals,
        -              int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              byte[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLInt8

        -
        public MLInt8(String name,
        -              byte[] vals,
        -              int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public byte[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Byte buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Byte value)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Byte> getStorageClazz()
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html deleted file mode 100644 index aedcdcb..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -MLJavaObject (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLJavaObject

-
-
- -
-
    -
  • -
    -
    -
    public class MLJavaObject
    -extends MLArray
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getClassName

        -
        public String getClassName()
        -
      • -
      - - - -
        -
      • -

        getContent

        -
        public ByteBuffer getContent()
        -
      • -
      - - - -
        -
      • -

        instantiateObject

        -
        public Object instantiateObject()
        -                         throws Exception
        -
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        -
        -
        Throws:
        -
        Exception
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html deleted file mode 100644 index 3061f0a..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ /dev/null @@ -1,849 +0,0 @@ - - - - - -MLNumericArray (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLNumericArray<T extends Number>

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLNumericArray

        -
        public MLNumericArray(String name,
        -                      int[] dims,
        -                      int type,
        -                      int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type
        -
        attributes - - array flags
        -
        -
      • -
      - - - - - -
        -
      • -

        MLNumericArray

        -
        public MLNumericArray(String name,
        -                      int type,
        -                      T[] vals,
        -                      int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        type - - array type
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        allocate

        -
        protected void allocate()
        -
      • -
      - - - -
        -
      • -

        getReal

        -
        public T getReal(int m,
        -                 int n)
        -
        Gets single real array element of A(m,n).
        -
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - -
        -
      • -

        getReal

        -
        public T getReal(int index)
        -
        -
        Parameters:
        -
        index -
        -
        Returns:
        -
        -
      • -
      - - - - - -
        -
      • -

        setReal

        -
        public void setReal(T value,
        -                    int m,
        -                    int n)
        -
        Sets single real array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        m - - row index
        -
        n - - column index
        -
        -
      • -
      - - - - - -
        -
      • -

        setReal

        -
        public void setReal(T value,
        -                    int index)
        -
        Sets single real array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        index - - column-packed vector index
        -
        -
      • -
      - - - - - -
        -
      • -

        setReal

        -
        public void setReal(T[] vector)
        -
        Sets real part of matrix
        -
        -
        Parameters:
        -
        vector - - column-packed vector of elements
        -
        -
      • -
      - - - - - -
        -
      • -

        setImaginary

        -
        public void setImaginary(T value,
        -                         int m,
        -                         int n)
        -
        Sets single imaginary array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        m - - row index
        -
        n - - column index
        -
        -
      • -
      - - - - - -
        -
      • -

        setImaginary

        -
        public void setImaginary(T value,
        -                         int index)
        -
        Sets single real array element.
        -
        -
        Parameters:
        -
        value - - element value
        -
        index - - column-packed vector index
        -
        -
      • -
      - - - -
        -
      • -

        getImaginary

        -
        public T getImaginary(int m,
        -                      int n)
        -
        Gets single imaginary array element of A(m,n).
        -
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - -
        -
      • -

        getImaginary

        -
        public T getImaginary(int index)
        -
        -
        Parameters:
        -
        index -
        -
        Returns:
        -
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        public void set(T value,
        -                int m,
        -                int n)
        -
        Does the same as setReal.
        -
        -
        Parameters:
        -
        value - - element value
        -
        m - - row index
        -
        n - - column index
        -
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        public void set(T value,
        -                int index)
        -
        Does the same as setReal.
        -
        -
        Parameters:
        -
        value - - element value
        -
        index - - column-packed vector index
        -
        -
      • -
      - - - -
        -
      • -

        get

        -
        public T get(int m,
        -             int n)
        -
        Does the same as getReal.
        -
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - -
        -
      • -

        get

        -
        public T get(int index)
        -
        -
        Parameters:
        -
        index -
        -
        Returns:
        -
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        public void set(T[] vector)
        -
        -
        Parameters:
        -
        vector -
        -
        -
      • -
      - - - -
        -
      • -

        get

        -
        protected T get(ByteBuffer buffer,
        -                int index)
        -
      • -
      - - - - - -
        -
      • -

        set

        -
        protected void set(ByteBuffer buffer,
        -                   T value,
        -                   int index)
        -
      • -
      - - - -
        -
      • -

        putImaginaryByteBuffer

        -
        public void putImaginaryByteBuffer(ByteBuffer buff)
        -
      • -
      - - - -
        -
      • -

        getImaginaryByteBuffer

        -
        public ByteBuffer getImaginaryByteBuffer()
        -
      • -
      - - - -
        -
      • -

        putRealByteBuffer

        -
        public void putRealByteBuffer(ByteBuffer buff)
        -
      • -
      - - - -
        -
      • -

        getRealByteBuffer

        -
        public ByteBuffer getRealByteBuffer()
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals(Object o)
        -
        -
        Overrides:
        -
        equals in class Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class Object
        -
        -
      • -
      - - - -
        -
      • -

        dispose

        -
        public void dispose()
        -
        -
        Overrides:
        -
        dispose in class MLArray
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html deleted file mode 100644 index a084abb..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -MLObject (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLObject

-
-
- -
-
    -
  • -
    -
    -
    public class MLObject
    -extends MLArray
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html deleted file mode 100644 index dd8cb5a..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - -MLSingle (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLSingle

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLSingle

        -
        public MLSingle(String name,
        -                Float[] vals,
        -                int m)
        -
      • -
      - - - -
        -
      • -

        MLSingle

        -
        public MLSingle(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        buldFromBytes

        -
        public Float buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Float value)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<?> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html deleted file mode 100644 index 215e89b..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ /dev/null @@ -1,708 +0,0 @@ - - - - - -MLSparse (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLSparse

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLSparse

        -
        public MLSparse(String name,
        -                int[] dims,
        -                int attributes,
        -                int nzmax)
        -
        -
        Parameters:
        -
        name -
        -
        dims -
        -
        attributes -
        -
        nzmax -
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        getMaxNZ

        -
        public int getMaxNZ()
        -
        Gets maximum number of non-zero values
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getIR

        -
        public int[] getIR()
        -
        Gets row indices - - ir points to an integer array of length nzmax containing the row indices of - the corresponding elements in pr and pi.
        -
      • -
      - - - -
        -
      • -

        getJC

        -
        public int[] getJC()
        -
        Gets column indices. - - jc points to an integer array of length N+1 that contains column index information. - For j, in the range 0<=j<=N�1, jc[j] is the index in ir and pr (and pi - if it exists) of the first nonzero entry in the jth column and jc[j+1]�1 index - of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number - of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero - entries can be inserted in the array without allocating additional storage
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getReal

        -
        public Double getReal(int m,
        -                      int n)
        -
        Description copied from class: MLNumericArray
        -
        Gets single real array element of A(m,n).
        -
        -
        Overrides:
        -
        getReal in class MLNumericArray<Double>
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - - - - - -
        -
      • -

        setReal

        -
        public void setReal(Double value,
        -                    int m,
        -                    int n)
        -
        Description copied from class: MLNumericArray
        -
        Sets single real array element.
        -
        -
        Overrides:
        -
        setReal in class MLNumericArray<Double>
        -
        Parameters:
        -
        value -
        -
        m -
        -
        n -
        -
        -
      • -
      - - - -
        -
      • -

        setReal

        -
        public void setReal(Double value,
        -                    int index)
        -
        Description copied from class: MLNumericArray
        -
        Sets single real array element.
        -
        -
        Overrides:
        -
        setReal in class MLNumericArray<Double>
        -
        Parameters:
        -
        value -
        -
        index -
        -
        -
      • -
      - - - -
        -
      • -

        setImaginary

        -
        public void setImaginary(Double value,
        -                         int m,
        -                         int n)
        -
        Description copied from class: MLNumericArray
        -
        Sets single imaginary array element.
        -
        -
        Overrides:
        -
        setImaginary in class MLNumericArray<Double>
        -
        Parameters:
        -
        value -
        -
        m -
        -
        n -
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getImaginary

        -
        public Double getImaginary(int m,
        -                           int n)
        -
        Description copied from class: MLNumericArray
        -
        Gets single imaginary array element of A(m,n).
        -
        -
        Overrides:
        -
        getImaginary in class MLNumericArray<Double>
        -
        Parameters:
        -
        m - - row index
        -
        n - - column index
        -
        Returns:
        -
        - array element
        -
        -
      • -
      - - - - - - - -
        -
      • -

        exportReal

        -
        public Double[] exportReal()
        -
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        -
        -
        Returns:
        -
        real part
        -
        -
      • -
      - - - -
        -
      • -

        exportImaginary

        -
        public Double[] exportImaginary()
        -
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        -
        -
        Returns:
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Double buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Double value)
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Double> getStorageClazz()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html deleted file mode 100644 index 0a946d2..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ /dev/null @@ -1,560 +0,0 @@ - - - - - -MLStructure (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLStructure

-
-
- -
-
    -
  • -
    -
    -
    public class MLStructure
    -extends MLArray
    -
    This class represents Matlab's Structure object (structure array). - - Note: array of structures can contain only structures of the same type - , that means structures that have the same field names.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLStructure

        -
        public MLStructure(String name,
        -                   int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLStructure

        -
        public MLStructure(String name,
        -                   int[] dims,
        -                   int type,
        -                   int attributes)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value)
        -
        Sets field for current structure
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        -
      • -
      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value,
        -                     int m,
        -                     int n)
        -
        Sets field for (m,n)'th structure in struct array
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        m -
        -
        n -
        -
        -
      • -
      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value,
        -                     int index)
        -
        Sets filed for structure described by index in struct array
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        index -
        -
        -
      • -
      - - - -
        -
      • -

        getMaxFieldLenth

        -
        public int getMaxFieldLenth()
        -
        Gets the maximum length of field descriptor
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getKeySetToByteArray

        -
        public byte[] getKeySetToByteArray()
        -
        Dumps field names to byte array. Field names are written as Zero End Strings
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getAllFields

        -
        public Collection<MLArray> getAllFields()
        -
        Gets all field from sruct array as flat list of fields.
        -
        -
        Returns:
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name)
        -
        Gets a value of the field described by name from current struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name,
        -                        int m,
        -                        int n)
        -
        Gets a value of the field described by name from (m,n)'th struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        m -
        -
        n -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name,
        -                        int index)
        -
        Gets a value of the field described by name from index'th struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        index -
        -
        Returns:
        -
        value of the field or null if the field doesn't exist
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html deleted file mode 100644 index 5bbc9a6..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -MLUInt16 (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt16

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                Short[] vals,
        -                int m)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                short[][] vals)
        -
      • -
      - - - -
        -
      • -

        MLUInt16

        -
        public MLUInt16(String name,
        -                short[] vals,
        -                int m)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html deleted file mode 100644 index 6f92b6f..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -MLUInt32 (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt32

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[] vals,
        -                int m)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[] dims)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                int[][] vals)
        -
      • -
      - - - -
        -
      • -

        MLUInt32

        -
        public MLUInt32(String name,
        -                Integer[] vals,
        -                int m)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html deleted file mode 100644 index 855987b..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - -MLUInt64 (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt64

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                int[] dims,
        -                int type,
        -                int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                int[] dims)
        -
        Create a MLUInt64 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                Long[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                long[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt64

        -
        public MLUInt64(String name,
        -                long[] vals,
        -                int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArray

        -
        public long[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Long buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Long> getStorageClazz()
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Long value)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html deleted file mode 100644 index 075a4ed..0000000 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ /dev/null @@ -1,535 +0,0 @@ - - - - - -MLUInt8 (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - - -
-
com.jmatio.types
-

Class MLUInt8

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               int[] dims,
        -               int type,
        -               int attributes)
        -
        Normally this constructor is used only by MatFileReader and MatFileWriter
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        type - - array type: here mxDOUBLE_CLASS
        -
        attributes - - array flags
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               int[] dims)
        -
        Create a MLUInt8 array with given name, - and dimensions.
        -
        -
        Parameters:
        -
        name - - array name
        -
        dims - - array dimensions
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               Byte[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               byte[][] vals)
        -
        Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - two-dimensional array of values
        -
        -
      • -
      - - - -
        -
      • -

        MLUInt8

        -
        public MLUInt8(String name,
        -               byte[] vals,
        -               int m)
        -
        Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
        -
        -
        Parameters:
        -
        name - - array name
        -
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        -
        m - - Number of rows
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createArray

        -
        public Byte[] createArray(int m,
        -                          int n)
        -
      • -
      - - - -
        -
      • -

        getArray

        -
        public byte[][] getArray()
        -
        Gets two-dimensional real array.
        -
        -
        Returns:
        -
        - 2D real array
        -
        -
      • -
      - - - -
        -
      • -

        buldFromBytes

        -
        public Byte buldFromBytes(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        public byte[] getByteArray(Byte value)
        -
      • -
      - - - -
        -
      • -

        getBytesAllocated

        -
        public int getBytesAllocated()
        -
      • -
      - - - -
        -
      • -

        getStorageClazz

        -
        public Class<Byte> getStorageClazz()
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html deleted file mode 100644 index ececc0b..0000000 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - -com.jmatio.types (jmatio 1.2.0-SNAPSHOT API) - - - - - -

com.jmatio.types

- - - diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html deleted file mode 100644 index 9c5feab..0000000 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - -com.jmatio.types (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Package com.jmatio.types

-
-
- -
- - - - - - diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html deleted file mode 100644 index af3b69a..0000000 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - -com.jmatio.types Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package com.jmatio.types

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html deleted file mode 100644 index d63c580..0000000 --- a/javadoc/snapshot/constant-values.html +++ /dev/null @@ -1,578 +0,0 @@ - - - - - -Constant Field Values (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Constant Field Values

-

Contents

- -
-
- - -

com.jmatio.*

- - - - -
- - - - - - diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html deleted file mode 100644 index d3489b3..0000000 --- a/javadoc/snapshot/deprecated-list.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Deprecated List (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Deprecated API

-

Contents

- -
-
- - -
    -
  • - - - - - - - - - - -
    Deprecated Methods 
    Method and Description
    com.jmatio.io.MatFileReader.getData() -
    use getContent which returns a Map to provide - easier access to MLArrays contained in MAT-file
    -
    -
  • -
-
- - - - - - diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html deleted file mode 100644 index 545cf96..0000000 --- a/javadoc/snapshot/help-doc.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -API Help (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
-
-
    -
  • -

    Overview

    -

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    -
  • -
  • -

    Package

    -

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    -
      -
    • Interfaces (italic)
    • -
    • Classes
    • -
    • Enums
    • -
    • Exceptions
    • -
    • Errors
    • -
    • Annotation Types
    • -
    -
  • -
  • -

    Class/Interface

    -

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
      -
    • Class inheritance diagram
    • -
    • Direct Subclasses
    • -
    • All Known Subinterfaces
    • -
    • All Known Implementing Classes
    • -
    • Class/interface declaration
    • -
    • Class/interface description
    • -
    -
      -
    • Nested Class Summary
    • -
    • Field Summary
    • -
    • Constructor Summary
    • -
    • Method Summary
    • -
    -
      -
    • Field Detail
    • -
    • Constructor Detail
    • -
    • Method Detail
    • -
    -

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    -
  • -
  • -

    Annotation Type

    -

    Each annotation type has its own separate page with the following sections:

    -
      -
    • Annotation Type declaration
    • -
    • Annotation Type description
    • -
    • Required Element Summary
    • -
    • Optional Element Summary
    • -
    • Element Detail
    • -
    -
  • -
  • -

    Enum

    -

    Each enum has its own separate page with the following sections:

    -
      -
    • Enum declaration
    • -
    • Enum description
    • -
    • Enum Constant Summary
    • -
    • Enum Constant Detail
    • -
    -
  • -
  • -

    Tree (Class Hierarchy)

    -

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    -
      -
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • -
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • -
    -
  • -
  • -

    Deprecated API

    -

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    -
  • -
  • -

    Index

    -

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    -
  • -
  • -

    Prev/Next

    -

    These links take you to the next or previous class, interface, package, or related page.

    -
  • -
  • -

    Frames/No Frames

    -

    These links show and hide the HTML frames. All pages are available with or without frames.

    -
  • -
  • -

    All Classes

    -

    The All Classes link shows all classes and interfaces except non-static nested types.

    -
  • -
  • -

    Serialized Form

    -

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    -
  • -
  • -

    Constant Field Values

    -

    The Constant Field Values page lists the static final fields and their values.

    -
  • -
-This help file applies to API documentation generated using the standard doclet.
- - - - - - diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html deleted file mode 100644 index cca65a8..0000000 --- a/javadoc/snapshot/index-all.html +++ /dev/null @@ -1,1367 +0,0 @@ - - - - - -Index (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
A B C D E F G H I M N P Q R S T W  - - -

A

-
-
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
-
-
Add array name to the filter.
-
-
allocate() - Method in class com.jmatio.types.MLNumericArray
-
 
-
allocate() - Method in class com.jmatio.types.MLSparse
-
 
-
attributes - Variable in class com.jmatio.types.MLArray
-
 
-
- - - -

B

-
-
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
-
-
Returns the backing ByteBuffer
-
-
buffer() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
buffer() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
BufferedOutputStream - Class in com.jmatio.io.stream
-
 
-
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
-
 
-
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
-
 
-
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
-
 
-
ByteBufferedOutputStream - Class in com.jmatio.io.stream
-
-
From https://gist.github.com/manzke/985007
-
-
ByteBufferedOutputStream(int) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferedOutputStream(int, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferedOutputStream(int, float) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferedOutputStream(int, float, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
ByteBufferInputStream - Class in com.jmatio.io.stream
-
 
-
ByteBufferInputStream(ByteBuffer, long) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
-
 
-
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
-
 
-
- - - -

C

-
-
capacity() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
cells() - Method in class com.jmatio.types.MLCell
-
 
-
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
-
 
-
close() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
com.jmatio.common - package com.jmatio.common
-
 
-
com.jmatio.common.util - package com.jmatio.common.util
-
 
-
com.jmatio.io - package com.jmatio.io
-
 
-
com.jmatio.io.stream - package com.jmatio.io.stream
-
 
-
com.jmatio.types - package com.jmatio.types
-
 
-
contentToString() - Method in class com.jmatio.types.MLArray
-
 
-
contentToString() - Method in class com.jmatio.types.MLCell
-
 
-
contentToString() - Method in class com.jmatio.types.MLChar
-
 
-
contentToString() - Method in class com.jmatio.types.MLNumericArray
-
 
-
contentToString() - Method in class com.jmatio.types.MLSparse
-
 
-
contentToString() - Method in class com.jmatio.types.MLStructure
-
 
-
createArray(int, int) - Method in class com.jmatio.types.MLChar
-
 
-
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
-
 
-
createHeader() - Static method in class com.jmatio.io.MatFileHeader
-
-
A factory.
-
-
- - - -

D

-
-
DEFAULT_INCREASING_FACTOR - Static variable in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
-
 
-
dims - Variable in class com.jmatio.types.MLArray
-
 
-
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
-
 
-
dispose() - Method in class com.jmatio.types.MLArray
-
 
-
dispose() - Method in class com.jmatio.types.MLNumericArray
-
 
-
- - - -

E

-
-
equals(Object) - Method in class com.jmatio.types.MLChar
-
 
-
equals(Object) - Method in class com.jmatio.types.MLNumericArray
-
 
-
exportChar() - Method in class com.jmatio.types.MLChar
-
 
-
exportImaginary() - Method in class com.jmatio.types.MLSparse
-
-
Returns the imaginary part (PI) array.
-
-
exportReal() - Method in class com.jmatio.types.MLSparse
-
-
Returns the real part (PR) array.
-
-
- - - -

F

-
-
FileBufferedOutputStream - Class in com.jmatio.io.stream
-
-
This is an OutputStream that is backed by a RandomAccessFile - and accessed with buffered access.
-
-
FileBufferedOutputStream() - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
FileBufferedOutputStream(MLArray) - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
flush() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
- - - -

G

-
-
get(int, int) - Method in class com.jmatio.types.MLCell
-
 
-
get(int) - Method in class com.jmatio.types.MLCell
-
 
-
get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
-
-
Override to accelerate the performance
-
-
get(int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Does the same as getReal.
-
-
get(int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
-
-
Override to accelerate the performance
-
-
getAllFields() - Method in class com.jmatio.types.MLStructure
-
-
Gets all field from sruct array as flat list of fields.
-
-
getArray() - Method in class com.jmatio.types.MLDouble
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt16
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt32
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt64
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLInt8
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLUInt64
-
-
Gets two-dimensional real array.
-
-
getArray() - Method in class com.jmatio.types.MLUInt8
-
-
Gets two-dimensional real array.
-
-
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
-
 
-
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
-
 
-
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
-
 
-
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
-
 
-
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
-
 
-
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
-
 
-
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
-
 
-
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
-
 
-
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
-
 
-
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
-
 
-
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
-
 
-
getChar(int, int) - Method in class com.jmatio.types.MLChar
-
 
-
getClassName() - Method in class com.jmatio.types.MLJavaObject
-
 
-
getClassName() - Method in class com.jmatio.types.MLObject
-
 
-
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
-
-
Returns the content of the field/cell/object.
-
-
getContent() - Method in class com.jmatio.io.MatFile
-
 
-
getContent() - Method in class com.jmatio.io.MatFileReader
-
-
Returns a map of MLArray objects that were inside MAT-file.
-
-
getContent() - Method in class com.jmatio.types.MLJavaObject
-
 
-
getData() - Method in class com.jmatio.io.MatFileReader
-
-
Deprecated. -
use getContent which returns a Map to provide - easier access to MLArrays contained in MAT-file
-
-
-
getDescription() - Method in class com.jmatio.io.MatFileHeader
-
-
Gets descriptive text
-
-
getDimensions() - Method in class com.jmatio.types.MLArray
-
 
-
getField(String) - Method in class com.jmatio.types.MLStructure
-
-
Gets a value of the field described by name from current struct - in struct array or null if the field doesn't exist.
-
-
getField(String, int, int) - Method in class com.jmatio.types.MLStructure
-
-
Gets a value of the field described by name from (m,n)'th struct - in struct array or null if the field doesn't exist.
-
-
getField(String, int) - Method in class com.jmatio.types.MLStructure
-
-
Gets a value of the field described by name from index'th struct - in struct array or null if the field doesn't exist.
-
-
getFieldNames() - Method in class com.jmatio.types.MLStructure
-
-
Returns the Collection of keys for this structure.
-
-
getFlags() - Method in class com.jmatio.types.MLArray
-
 
-
getHeader() - Method in class com.jmatio.io.MatFile
-
 
-
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Gets single imaginary array element of A(m,n).
-
-
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
getImaginary(int) - Method in class com.jmatio.types.MLSparse
-
 
-
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
-
 
-
getIndex(int, int) - Method in class com.jmatio.types.MLArray
-
 
-
getIndex(int, int) - Method in class com.jmatio.types.MLCell
-
 
-
getIR() - Method in class com.jmatio.types.MLSparse
-
-
Gets row indices - - ir points to an integer array of length nzmax containing the row indices of - the corresponding elements in pr and pi.
-
-
getJC() - Method in class com.jmatio.types.MLSparse
-
-
Gets column indices.
-
-
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructure
-
-
Dumps field names to byte array.
-
-
getM() - Method in class com.jmatio.types.MLArray
-
 
-
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
-
-
Gets MAT-file header
-
-
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructure
-
-
Gets the maximum length of field descriptor
-
-
getMaxNZ() - Method in class com.jmatio.types.MLSparse
-
-
Gets maximum number of non-zero values
-
-
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
-
-
Returns the value to which the red file maps the specified array name.
-
-
getN() - Method in class com.jmatio.types.MLArray
-
 
-
getName() - Method in class com.jmatio.types.MLArray
-
-
Gets array name
-
-
getNameToByteArray() - Method in class com.jmatio.types.MLArray
-
 
-
getNDimensions() - Method in class com.jmatio.types.MLArray
-
 
-
getObject() - Method in class com.jmatio.types.MLObject
-
 
-
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Gets single real array element of A(m,n).
-
-
getReal(int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
getReal(int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
getReal(int) - Method in class com.jmatio.types.MLSparse
-
 
-
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
-
 
-
getSize() - Method in class com.jmatio.types.MLArray
-
 
-
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLDouble
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt16
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt32
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt64
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLInt8
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLSingle
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLSparse
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
-
 
-
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
-
 
-
getString(int) - Method in class com.jmatio.types.MLChar
-
-
Gets the m-th character matrix's row as String.
-
-
getType() - Method in class com.jmatio.types.MLArray
-
 
-
getVersion() - Method in class com.jmatio.io.MatFileHeader
-
-
When creating a MAT-file, set version to 0x0100
-
-
- - - -

H

-
-
hashCode() - Method in class com.jmatio.types.MLChar
-
 
-
hashCode() - Method in class com.jmatio.types.MLNumericArray
-
 
-
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
-
 
-
- - - -

I

-
-
increase(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
-
-
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
-
-
isCell() - Method in class com.jmatio.types.MLArray
-
 
-
isChar() - Method in class com.jmatio.types.MLArray
-
 
-
isComplex() - Method in class com.jmatio.types.MLArray
-
 
-
isDouble() - Method in class com.jmatio.types.MLArray
-
 
-
isEmpty() - Method in class com.jmatio.types.MLArray
-
 
-
isFunctionObject() - Method in class com.jmatio.types.MLArray
-
 
-
isInt16() - Method in class com.jmatio.types.MLArray
-
 
-
isInt32() - Method in class com.jmatio.types.MLArray
-
 
-
isInt64() - Method in class com.jmatio.types.MLArray
-
 
-
isInt8() - Method in class com.jmatio.types.MLArray
-
 
-
isLogical() - Method in class com.jmatio.types.MLArray
-
 
-
isObject() - Method in class com.jmatio.types.MLArray
-
 
-
isOpaque() - Method in class com.jmatio.types.MLArray
-
 
-
isSingle() - Method in class com.jmatio.types.MLArray
-
 
-
isSparse() - Method in class com.jmatio.types.MLArray
-
 
-
isStruct() - Method in class com.jmatio.types.MLArray
-
 
-
isUint16() - Method in class com.jmatio.types.MLArray
-
 
-
isUint32() - Method in class com.jmatio.types.MLArray
-
 
-
isUint64() - Method in class com.jmatio.types.MLArray
-
 
-
isUint8() - Method in class com.jmatio.types.MLArray
-
 
-
isUnknown() - Method in class com.jmatio.types.MLArray
-
 
-
- - - -

M

-
-
matches(String) - Method in class com.jmatio.io.MatFileFilter
-
-
Test if given name matches the filter.
-
-
MatDataTypes - Class in com.jmatio.common
-
-
MAT-file data types
-
-
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
-
 
-
MatFile - Class in com.jmatio.io
-
-
MatFileReader's API is vague.
-
-
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
-
 
-
MatFileFilter - Class in com.jmatio.io
-
-
File filter.
-
-
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
-
-
Creates empty filter intance.
-
-
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
-
-
Create filter intance and add array names.
-
-
MatFileHeader - Class in com.jmatio.io
-
-
MAT-file header - - Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field - and two, 16-bit flag fields
-
-
MatFileHeader(String, int, byte[]) - Constructor for class com.jmatio.io.MatFileHeader
-
-
New MAT-file header
-
-
MatFileIncrementalWriter - Class in com.jmatio.io
-
-
MAT-file Incremental writer.
-
-
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
-
Creates a writer to a file given the filename.
-
-
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
-
Creats a writer to a file given the File object.
-
-
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
-
Creates a writer for a file, given an output channel to the file..
-
-
MatFileInputStream - Class in com.jmatio.io.stream
-
-
MAT-file input stream class.
-
-
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
-
-
Attach MAT-file input stream to InputStream
-
-
MatFileReader - Class in com.jmatio.io
-
-
MAT-file reader.
-
-
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file - from location given as fileName.
-
-
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file - from location given as fileName.
-
-
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file - from file.
-
-
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
-
-
Creates instance of MatFileReader and reads MAT-file from - file.
-
-
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
-
 
-
MatFileWriter - Class in com.jmatio.io
-
-
MAT-file writer.
-
-
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
-
-
Creates the new MatFileWriter instance
-
-
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into file given by fileName.
-
-
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into File.
-
-
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into OuputSteram.
-
-
MatlabIOException - Exception in com.jmatio.io
-
-
MAT-file reader/writer exception
-
-
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
-
 
-
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
-
 
-
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
-
 
-
MLArray - Class in com.jmatio.types
-
 
-
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
-
 
-
MLArrayQuery - Class in com.jmatio.common.util
-
-
The JMatIO query parser.
-
-
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
-
 
-
MLCell - Class in com.jmatio.types
-
 
-
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
-
 
-
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
-
 
-
MLChar - Class in com.jmatio.types
-
 
-
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
-
-
Creates the 1 x String.length() MLChar from the given - String.
-
-
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
-
-
Create the MLChar from array of Strings.
-
-
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
-
-
Added method to allow initialization of a char array representing - an array of strings.
-
-
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
-
 
-
MLDouble - Class in com.jmatio.types
-
-
Class represents Double array (matrix)
-
-
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
-
-
Create a MLDouble array with given name, - and dimensions.
-
-
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Double[]
-
-
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLEmptyArray - Class in com.jmatio.types
-
 
-
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
-
 
-
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
-
 
-
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
-
 
-
MLInt16 - Class in com.jmatio.types
-
-
Class represents Int16 array (matrix)
-
-
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
-
-
Create a MLSingle array with given name, - and dimensions.
-
-
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from double[][] - - Note: array is converted to Short[]
-
-
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLInt32 - Class in com.jmatio.types
-
 
-
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
-
-
Create a MLInt64 array with given name, - and dimensions.
-
-
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLInt64 - Class in com.jmatio.types
-
-
Class represents Int64 (long) array (matrix)
-
-
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
-
-
Create a MLInt64 array with given name, - and dimensions.
-
-
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLInt8 - Class in com.jmatio.types
-
 
-
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
-
-
Create a MLUInt8 array with given name, - and dimensions.
-
-
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLJavaObject - Class in com.jmatio.types
-
 
-
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
-
 
-
MLNumericArray<T extends Number> - Class in com.jmatio.types
-
 
-
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLObject - Class in com.jmatio.types
-
 
-
MLObject(String, String, MLStructure) - Constructor for class com.jmatio.types.MLObject
-
 
-
MLSingle - Class in com.jmatio.types
-
 
-
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
-
 
-
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
-
 
-
MLSparse - Class in com.jmatio.types
-
 
-
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
-
 
-
MLStructure - Class in com.jmatio.types
-
-
This class represents Matlab's Structure object (structure array).
-
-
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
-
 
-
MLStructure(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructure
-
 
-
MLUInt16 - Class in com.jmatio.types
-
 
-
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
-
 
-
MLUInt32 - Class in com.jmatio.types
-
 
-
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
-
 
-
MLUInt64 - Class in com.jmatio.types
-
-
Class represents Int64 (long) array (matrix)
-
-
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
-
-
Create a MLUInt64 array with given name, - and dimensions.
-
-
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
MLUInt8 - Class in com.jmatio.types
-
-
Class represents UInt8 (byte) array (matrix)
-
-
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
-
-
Normally this constructor is used only by MatFileReader and MatFileWriter
-
-
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
-
-
Create a MLUInt8 array with given name, - and dimensions.
-
-
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from a one-dimensional packed array
-
-
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
-
-
Jama [math.nist.gov] style: - construct a 2D real matrix from byte[][] - - Note: array is converted to Byte[]
-
-
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
-
-
Jama [math.nist.gov] style: - construct a matrix from a one-dimensional packed array
-
-
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
-
 
-
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
-
 
-
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
-
 
-
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
-
 
-
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
-
 
-
- - - -

N

-
-
name - Variable in class com.jmatio.types.MLArray
-
 
-
- - - -

P

-
-
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
-
 
-
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
-
 
-
- - - -

Q

-
-
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
-
 
-
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
-
-
Parses the query string and returns the object it refers to.
-
-
- - - -

R

-
-
read(File) - Method in class com.jmatio.io.MatFileReader
-
-
Reads the content of a MAT-file and returns the mapped content.
-
-
read(File, int) - Method in class com.jmatio.io.MatFileReader
-
-
Reads the content of a MAT-file and returns the mapped content.
-
-
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
-
-
Reads the content of a MAT-file and returns the mapped content.
-
-
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
-
 
-
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
-
 
-
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
-
 
-
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
-
-
Reads a bare set of bytes.
-
-
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
-
 
-
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads data (number of bytes red is determined by data type) - from the stream to char.
-
-
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads data (number of bytes red is determined by data type) - from the stream to double.
-
-
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
-
-
Reads a full set of bytes (including the header).
-
-
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
-
-
Reads a full set of bytes (including the header).
-
-
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads data (number of bytes red is determined by data type) - from the stream to int.
-
-
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
-
-
Reads the data into a ByteBuffer.
-
-
- - - -

S

-
-
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
-
 
-
set(MLArray, int) - Method in class com.jmatio.types.MLCell
-
 
-
set(String) - Method in class com.jmatio.types.MLChar
-
-
Populates the MLChar with the String value.
-
-
set(String, int) - Method in class com.jmatio.types.MLChar
-
-
Set one row, specifying the row.
-
-
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Does the same as setReal.
-
-
set(T, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Does the same as setReal.
-
-
set(T[]) - Method in class com.jmatio.types.MLNumericArray
-
 
-
set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
-
 
-
setChar(char, int) - Method in class com.jmatio.types.MLChar
-
 
-
setField(String, MLArray) - Method in class com.jmatio.types.MLStructure
-
-
Sets field for current structure
-
-
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructure
-
-
Sets field for (m,n)'th structure in struct array
-
-
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructure
-
-
Sets filed for structure described by index in struct array
-
-
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single imaginary array element.
-
-
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single real array element.
-
-
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
-
 
-
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single real array element.
-
-
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets single real array element.
-
-
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
-
-
Sets real part of matrix
-
-
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
-
 
-
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
-
 
-
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
-
 
-
size() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
size() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
-
-
Return number of bytes for given type.
-
-
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
-
 
-
- - - -

T

-
-
toString() - Method in class com.jmatio.io.MatFileHeader
-
 
-
toString() - Method in class com.jmatio.types.MLArray
-
 
-
type - Variable in class com.jmatio.types.MLArray
-
 
-
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
-
-
Get String representation of a data type
-
-
typeToString(int) - Static method in class com.jmatio.types.MLArray
-
 
-
- - - -

W

-
-
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
-
 
-
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
-
-
Writes MLArrays into WritableByteChannel.
-
-
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into file created from - filepath.
-
-
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
-
-
Writes MLArrays into File
-
-
write(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
write(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
-
 
-
write(int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
write(byte[]) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
write(byte[], int, int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
write(ByteBuffer) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
-
 
-
-A B C D E F G H I M N P Q R S T W 
- - - - - - diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html deleted file mode 100644 index 81564e1..0000000 --- a/javadoc/snapshot/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - -jmatio 1.2.0-SNAPSHOT API - - - - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - - diff --git a/javadoc/snapshot/overview-frame.html b/javadoc/snapshot/overview-frame.html deleted file mode 100644 index 7623b5e..0000000 --- a/javadoc/snapshot/overview-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -Overview List (jmatio 1.2.0-SNAPSHOT API) - - - - - -

com.diffplug.matsim:jmatio:1.2.0-SNAPSHOT by DiffPlug

- - -

 

- - diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html deleted file mode 100644 index 6221853..0000000 --- a/javadoc/snapshot/overview-summary.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - -Overview (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

jmatio 1.2.0-SNAPSHOT API

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Packages 
PackageDescription
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
-
- - - - - - diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html deleted file mode 100644 index 5b71ca5..0000000 --- a/javadoc/snapshot/overview-tree.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - -Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For All Packages

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- - - - - - diff --git a/javadoc/snapshot/package-list b/javadoc/snapshot/package-list deleted file mode 100644 index a820ba0..0000000 --- a/javadoc/snapshot/package-list +++ /dev/null @@ -1,5 +0,0 @@ -com.jmatio.common -com.jmatio.common.util -com.jmatio.io -com.jmatio.io.stream -com.jmatio.types diff --git a/javadoc/snapshot/script.js b/javadoc/snapshot/script.js deleted file mode 100644 index b346356..0000000 --- a/javadoc/snapshot/script.js +++ /dev/null @@ -1,30 +0,0 @@ -function show(type) -{ - count = 0; - for (var key in methods) { - var row = document.getElementById(key); - if ((methods[key] & type) != 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; - } - else - row.style.display = 'none'; - } - updateTabs(type); -} - -function updateTabs(type) -{ - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; - } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; - } - } -} diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html deleted file mode 100644 index 3faec49..0000000 --- a/javadoc/snapshot/serialized-form.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -Serialized Form (jmatio 1.2.0-SNAPSHOT API) - - - - - - - - - - - -
-

Serialized Form

-
-
- -
- - - - - - diff --git a/javadoc/snapshot/stylesheet.css b/javadoc/snapshot/stylesheet.css deleted file mode 100644 index cebb4fd..0000000 --- a/javadoc/snapshot/stylesheet.css +++ /dev/null @@ -1,574 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ - -@import url('resources/fonts/dejavu.css'); - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4A6782; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; - font-style:italic; -} -h4 { - font-size:13px; -} -h5 { - font-size:12px; -} -h6 { - font-size:11px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -table tr td dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:11px; - z-index:200; - margin-top:-9px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.bottomNav { - margin-top:10px; - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.subNav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -ul.subNavList li{ - list-style:none; - float:left; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.navBarCell1Rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skipNav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader span{ - margin-right:15px; -} -.indexHeader h1 { - font-size:13px; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Sans Mono',monospace; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { - width:100%; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary { - padding:0px; -} -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - padding-top:10px; - padding-left:1px; - margin:0px; - white-space:pre; -} -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -.memberSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; -} -.memberSummary caption span.tableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#4D7A97; - height:16px; -} -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; - -} -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td { - text-align:left; - padding:0px 0px 12px 10px; - width:100%; -} -th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, -td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ - vertical-align:top; - padding-right:0px; - padding-top:8px; - padding-bottom:3px; -} -th.colFirst, th.colLast, th.colOne, .constantsSummary th { - background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; -} -td.colFirst, th.colFirst { - white-space:nowrap; - font-size:13px; -} -td.colLast, th.colLast { - font-size:13px; -} -td.colOne, th.colOne { - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.overviewSummary td.colOne, .overviewSummary th.colOne, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colOne, .memberSummary th.colOne, -.typeSummary td.colFirst{ - width:25%; - vertical-align:top; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -.tableSubHeadingColor { - background-color:#EEEEFF; -} -.altColor { - background-color:#FFFFFF; -} -.rowColor { - background-color:#EEEEEF; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} - -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} - -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} - -td.colLast div { - padding-top:0px; -} - - -td.colLast a { - padding-bottom:3px; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:3px 10px 2px 0px; - color:#474747; -} -.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, -.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, -.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { - font-weight:bold; -} -.deprecationComment, .emphasizedPhrase, .interfaceName { - font-style:italic; -} - -div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { - font-style:normal; -} - -div.contentContainer ul.blockList li.blockList h2{ - padding-bottom:0px; -} From 9ae2016321e3ca7839a10d60878ef98cb68d8047 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Mon, 12 Oct 2015 13:44:46 +0000 Subject: [PATCH 08/56] Lastest javadoc on successful travis build 13 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 52 + javadoc/snapshot/allclasses-noframe.html | 52 + .../com/jmatio/common/MatDataTypes.html | 784 ++++++++++ .../com/jmatio/common/package-frame.html | 20 + .../com/jmatio/common/package-summary.html | 144 ++ .../com/jmatio/common/package-tree.html | 137 ++ .../com/jmatio/common/util/MLArrayQuery.html | 333 ++++ .../com/jmatio/common/util/package-frame.html | 20 + .../jmatio/common/util/package-summary.html | 144 ++ .../com/jmatio/common/util/package-tree.html | 137 ++ javadoc/snapshot/com/jmatio/io/MatFile.html | 358 +++++ .../snapshot/com/jmatio/io/MatFileFilter.html | 345 +++++ .../snapshot/com/jmatio/io/MatFileHeader.html | 395 +++++ .../jmatio/io/MatFileIncrementalWriter.html | 412 +++++ .../snapshot/com/jmatio/io/MatFileReader.html | 688 +++++++++ .../snapshot/com/jmatio/io/MatFileWriter.html | 418 +++++ .../com/jmatio/io/MatlabIOException.html | 268 ++++ .../snapshot/com/jmatio/io/package-frame.html | 29 + .../com/jmatio/io/package-summary.html | 194 +++ .../snapshot/com/jmatio/io/package-tree.html | 155 ++ .../io/stream/BufferedOutputStream.html | 318 ++++ .../io/stream/ByteBufferInputStream.html | 320 ++++ .../io/stream/ByteBufferedOutputStream.html | 473 ++++++ .../io/stream/FileBufferedOutputStream.html | 469 ++++++ .../jmatio/io/stream/MatFileInputStream.html | 404 +++++ .../com/jmatio/io/stream/package-frame.html | 24 + .../com/jmatio/io/stream/package-summary.html | 165 ++ .../com/jmatio/io/stream/package-tree.html | 152 ++ .../com/jmatio/types/ByteStorageSupport.html | 266 ++++ .../snapshot/com/jmatio/types/MLArray.html | 1185 ++++++++++++++ javadoc/snapshot/com/jmatio/types/MLCell.html | 414 +++++ javadoc/snapshot/com/jmatio/types/MLChar.html | 538 +++++++ .../snapshot/com/jmatio/types/MLDouble.html | 496 ++++++ .../com/jmatio/types/MLEmptyArray.html | 294 ++++ .../snapshot/com/jmatio/types/MLInt16.html | 500 ++++++ .../snapshot/com/jmatio/types/MLInt32.html | 499 ++++++ .../snapshot/com/jmatio/types/MLInt64.html | 496 ++++++ javadoc/snapshot/com/jmatio/types/MLInt8.html | 519 +++++++ .../com/jmatio/types/MLJavaObject.html | 336 ++++ .../com/jmatio/types/MLNumericArray.html | 849 ++++++++++ .../snapshot/com/jmatio/types/MLObject.html | 315 ++++ .../snapshot/com/jmatio/types/MLSingle.html | 375 +++++ .../snapshot/com/jmatio/types/MLSparse.html | 708 +++++++++ .../com/jmatio/types/MLStructure.html | 560 +++++++ .../snapshot/com/jmatio/types/MLUInt16.html | 358 +++++ .../snapshot/com/jmatio/types/MLUInt32.html | 358 +++++ .../snapshot/com/jmatio/types/MLUInt64.html | 496 ++++++ .../snapshot/com/jmatio/types/MLUInt8.html | 535 +++++++ .../com/jmatio/types/package-frame.html | 42 + .../com/jmatio/types/package-summary.html | 241 +++ .../com/jmatio/types/package-tree.html | 171 +++ javadoc/snapshot/constant-values.html | 578 +++++++ javadoc/snapshot/deprecated-list.html | 149 ++ javadoc/snapshot/help-doc.html | 225 +++ javadoc/snapshot/index-all.html | 1367 +++++++++++++++++ javadoc/snapshot/index.html | 74 + javadoc/snapshot/overview-frame.html | 26 + javadoc/snapshot/overview-summary.html | 154 ++ javadoc/snapshot/overview-tree.html | 212 +++ javadoc/snapshot/package-list | 5 + javadoc/snapshot/script.js | 30 + javadoc/snapshot/serialized-form.html | 137 ++ javadoc/snapshot/stylesheet.css | 574 +++++++ 63 files changed, 21492 insertions(+) create mode 100644 javadoc/snapshot/allclasses-frame.html create mode 100644 javadoc/snapshot/allclasses-noframe.html create mode 100644 javadoc/snapshot/com/jmatio/common/MatDataTypes.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/common/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/common/util/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFile.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileFilter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileHeader.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileReader.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileWriter.html create mode 100644 javadoc/snapshot/com/jmatio/io/MatlabIOException.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/io/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/io/stream/package-tree.html create mode 100644 javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLCell.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLChar.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLDouble.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLEmptyArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt16.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt32.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt64.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLInt8.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLJavaObject.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLNumericArray.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLObject.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLSingle.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLSparse.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLStructure.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt16.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt32.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt64.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLUInt8.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-frame.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-summary.html create mode 100644 javadoc/snapshot/com/jmatio/types/package-tree.html create mode 100644 javadoc/snapshot/constant-values.html create mode 100644 javadoc/snapshot/deprecated-list.html create mode 100644 javadoc/snapshot/help-doc.html create mode 100644 javadoc/snapshot/index-all.html create mode 100644 javadoc/snapshot/index.html create mode 100644 javadoc/snapshot/overview-frame.html create mode 100644 javadoc/snapshot/overview-summary.html create mode 100644 javadoc/snapshot/overview-tree.html create mode 100644 javadoc/snapshot/package-list create mode 100644 javadoc/snapshot/script.js create mode 100644 javadoc/snapshot/serialized-form.html create mode 100644 javadoc/snapshot/stylesheet.css diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html new file mode 100644 index 0000000..334d36c --- /dev/null +++ b/javadoc/snapshot/allclasses-frame.html @@ -0,0 +1,52 @@ + + + + + +All Classes (jmatio 1.2.0-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html new file mode 100644 index 0000000..61ee16d --- /dev/null +++ b/javadoc/snapshot/allclasses-noframe.html @@ -0,0 +1,52 @@ + + + + + +All Classes (jmatio 1.2.0-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..f5223aa --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.common
+

Class MatDataTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class MatDataTypes
    +extends Object
    +
    MAT-file data types
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..fd860e4 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.jmatio.common

+
+

Classes

+ +
+ + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..fadd51a --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.common

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatDataTypes +
    MAT-file data types
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..a9dfc07 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..3547864 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.common.util
+

Class MLArrayQuery

+
+
+ +
+
    +
  • +
    +
    +
    public class MLArrayQuery
    +extends Object
    +
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArrayQuery

        +
        public MLArrayQuery(String queryString)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        q

        +
        public static Object q(MLArray array,
        +                       String query)
        +
        +
        Parameters:
        +
        array -
        +
        query -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        query

        +
        public Object query(MLArray array)
        +
        Parses the query string and returns the object it refers to.
        +
        +
        Parameters:
        +
        array - source MLArray
        +
        Returns:
        +
        query result
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Object getContent(MLArray array,
        +                         int m,
        +                         int n)
        +
        Returns the content of the field/cell/object.
        +
        +
        Parameters:
        +
        array - the parent structure/cell
        +
        m - column or -1
        +
        n - row or -1
        +
        Returns:
        +
        if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..2715ff6 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.jmatio.common.util

+
+

Classes

+ +
+ + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..9152711 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.common.util

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MLArrayQuery +
    The JMatIO query parser.
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..1377207 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..42139fa --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -0,0 +1,358 @@ + + + + + +MatFile (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFile

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFile
    +extends Object
    +
    MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

    + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..3684ccd --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileFilter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileFilter
    +extends Object
    +
    File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
    
    + //create new filter instance
    + MatFileFilter filter = new MatFileFilter();
    + //add a needle
    + filter.addArrayName( "your_array_name" );
    + 
    + //read array form file (haystack) looking _only_ for pecified array (needle)
    + MatFileReader mfr = new MatFileReader( fileName, filter );
    + 
    +
    +
    See Also:
    +
    MatFileReader
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter()
        +
        Creates empty filter intance. + + Note: empty filter acceps all results.
        +
      • +
      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter(String[] names)
        +
        Create filter intance and add array names.
        +
        +
        Parameters:
        +
        names - - array of names (needles)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addArrayName

        +
        public void addArrayName(String name)
        +
        Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
        +
        +
        Parameters:
        +
        name - - array name (needle)
        +
        +
      • +
      + + + +
        +
      • +

        matches

        +
        public boolean matches(String name)
        +
        Test if given name matches the filter.
        +
        +
        Parameters:
        +
        name - - array name to be tested
        +
        Returns:
        +
        - true if array (matrix) of this name should be processed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..9d88881 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,395 @@ + + + + + +MatFileHeader (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileHeader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileHeader
    +extends Object
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileHeader

        +
        public MatFileHeader(String description,
        +                     int version,
        +                     byte[] endianIndicator)
        +
        New MAT-file header
        +
        +
        Parameters:
        +
        description - - descriptive text (no longer than 116 characters)
        +
        version - - by default is set to 0x0100
        +
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescription

        +
        public String getDescription()
        +
        Gets descriptive text
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        When creating a MAT-file, set version to 0x0100
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createHeader

        +
        public static MatFileHeader createHeader()
        +
        A factory. Creates new MatFileHeader instance with default header values: +
          +
        • MAT-file is 5.0 version
        • +
        • version is set to 0x0100
        • +
        • no byte-swapping ("IM")
        • +
        +
        +
        Returns:
        +
        - new MatFileHeader instance
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..3276546 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileIncrementalWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileIncrementalWriter
    +extends Object
    +
    MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    + writer.write(mlDouble);
    + writer.write(mlChar);
    + 
    + writer.close();
    + 
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr');
    + >> save('mat_file.mat', 'char_arr', '-append');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(String fileName)
        +                         throws IOException
        +
        Creates a writer to a file given the filename.
        +
        +
        Parameters:
        +
        fileName - - name of ouput file
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(File file)
        +                         throws IOException
        +
        Creats a writer to a file given the File object.
        +
        +
        Parameters:
        +
        file - - an output File
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(WritableByteChannel chan)
        +                         throws IOException
        +
        Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
        +
        +
        Parameters:
        +
        chan - - WritableByteChannel
        +
        data - - Collection of MLArray elements
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..f4be7b3 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -0,0 +1,688 @@ + + + + + +MatFileReader (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileReader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileReader
    +extends Object
    +
    MAT-file reader. Reads MAT-file into MLArray objects. + + Usage: +
    
    + //read in the file
    + MatFileReader mfr = new MatFileReader( "mat_file.mat" );
    + 
    + //get array of a name "my_array" from file
    + MLArray mlArrayRetrived = mfr.getMLArray( "my_array" );
    + 
    + //or get the collection of all arrays that were stored in the file
    + Map content = mfr.getContent();
    + 
    +
    +
    See Also:
    +
    MatFileFilter
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName)
        +              throws FileNotFoundException,
        +                     IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        FileNotFoundException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file,
        +                                int policy)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), policy).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        policy - the file memory allocation policy
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getMatFileHeader

        +
        public MatFileHeader getMatFileHeader()
        +
        Gets MAT-file header
        +
        +
        Returns:
        +
        - a MatFileHeader object
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public ArrayList<MLArray> getData()
        +
        Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
        +
        Returns list of MLArray objects that were inside MAT-file
        +
        +
        Returns:
        +
        - a ArrayList
        +
        +
      • +
      + + + +
        +
      • +

        getMLArray

        +
        public MLArray getMLArray(String name)
        +
        Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
        +
        +
        Parameters:
        +
        - - array name
        +
        Returns:
        +
        - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Map<String,MLArray> getContent()
        +
        Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
        +
        +
        Returns:
        +
        - a Map of MLArrays mapped with their names.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..ee9d7ef --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,418 @@ + + + + + +MatFileWriter (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileWriter
    +extends Object
    +
    MAT-file writer. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + ArrayList list = new ArrayList();
    + list.add( mlDouble );
    + list.add( mlChar );
    + 
    + new MatFileWriter( "mat_file.mat", list );
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr', 'char_arr');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        write

        +
        public void write(String filepath,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into file created from + filepath.
        +
        +
        Parameters:
        +
        filepath - the absolute file path of a MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(File file,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into File
        +
        +
        Parameters:
        +
        file - the MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..d662e98 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatlabIOException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatlabIOException

        +
        public MatlabIOException(String s)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..b050dba --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -0,0 +1,29 @@ + + + + + +com.jmatio.io (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.jmatio.io

+ + + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..18766d6 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -0,0 +1,194 @@ + + + + + +com.jmatio.io (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.io

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatFile +
    MatFileReader's API is vague.
    +
    MatFileFilter +
    File filter.
    +
    MatFileHeader +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    MatFileIncrementalWriter +
    MAT-file Incremental writer.
    +
    MatFileReader +
    MAT-file reader.
    +
    MatFileWriter +
    MAT-file writer.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    MatlabIOException +
    MAT-file reader/writer exception
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..7fada06 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -0,0 +1,155 @@ + + + + + +com.jmatio.io Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..3f82fe5 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,318 @@ + + + + + +BufferedOutputStream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class BufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..381dc21 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferInputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html new file mode 100644 index 0000000..5e09d5b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html @@ -0,0 +1,473 @@ + + + + + +ByteBufferedOutputStream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT_INCREASING_FACTOR

        +
        public static final float DEFAULT_INCREASING_FACTOR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                boolean onHeap)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy,
        +                                boolean onHeap)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html new file mode 100644 index 0000000..e841834 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html @@ -0,0 +1,469 @@ + + + + + +FileBufferedOutputStream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class FileBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..522aee6 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class MatFileInputStream

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileInputStream
    +extends Object
    +
    MAT-file input stream class.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileInputStream

        +
        public MatFileInputStream(ByteBuffer buf,
        +                          int type)
        +
        Attach MAT-file input stream to InputStream
        +
        +
        Parameters:
        +
        is - - input stream
        +
        type - - type of data in the stream
        +
        See Also:
        +
        MatDataTypes
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readInt

        +
        public int readInt()
        +            throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to int.
        +
        +
        Returns:
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readChar

        +
        public char readChar()
        +              throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to char.
        +
        +
        Returns:
        +
        - char
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readDouble

        +
        public double readDouble()
        +                  throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to double.
        +
        +
        Returns:
        +
        - double
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readByte

        +
        public byte readByte()
        +
      • +
      + + + + + + + +
        +
      • +

        skip

        +
        public void skip(int padding)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..5f71da2 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,24 @@ + + + + + +com.jmatio.io.stream (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.jmatio.io.stream

+ + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..758dea5 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,165 @@ + + + + + +com.jmatio.io.stream (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.io.stream

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..02106fd --- /dev/null +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io.stream

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..3560920 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Interface ByteStorageSupport<T extends Number>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBytesAllocated

        +
        int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        T buldFromBytes(byte[] bytes)
        +
      • +
      + + + + + +
        +
      • +

        getByteArray

        +
        byte[] getByteArray(T value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..7070fc9 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -0,0 +1,1185 @@ + + + + + +MLArray (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLArray

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArray

        +
        public MLArray(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Gets array name
        +
        +
        Returns:
        +
        - array name
        +
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
      • +
      + + + +
        +
      • +

        getNameToByteArray

        +
        public byte[] getNameToByteArray()
        +
      • +
      + + + +
        +
      • +

        getDimensions

        +
        public int[] getDimensions()
        +
      • +
      + + + +
        +
      • +

        getM

        +
        public int getM()
        +
      • +
      + + + +
        +
      • +

        getN

        +
        public int getN()
        +
      • +
      + + + +
        +
      • +

        getNDimensions

        +
        public int getNDimensions()
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        typeToString

        +
        public static final String typeToString(int type)
        +
      • +
      + + + +
        +
      • +

        isCell

        +
        public boolean isCell()
        +
      • +
      + + + +
        +
      • +

        isChar

        +
        public boolean isChar()
        +
      • +
      + + + +
        +
      • +

        isComplex

        +
        public boolean isComplex()
        +
      • +
      + + + +
        +
      • +

        isSparse

        +
        public boolean isSparse()
        +
      • +
      + + + +
        +
      • +

        isStruct

        +
        public boolean isStruct()
        +
      • +
      + + + +
        +
      • +

        isDouble

        +
        public boolean isDouble()
        +
      • +
      + + + +
        +
      • +

        isSingle

        +
        public boolean isSingle()
        +
      • +
      + + + +
        +
      • +

        isInt8

        +
        public boolean isInt8()
        +
      • +
      + + + +
        +
      • +

        isUint8

        +
        public boolean isUint8()
        +
      • +
      + + + +
        +
      • +

        isInt16

        +
        public boolean isInt16()
        +
      • +
      + + + +
        +
      • +

        isUint16

        +
        public boolean isUint16()
        +
      • +
      + + + +
        +
      • +

        isInt32

        +
        public boolean isInt32()
        +
      • +
      + + + +
        +
      • +

        isUint32

        +
        public boolean isUint32()
        +
      • +
      + + + +
        +
      • +

        isInt64

        +
        public boolean isInt64()
        +
      • +
      + + + +
        +
      • +

        isUint64

        +
        public boolean isUint64()
        +
      • +
      + + + +
        +
      • +

        isObject

        +
        public boolean isObject()
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        public boolean isOpaque()
        +
      • +
      + + + +
        +
      • +

        isLogical

        +
        public boolean isLogical()
        +
      • +
      + + + +
        +
      • +

        isFunctionObject

        +
        public boolean isFunctionObject()
        +
      • +
      + + + +
        +
      • +

        isUnknown

        +
        public boolean isUnknown()
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        protected int getIndex(int m,
        +                       int n)
        +
      • +
      + + + + + + + +
        +
      • +

        contentToString

        +
        public String contentToString()
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..38ba7ed --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLCell

+
+
+ +
+
    +
  • +
    +
    +
    public class MLCell
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..86833fb --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -0,0 +1,538 @@ + + + + + +MLChar (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLChar

+
+
+ +
+
    +
  • +
    +
    +
    public class MLChar
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + + + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String[] values,
        +              int maxlen)
        +
        Added method to allow initialization of a char array representing + an array of strings.
        +
        +
        Parameters:
        +
        name -
        +
        values -
        +
        maxlen -
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        protected Character[] createArray(int m,
        +                                  int n)
        +
      • +
      + + + +
        +
      • +

        setChar

        +
        public void setChar(char ch,
        +                    int index)
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value)
        +
        Populates the MLChar with the String value.
        +
        +
        Parameters:
        +
        value - the String value
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value,
        +                int idx)
        +
        Set one row, specifying the row.
        +
        +
        Parameters:
        +
        value -
        +
        idx -
        +
        +
      • +
      + + + +
        +
      • +

        getChar

        +
        public Character getChar(int m,
        +                         int n)
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getString

        +
        public String getString(int m)
        +
        Gets the m-th character matrix's row as String.
        +
        +
        Parameters:
        +
        m - - row number
        +
        Returns:
        +
        - String
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..d2a2860 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -0,0 +1,496 @@ + + + + + +MLDouble (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLDouble

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims)
        +
        Create a MLDouble array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                Double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public double[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..2ee1dd9 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLEmptyArray

+
+
+ +
+
    +
  • +
    +
    +
    public class MLEmptyArray
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray()
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name)
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name,
        +                    int[] dims,
        +                    int type,
        +                    int attributes)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..ab30e7b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -0,0 +1,500 @@ + + + + + +MLInt16 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxINT16_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims)
        +
        Create a MLSingle array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               Short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public short[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Short buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Short value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Short> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..0d43b6b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -0,0 +1,499 @@ + + + + + +MLInt32 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               Integer[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public int[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Integer buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Integer> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Integer value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..4d78c09 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -0,0 +1,496 @@ + + + + + +MLInt64 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               Long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..5015ab8 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -0,0 +1,519 @@ + + + + + +MLInt8 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              Byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..471fb28 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLJavaObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLJavaObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public ByteBuffer getContent()
        +
      • +
      + + + +
        +
      • +

        instantiateObject

        +
        public Object instantiateObject()
        +                         throws Exception
        +
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..8922679 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,849 @@ + + + + + +MLNumericArray (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLNumericArray<T extends Number>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int[] dims,
        +                      int type,
        +                      int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type
        +
        attributes - - array flags
        +
        +
      • +
      + + + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int type,
        +                      T[] vals,
        +                      int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        type - - array type
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        allocate

        +
        protected void allocate()
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int m,
        +                 int n)
        +
        Gets single real array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int m,
        +                    int n)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T[] vector)
        +
        Sets real part of matrix
        +
        +
        Parameters:
        +
        vector - - column-packed vector of elements
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int m,
        +                         int n)
        +
        Sets single imaginary array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int m,
        +                      int n)
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int m,
        +                int n)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int index)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int m,
        +             int n)
        +
        Does the same as getReal.
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T[] vector)
        +
        +
        Parameters:
        +
        vector -
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        protected T get(ByteBuffer buffer,
        +                int index)
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        protected void set(ByteBuffer buffer,
        +                   T value,
        +                   int index)
        +
      • +
      + + + +
        +
      • +

        putImaginaryByteBuffer

        +
        public void putImaginaryByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getImaginaryByteBuffer

        +
        public ByteBuffer getImaginaryByteBuffer()
        +
      • +
      + + + +
        +
      • +

        putRealByteBuffer

        +
        public void putRealByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getRealByteBuffer

        +
        public ByteBuffer getRealByteBuffer()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
        +
        Overrides:
        +
        dispose in class MLArray
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..ae6b777 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -0,0 +1,315 @@ + + + + + +MLObject (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..856527b --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -0,0 +1,375 @@ + + + + + +MLSingle (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSingle

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                Float[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        buldFromBytes

        +
        public Float buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Float value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..8191d6d --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -0,0 +1,708 @@ + + + + + +MLSparse (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSparse

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSparse

        +
        public MLSparse(String name,
        +                int[] dims,
        +                int attributes,
        +                int nzmax)
        +
        +
        Parameters:
        +
        name -
        +
        dims -
        +
        attributes -
        +
        nzmax -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getMaxNZ

        +
        public int getMaxNZ()
        +
        Gets maximum number of non-zero values
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getIR

        +
        public int[] getIR()
        +
        Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getJC

        +
        public int[] getJC()
        +
        Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N�1, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]�1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public Double getReal(int m,
        +                      int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single real array element of A(m,n).
        +
        +
        Overrides:
        +
        getReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int m,
        +                    int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int index)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(Double value,
        +                         int m,
        +                         int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single imaginary array element.
        +
        +
        Overrides:
        +
        setImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getImaginary

        +
        public Double getImaginary(int m,
        +                           int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Overrides:
        +
        getImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        exportReal

        +
        public Double[] exportReal()
        +
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        real part
        +
        +
      • +
      + + + +
        +
      • +

        exportImaginary

        +
        public Double[] exportImaginary()
        +
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..d7a418c --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -0,0 +1,560 @@ + + + + + +MLStructure (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLStructure

+
+
+ +
+
    +
  • +
    +
    +
    public class MLStructure
    +extends MLArray
    +
    This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims,
        +                   int type,
        +                   int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value)
        +
        Sets field for current structure
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int m,
        +                     int n)
        +
        Sets field for (m,n)'th structure in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int index)
        +
        Sets filed for structure described by index in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        getMaxFieldLenth

        +
        public int getMaxFieldLenth()
        +
        Gets the maximum length of field descriptor
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getKeySetToByteArray

        +
        public byte[] getKeySetToByteArray()
        +
        Dumps field names to byte array. Field names are written as Zero End Strings
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAllFields

        +
        public Collection<MLArray> getAllFields()
        +
        Gets all field from sruct array as flat list of fields.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name)
        +
        Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int m,
        +                        int n)
        +
        Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        m -
        +
        n -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int index)
        +
        Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        index -
        +
        Returns:
        +
        value of the field or null if the field doesn't exist
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..23b1f6d --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                Short[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..48233d7 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                Integer[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..7368744 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -0,0 +1,496 @@ + + + + + +MLUInt64 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims)
        +
        Create a MLUInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                Long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..f6a8564 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -0,0 +1,535 @@ + + + + + +MLUInt8 (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               Byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..0f501b5 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -0,0 +1,42 @@ + + + + + +com.jmatio.types (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.jmatio.types

+ + + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..9f179f8 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -0,0 +1,241 @@ + + + + + +com.jmatio.types (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package com.jmatio.types

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..799d882 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -0,0 +1,171 @@ + + + + + +com.jmatio.types Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.types

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html new file mode 100644 index 0000000..f06922b --- /dev/null +++ b/javadoc/snapshot/constant-values.html @@ -0,0 +1,578 @@ + + + + + +Constant Field Values (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

com.jmatio.*

+ + + + +
+ + + + + + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html new file mode 100644 index 0000000..18c950a --- /dev/null +++ b/javadoc/snapshot/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Deprecated API

+

Contents

+ +
+
+ + +
    +
  • + + + + + + + + + + +
    Deprecated Methods 
    Method and Description
    com.jmatio.io.MatFileReader.getData() +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html new file mode 100644 index 0000000..44dd81b --- /dev/null +++ b/javadoc/snapshot/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + + + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html new file mode 100644 index 0000000..a3fba9c --- /dev/null +++ b/javadoc/snapshot/index-all.html @@ -0,0 +1,1367 @@ + + + + + +Index (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
A B C D E F G H I M N P Q R S T W  + + +

A

+
+
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Add array name to the filter.
+
+
allocate() - Method in class com.jmatio.types.MLNumericArray
+
 
+
allocate() - Method in class com.jmatio.types.MLSparse
+
 
+
attributes - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

B

+
+
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
+
Returns the backing ByteBuffer
+
+
buffer() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
buffer() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
BufferedOutputStream - Class in com.jmatio.io.stream
+
 
+
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
+
 
+
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
+
 
+
ByteBufferedOutputStream - Class in com.jmatio.io.stream
+
+
From https://gist.github.com/manzke/985007
+
+
ByteBufferedOutputStream(int) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferInputStream - Class in com.jmatio.io.stream
+
 
+
ByteBufferInputStream(ByteBuffer, long) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
+
 
+
+ + + +

C

+
+
capacity() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
cells() - Method in class com.jmatio.types.MLCell
+
 
+
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
close() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
com.jmatio.common - package com.jmatio.common
+
 
+
com.jmatio.common.util - package com.jmatio.common.util
+
 
+
com.jmatio.io - package com.jmatio.io
+
 
+
com.jmatio.io.stream - package com.jmatio.io.stream
+
 
+
com.jmatio.types - package com.jmatio.types
+
 
+
contentToString() - Method in class com.jmatio.types.MLArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLCell
+
 
+
contentToString() - Method in class com.jmatio.types.MLChar
+
 
+
contentToString() - Method in class com.jmatio.types.MLNumericArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLSparse
+
 
+
contentToString() - Method in class com.jmatio.types.MLStructure
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
+
 
+
createHeader() - Static method in class com.jmatio.io.MatFileHeader
+
+
A factory.
+
+
+ + + +

D

+
+
DEFAULT_INCREASING_FACTOR - Static variable in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
+
 
+
dims - Variable in class com.jmatio.types.MLArray
+
 
+
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
dispose() - Method in class com.jmatio.types.MLArray
+
 
+
dispose() - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

E

+
+
equals(Object) - Method in class com.jmatio.types.MLChar
+
 
+
equals(Object) - Method in class com.jmatio.types.MLNumericArray
+
 
+
exportChar() - Method in class com.jmatio.types.MLChar
+
 
+
exportImaginary() - Method in class com.jmatio.types.MLSparse
+
+
Returns the imaginary part (PI) array.
+
+
exportReal() - Method in class com.jmatio.types.MLSparse
+
+
Returns the real part (PR) array.
+
+
+ + + +

F

+
+
FileBufferedOutputStream - Class in com.jmatio.io.stream
+
+
This is an OutputStream that is backed by a RandomAccessFile + and accessed with buffered access.
+
+
FileBufferedOutputStream() - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
FileBufferedOutputStream(MLArray) - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
flush() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+ + + +

G

+
+
get(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
get(int) - Method in class com.jmatio.types.MLCell
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
+
+
Override to accelerate the performance
+
+
get(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as getReal.
+
+
get(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
+
+
Override to accelerate the performance
+
+
getAllFields() - Method in class com.jmatio.types.MLStructure
+
+
Gets all field from sruct array as flat list of fields.
+
+
getArray() - Method in class com.jmatio.types.MLDouble
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt16
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt32
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt8
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt8
+
+
Gets two-dimensional real array.
+
+
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
+
 
+
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
+
 
+
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
+
 
+
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
+
 
+
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
+
 
+
getChar(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
getClassName() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getClassName() - Method in class com.jmatio.types.MLObject
+
 
+
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Returns the content of the field/cell/object.
+
+
getContent() - Method in class com.jmatio.io.MatFile
+
 
+
getContent() - Method in class com.jmatio.io.MatFileReader
+
+
Returns a map of MLArray objects that were inside MAT-file.
+
+
getContent() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getData() - Method in class com.jmatio.io.MatFileReader
+
+
Deprecated. +
use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
+
+
+
getDescription() - Method in class com.jmatio.io.MatFileHeader
+
+
Gets descriptive text
+
+
getDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getField(String) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
+
+
getFieldNames() - Method in class com.jmatio.types.MLStructure
+
+
Returns the Collection of keys for this structure.
+
+
getFlags() - Method in class com.jmatio.types.MLArray
+
 
+
getHeader() - Method in class com.jmatio.io.MatFile
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single imaginary array element of A(m,n).
+
+
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginary(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
getIR() - Method in class com.jmatio.types.MLSparse
+
+
Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
+
+
getJC() - Method in class com.jmatio.types.MLSparse
+
+
Gets column indices.
+
+
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructure
+
+
Dumps field names to byte array.
+
+
getM() - Method in class com.jmatio.types.MLArray
+
 
+
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
+
+
Gets MAT-file header
+
+
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructure
+
+
Gets the maximum length of field descriptor
+
+
getMaxNZ() - Method in class com.jmatio.types.MLSparse
+
+
Gets maximum number of non-zero values
+
+
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
+
+
Returns the value to which the red file maps the specified array name.
+
+
getN() - Method in class com.jmatio.types.MLArray
+
 
+
getName() - Method in class com.jmatio.types.MLArray
+
+
Gets array name
+
+
getNameToByteArray() - Method in class com.jmatio.types.MLArray
+
 
+
getNDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getObject() - Method in class com.jmatio.types.MLObject
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single real array element of A(m,n).
+
+
getReal(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getReal(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getSize() - Method in class com.jmatio.types.MLArray
+
 
+
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLDouble
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt16
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt32
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt8
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSingle
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSparse
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
+
 
+
getString(int) - Method in class com.jmatio.types.MLChar
+
+
Gets the m-th character matrix's row as String.
+
+
getType() - Method in class com.jmatio.types.MLArray
+
 
+
getVersion() - Method in class com.jmatio.io.MatFileHeader
+
+
When creating a MAT-file, set version to 0x0100
+
+
+ + + +

H

+
+
hashCode() - Method in class com.jmatio.types.MLChar
+
 
+
hashCode() - Method in class com.jmatio.types.MLNumericArray
+
 
+
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
+ + + +

I

+
+
increase(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
+
+
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
+
+
isCell() - Method in class com.jmatio.types.MLArray
+
 
+
isChar() - Method in class com.jmatio.types.MLArray
+
 
+
isComplex() - Method in class com.jmatio.types.MLArray
+
 
+
isDouble() - Method in class com.jmatio.types.MLArray
+
 
+
isEmpty() - Method in class com.jmatio.types.MLArray
+
 
+
isFunctionObject() - Method in class com.jmatio.types.MLArray
+
 
+
isInt16() - Method in class com.jmatio.types.MLArray
+
 
+
isInt32() - Method in class com.jmatio.types.MLArray
+
 
+
isInt64() - Method in class com.jmatio.types.MLArray
+
 
+
isInt8() - Method in class com.jmatio.types.MLArray
+
 
+
isLogical() - Method in class com.jmatio.types.MLArray
+
 
+
isObject() - Method in class com.jmatio.types.MLArray
+
 
+
isOpaque() - Method in class com.jmatio.types.MLArray
+
 
+
isSingle() - Method in class com.jmatio.types.MLArray
+
 
+
isSparse() - Method in class com.jmatio.types.MLArray
+
 
+
isStruct() - Method in class com.jmatio.types.MLArray
+
 
+
isUint16() - Method in class com.jmatio.types.MLArray
+
 
+
isUint32() - Method in class com.jmatio.types.MLArray
+
 
+
isUint64() - Method in class com.jmatio.types.MLArray
+
 
+
isUint8() - Method in class com.jmatio.types.MLArray
+
 
+
isUnknown() - Method in class com.jmatio.types.MLArray
+
 
+
+ + + +

M

+
+
matches(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Test if given name matches the filter.
+
+
MatDataTypes - Class in com.jmatio.common
+
+
MAT-file data types
+
+
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
+
 
+
MatFile - Class in com.jmatio.io
+
+
MatFileReader's API is vague.
+
+
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
+
 
+
MatFileFilter - Class in com.jmatio.io
+
+
File filter.
+
+
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
+
+
Creates empty filter intance.
+
+
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
+
+
Create filter intance and add array names.
+
+
MatFileHeader - Class in com.jmatio.io
+
+
MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
+
+
MatFileHeader(String, int, byte[]) - Constructor for class com.jmatio.io.MatFileHeader
+
+
New MAT-file header
+
+
MatFileIncrementalWriter - Class in com.jmatio.io
+
+
MAT-file Incremental writer.
+
+
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer to a file given the filename.
+
+
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creats a writer to a file given the File object.
+
+
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer for a file, given an output channel to the file..
+
+
MatFileInputStream - Class in com.jmatio.io.stream
+
+
MAT-file input stream class.
+
+
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
+
+
Attach MAT-file input stream to InputStream
+
+
MatFileReader - Class in com.jmatio.io
+
+
MAT-file reader.
+
+
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from file.
+
+
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileWriter - Class in com.jmatio.io
+
+
MAT-file writer.
+
+
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
+
+
Creates the new MatFileWriter instance
+
+
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file given by fileName.
+
+
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File.
+
+
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into OuputSteram.
+
+
MatlabIOException - Exception in com.jmatio.io
+
+
MAT-file reader/writer exception
+
+
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
+
 
+
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
+
 
+
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
MLArray - Class in com.jmatio.types
+
 
+
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
+
 
+
MLArrayQuery - Class in com.jmatio.common.util
+
+
The JMatIO query parser.
+
+
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
+
 
+
MLCell - Class in com.jmatio.types
+
 
+
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLChar - Class in com.jmatio.types
+
 
+
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
+
+
Creates the 1 x String.length() MLChar from the given + String.
+
+
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
+
+
Create the MLChar from array of Strings.
+
+
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
+
+
Added method to allow initialization of a char array representing + an array of strings.
+
+
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
+
 
+
MLDouble - Class in com.jmatio.types
+
+
Class represents Double array (matrix)
+
+
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
+
+
Create a MLDouble array with given name, + and dimensions.
+
+
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
+
+
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLEmptyArray - Class in com.jmatio.types
+
 
+
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLInt16 - Class in com.jmatio.types
+
+
Class represents Int16 array (matrix)
+
+
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
+
+
Create a MLSingle array with given name, + and dimensions.
+
+
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
+
+
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt32 - Class in com.jmatio.types
+
 
+
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt8 - Class in com.jmatio.types
+
 
+
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLJavaObject - Class in com.jmatio.types
+
 
+
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
+
 
+
MLNumericArray<T extends Number> - Class in com.jmatio.types
+
 
+
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLObject - Class in com.jmatio.types
+
 
+
MLObject(String, String, MLStructure) - Constructor for class com.jmatio.types.MLObject
+
 
+
MLSingle - Class in com.jmatio.types
+
 
+
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSparse - Class in com.jmatio.types
+
 
+
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
+
 
+
MLStructure - Class in com.jmatio.types
+
+
This class represents Matlab's Structure object (structure array).
+
+
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLStructure(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLUInt16 - Class in com.jmatio.types
+
 
+
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt32 - Class in com.jmatio.types
+
 
+
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Create a MLUInt64 array with given name, + and dimensions.
+
+
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLUInt8 - Class in com.jmatio.types
+
+
Class represents UInt8 (byte) array (matrix)
+
+
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

N

+
+
name - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

P

+
+
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

Q

+
+
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
+
 
+
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Parses the query string and returns the object it refers to.
+
+
+ + + +

R

+
+
read(File) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
 
+
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a bare set of bytes.
+
+
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to char.
+
+
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to double.
+
+
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to int.
+
+
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads the data into a ByteBuffer.
+
+
+ + + +

S

+
+
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(MLArray, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(String) - Method in class com.jmatio.types.MLChar
+
+
Populates the MLChar with the String value.
+
+
set(String, int) - Method in class com.jmatio.types.MLChar
+
+
Set one row, specifying the row.
+
+
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T[]) - Method in class com.jmatio.types.MLNumericArray
+
 
+
set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
setChar(char, int) - Method in class com.jmatio.types.MLChar
+
 
+
setField(String, MLArray) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for current structure
+
+
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for (m,n)'th structure in struct array
+
+
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets filed for structure described by index in struct array
+
+
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single imaginary array element.
+
+
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets real part of matrix
+
+
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Return number of bytes for given type.
+
+
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
+ + + +

T

+
+
toString() - Method in class com.jmatio.io.MatFileHeader
+
 
+
toString() - Method in class com.jmatio.types.MLArray
+
 
+
type - Variable in class com.jmatio.types.MLArray
+
 
+
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Get String representation of a data type
+
+
typeToString(int) - Static method in class com.jmatio.types.MLArray
+
 
+
+ + + +

W

+
+
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
+
Writes MLArrays into WritableByteChannel.
+
+
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file created from + filepath.
+
+
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File
+
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[]) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(ByteBuffer) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+A B C D E F G H I M N P Q R S T W 
+ + + + + + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html new file mode 100644 index 0000000..03deb13 --- /dev/null +++ b/javadoc/snapshot/index.html @@ -0,0 +1,74 @@ + + + + + +jmatio 1.2.0-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/snapshot/overview-frame.html b/javadoc/snapshot/overview-frame.html new file mode 100644 index 0000000..160f17a --- /dev/null +++ b/javadoc/snapshot/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (jmatio 1.2.0-SNAPSHOT API) + + + + + +

com.diffplug.matsim:jmatio:1.2.0-SNAPSHOT by DiffPlug

+ + +

 

+ + diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html new file mode 100644 index 0000000..7086b6e --- /dev/null +++ b/javadoc/snapshot/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

jmatio 1.2.0-SNAPSHOT API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
+
+ + + + + + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html new file mode 100644 index 0000000..e6ebe10 --- /dev/null +++ b/javadoc/snapshot/overview-tree.html @@ -0,0 +1,212 @@ + + + + + +Class Hierarchy (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/snapshot/package-list b/javadoc/snapshot/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/snapshot/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/snapshot/script.js b/javadoc/snapshot/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/snapshot/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html new file mode 100644 index 0000000..312dbb2 --- /dev/null +++ b/javadoc/snapshot/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (jmatio 1.2.0-SNAPSHOT API) + + + + + + + + + + + +
+

Serialized Form

+
+
+ +
+ + + + + + diff --git a/javadoc/snapshot/stylesheet.css b/javadoc/snapshot/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/snapshot/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From f4344398e310b4a65349433c147b84db46655c7b Mon Sep 17 00:00:00 2001 From: travis-ci Date: Mon, 12 Oct 2015 13:58:06 +0000 Subject: [PATCH 09/56] Lastest javadoc on successful travis build 15 auto-pushed to gh-pages --- javadoc/1.2.0/allclasses-frame.html | 52 + javadoc/1.2.0/allclasses-noframe.html | 52 + .../1.2.0/com/jmatio/common/MatDataTypes.html | 784 ++++++++++ .../com/jmatio/common/package-frame.html | 20 + .../com/jmatio/common/package-summary.html | 144 ++ .../1.2.0/com/jmatio/common/package-tree.html | 137 ++ .../com/jmatio/common/util/MLArrayQuery.html | 333 ++++ .../com/jmatio/common/util/package-frame.html | 20 + .../jmatio/common/util/package-summary.html | 144 ++ .../com/jmatio/common/util/package-tree.html | 137 ++ javadoc/1.2.0/com/jmatio/io/MatFile.html | 358 +++++ .../1.2.0/com/jmatio/io/MatFileFilter.html | 345 +++++ .../1.2.0/com/jmatio/io/MatFileHeader.html | 395 +++++ .../jmatio/io/MatFileIncrementalWriter.html | 412 +++++ .../1.2.0/com/jmatio/io/MatFileReader.html | 688 +++++++++ .../1.2.0/com/jmatio/io/MatFileWriter.html | 418 +++++ .../com/jmatio/io/MatlabIOException.html | 268 ++++ .../1.2.0/com/jmatio/io/package-frame.html | 29 + .../1.2.0/com/jmatio/io/package-summary.html | 194 +++ javadoc/1.2.0/com/jmatio/io/package-tree.html | 155 ++ .../io/stream/BufferedOutputStream.html | 318 ++++ .../io/stream/ByteBufferInputStream.html | 320 ++++ .../io/stream/ByteBufferedOutputStream.html | 473 ++++++ .../io/stream/FileBufferedOutputStream.html | 469 ++++++ .../jmatio/io/stream/MatFileInputStream.html | 404 +++++ .../com/jmatio/io/stream/package-frame.html | 24 + .../com/jmatio/io/stream/package-summary.html | 165 ++ .../com/jmatio/io/stream/package-tree.html | 152 ++ .../com/jmatio/types/ByteStorageSupport.html | 266 ++++ javadoc/1.2.0/com/jmatio/types/MLArray.html | 1185 ++++++++++++++ javadoc/1.2.0/com/jmatio/types/MLCell.html | 414 +++++ javadoc/1.2.0/com/jmatio/types/MLChar.html | 538 +++++++ javadoc/1.2.0/com/jmatio/types/MLDouble.html | 496 ++++++ .../1.2.0/com/jmatio/types/MLEmptyArray.html | 294 ++++ javadoc/1.2.0/com/jmatio/types/MLInt16.html | 500 ++++++ javadoc/1.2.0/com/jmatio/types/MLInt32.html | 499 ++++++ javadoc/1.2.0/com/jmatio/types/MLInt64.html | 496 ++++++ javadoc/1.2.0/com/jmatio/types/MLInt8.html | 519 +++++++ .../1.2.0/com/jmatio/types/MLJavaObject.html | 336 ++++ .../com/jmatio/types/MLNumericArray.html | 849 ++++++++++ javadoc/1.2.0/com/jmatio/types/MLObject.html | 315 ++++ javadoc/1.2.0/com/jmatio/types/MLSingle.html | 375 +++++ javadoc/1.2.0/com/jmatio/types/MLSparse.html | 708 +++++++++ .../1.2.0/com/jmatio/types/MLStructure.html | 560 +++++++ javadoc/1.2.0/com/jmatio/types/MLUInt16.html | 358 +++++ javadoc/1.2.0/com/jmatio/types/MLUInt32.html | 358 +++++ javadoc/1.2.0/com/jmatio/types/MLUInt64.html | 496 ++++++ javadoc/1.2.0/com/jmatio/types/MLUInt8.html | 535 +++++++ .../1.2.0/com/jmatio/types/package-frame.html | 42 + .../com/jmatio/types/package-summary.html | 241 +++ .../1.2.0/com/jmatio/types/package-tree.html | 171 +++ javadoc/1.2.0/constant-values.html | 578 +++++++ javadoc/1.2.0/deprecated-list.html | 149 ++ javadoc/1.2.0/help-doc.html | 225 +++ javadoc/1.2.0/index-all.html | 1367 +++++++++++++++++ javadoc/1.2.0/index.html | 74 + javadoc/1.2.0/overview-frame.html | 26 + javadoc/1.2.0/overview-summary.html | 154 ++ javadoc/1.2.0/overview-tree.html | 212 +++ javadoc/1.2.0/package-list | 5 + javadoc/1.2.0/script.js | 30 + javadoc/1.2.0/serialized-form.html | 137 ++ javadoc/1.2.0/stylesheet.css | 574 +++++++ 63 files changed, 21492 insertions(+) create mode 100644 javadoc/1.2.0/allclasses-frame.html create mode 100644 javadoc/1.2.0/allclasses-noframe.html create mode 100644 javadoc/1.2.0/com/jmatio/common/MatDataTypes.html create mode 100644 javadoc/1.2.0/com/jmatio/common/package-frame.html create mode 100644 javadoc/1.2.0/com/jmatio/common/package-summary.html create mode 100644 javadoc/1.2.0/com/jmatio/common/package-tree.html create mode 100644 javadoc/1.2.0/com/jmatio/common/util/MLArrayQuery.html create mode 100644 javadoc/1.2.0/com/jmatio/common/util/package-frame.html create mode 100644 javadoc/1.2.0/com/jmatio/common/util/package-summary.html create mode 100644 javadoc/1.2.0/com/jmatio/common/util/package-tree.html create mode 100644 javadoc/1.2.0/com/jmatio/io/MatFile.html create mode 100644 javadoc/1.2.0/com/jmatio/io/MatFileFilter.html create mode 100644 javadoc/1.2.0/com/jmatio/io/MatFileHeader.html create mode 100644 javadoc/1.2.0/com/jmatio/io/MatFileIncrementalWriter.html create mode 100644 javadoc/1.2.0/com/jmatio/io/MatFileReader.html create mode 100644 javadoc/1.2.0/com/jmatio/io/MatFileWriter.html create mode 100644 javadoc/1.2.0/com/jmatio/io/MatlabIOException.html create mode 100644 javadoc/1.2.0/com/jmatio/io/package-frame.html create mode 100644 javadoc/1.2.0/com/jmatio/io/package-summary.html create mode 100644 javadoc/1.2.0/com/jmatio/io/package-tree.html create mode 100644 javadoc/1.2.0/com/jmatio/io/stream/BufferedOutputStream.html create mode 100644 javadoc/1.2.0/com/jmatio/io/stream/ByteBufferInputStream.html create mode 100644 javadoc/1.2.0/com/jmatio/io/stream/ByteBufferedOutputStream.html create mode 100644 javadoc/1.2.0/com/jmatio/io/stream/FileBufferedOutputStream.html create mode 100644 javadoc/1.2.0/com/jmatio/io/stream/MatFileInputStream.html create mode 100644 javadoc/1.2.0/com/jmatio/io/stream/package-frame.html create mode 100644 javadoc/1.2.0/com/jmatio/io/stream/package-summary.html create mode 100644 javadoc/1.2.0/com/jmatio/io/stream/package-tree.html create mode 100644 javadoc/1.2.0/com/jmatio/types/ByteStorageSupport.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLArray.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLCell.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLChar.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLDouble.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLEmptyArray.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLInt16.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLInt32.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLInt64.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLInt8.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLJavaObject.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLNumericArray.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLObject.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLSingle.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLSparse.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLStructure.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLUInt16.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLUInt32.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLUInt64.html create mode 100644 javadoc/1.2.0/com/jmatio/types/MLUInt8.html create mode 100644 javadoc/1.2.0/com/jmatio/types/package-frame.html create mode 100644 javadoc/1.2.0/com/jmatio/types/package-summary.html create mode 100644 javadoc/1.2.0/com/jmatio/types/package-tree.html create mode 100644 javadoc/1.2.0/constant-values.html create mode 100644 javadoc/1.2.0/deprecated-list.html create mode 100644 javadoc/1.2.0/help-doc.html create mode 100644 javadoc/1.2.0/index-all.html create mode 100644 javadoc/1.2.0/index.html create mode 100644 javadoc/1.2.0/overview-frame.html create mode 100644 javadoc/1.2.0/overview-summary.html create mode 100644 javadoc/1.2.0/overview-tree.html create mode 100644 javadoc/1.2.0/package-list create mode 100644 javadoc/1.2.0/script.js create mode 100644 javadoc/1.2.0/serialized-form.html create mode 100644 javadoc/1.2.0/stylesheet.css diff --git a/javadoc/1.2.0/allclasses-frame.html b/javadoc/1.2.0/allclasses-frame.html new file mode 100644 index 0000000..405af90 --- /dev/null +++ b/javadoc/1.2.0/allclasses-frame.html @@ -0,0 +1,52 @@ + + + + + +All Classes (jmatio 1.2.0 API) + + + + + +

All Classes

+ + + diff --git a/javadoc/1.2.0/allclasses-noframe.html b/javadoc/1.2.0/allclasses-noframe.html new file mode 100644 index 0000000..c345d54 --- /dev/null +++ b/javadoc/1.2.0/allclasses-noframe.html @@ -0,0 +1,52 @@ + + + + + +All Classes (jmatio 1.2.0 API) + + + + + +

All Classes

+ + + diff --git a/javadoc/1.2.0/com/jmatio/common/MatDataTypes.html b/javadoc/1.2.0/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..58aa19f --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.common
+

Class MatDataTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class MatDataTypes
    +extends Object
    +
    MAT-file data types
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/common/package-frame.html b/javadoc/1.2.0/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..c981505 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common (jmatio 1.2.0 API) + + + + + +

com.jmatio.common

+
+

Classes

+ +
+ + diff --git a/javadoc/1.2.0/com/jmatio/common/package-summary.html b/javadoc/1.2.0/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..d086be7 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/common/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Package com.jmatio.common

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatDataTypes +
    MAT-file data types
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.2.0/com/jmatio/common/package-tree.html b/javadoc/1.2.0/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..ce0719c --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common Class Hierarchy (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.2.0/com/jmatio/common/util/MLArrayQuery.html b/javadoc/1.2.0/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..0b86f56 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.common.util
+

Class MLArrayQuery

+
+
+ +
+
    +
  • +
    +
    +
    public class MLArrayQuery
    +extends Object
    +
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArrayQuery

        +
        public MLArrayQuery(String queryString)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        q

        +
        public static Object q(MLArray array,
        +                       String query)
        +
        +
        Parameters:
        +
        array -
        +
        query -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        query

        +
        public Object query(MLArray array)
        +
        Parses the query string and returns the object it refers to.
        +
        +
        Parameters:
        +
        array - source MLArray
        +
        Returns:
        +
        query result
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Object getContent(MLArray array,
        +                         int m,
        +                         int n)
        +
        Returns the content of the field/cell/object.
        +
        +
        Parameters:
        +
        array - the parent structure/cell
        +
        m - column or -1
        +
        n - row or -1
        +
        Returns:
        +
        if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/common/util/package-frame.html b/javadoc/1.2.0/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..77774df --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (jmatio 1.2.0 API) + + + + + +

com.jmatio.common.util

+
+

Classes

+ +
+ + diff --git a/javadoc/1.2.0/com/jmatio/common/util/package-summary.html b/javadoc/1.2.0/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..c32ccf6 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Package com.jmatio.common.util

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MLArrayQuery +
    The JMatIO query parser.
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.2.0/com/jmatio/common/util/package-tree.html b/javadoc/1.2.0/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..85a94df --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/MatFile.html b/javadoc/1.2.0/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..9f7018e --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/MatFile.html @@ -0,0 +1,358 @@ + + + + + +MatFile (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFile

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFile
    +extends Object
    +
    MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

    + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/MatFileFilter.html b/javadoc/1.2.0/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..29f20fd --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileFilter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileFilter
    +extends Object
    +
    File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
    
    + //create new filter instance
    + MatFileFilter filter = new MatFileFilter();
    + //add a needle
    + filter.addArrayName( "your_array_name" );
    + 
    + //read array form file (haystack) looking _only_ for pecified array (needle)
    + MatFileReader mfr = new MatFileReader( fileName, filter );
    + 
    +
    +
    See Also:
    +
    MatFileReader
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter()
        +
        Creates empty filter intance. + + Note: empty filter acceps all results.
        +
      • +
      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter(String[] names)
        +
        Create filter intance and add array names.
        +
        +
        Parameters:
        +
        names - - array of names (needles)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addArrayName

        +
        public void addArrayName(String name)
        +
        Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
        +
        +
        Parameters:
        +
        name - - array name (needle)
        +
        +
      • +
      + + + +
        +
      • +

        matches

        +
        public boolean matches(String name)
        +
        Test if given name matches the filter.
        +
        +
        Parameters:
        +
        name - - array name to be tested
        +
        Returns:
        +
        - true if array (matrix) of this name should be processed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/MatFileHeader.html b/javadoc/1.2.0/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..c1121a3 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,395 @@ + + + + + +MatFileHeader (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileHeader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileHeader
    +extends Object
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileHeader

        +
        public MatFileHeader(String description,
        +                     int version,
        +                     byte[] endianIndicator)
        +
        New MAT-file header
        +
        +
        Parameters:
        +
        description - - descriptive text (no longer than 116 characters)
        +
        version - - by default is set to 0x0100
        +
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescription

        +
        public String getDescription()
        +
        Gets descriptive text
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        When creating a MAT-file, set version to 0x0100
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createHeader

        +
        public static MatFileHeader createHeader()
        +
        A factory. Creates new MatFileHeader instance with default header values: +
          +
        • MAT-file is 5.0 version
        • +
        • version is set to 0x0100
        • +
        • no byte-swapping ("IM")
        • +
        +
        +
        Returns:
        +
        - new MatFileHeader instance
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/1.2.0/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..73a4246 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileIncrementalWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileIncrementalWriter
    +extends Object
    +
    MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    + writer.write(mlDouble);
    + writer.write(mlChar);
    + 
    + writer.close();
    + 
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr');
    + >> save('mat_file.mat', 'char_arr', '-append');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(String fileName)
        +                         throws IOException
        +
        Creates a writer to a file given the filename.
        +
        +
        Parameters:
        +
        fileName - - name of ouput file
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(File file)
        +                         throws IOException
        +
        Creats a writer to a file given the File object.
        +
        +
        Parameters:
        +
        file - - an output File
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(WritableByteChannel chan)
        +                         throws IOException
        +
        Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
        +
        +
        Parameters:
        +
        chan - - WritableByteChannel
        +
        data - - Collection of MLArray elements
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/MatFileReader.html b/javadoc/1.2.0/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..6677693 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/MatFileReader.html @@ -0,0 +1,688 @@ + + + + + +MatFileReader (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileReader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileReader
    +extends Object
    +
    MAT-file reader. Reads MAT-file into MLArray objects. + + Usage: +
    
    + //read in the file
    + MatFileReader mfr = new MatFileReader( "mat_file.mat" );
    + 
    + //get array of a name "my_array" from file
    + MLArray mlArrayRetrived = mfr.getMLArray( "my_array" );
    + 
    + //or get the collection of all arrays that were stored in the file
    + Map content = mfr.getContent();
    + 
    +
    +
    See Also:
    +
    MatFileFilter
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName)
        +              throws FileNotFoundException,
        +                     IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        FileNotFoundException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file,
        +                                int policy)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), policy).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        policy - the file memory allocation policy
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getMatFileHeader

        +
        public MatFileHeader getMatFileHeader()
        +
        Gets MAT-file header
        +
        +
        Returns:
        +
        - a MatFileHeader object
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public ArrayList<MLArray> getData()
        +
        Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
        +
        Returns list of MLArray objects that were inside MAT-file
        +
        +
        Returns:
        +
        - a ArrayList
        +
        +
      • +
      + + + +
        +
      • +

        getMLArray

        +
        public MLArray getMLArray(String name)
        +
        Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
        +
        +
        Parameters:
        +
        - - array name
        +
        Returns:
        +
        - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Map<String,MLArray> getContent()
        +
        Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
        +
        +
        Returns:
        +
        - a Map of MLArrays mapped with their names.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/MatFileWriter.html b/javadoc/1.2.0/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..03b0513 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,418 @@ + + + + + +MatFileWriter (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileWriter
    +extends Object
    +
    MAT-file writer. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + ArrayList list = new ArrayList();
    + list.add( mlDouble );
    + list.add( mlChar );
    + 
    + new MatFileWriter( "mat_file.mat", list );
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr', 'char_arr');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        write

        +
        public void write(String filepath,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into file created from + filepath.
        +
        +
        Parameters:
        +
        filepath - the absolute file path of a MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(File file,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into File
        +
        +
        Parameters:
        +
        file - the MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/MatlabIOException.html b/javadoc/1.2.0/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..2b91ed2 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatlabIOException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatlabIOException

        +
        public MatlabIOException(String s)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/package-frame.html b/javadoc/1.2.0/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..cbc39fe --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/package-frame.html @@ -0,0 +1,29 @@ + + + + + +com.jmatio.io (jmatio 1.2.0 API) + + + + + +

com.jmatio.io

+ + + diff --git a/javadoc/1.2.0/com/jmatio/io/package-summary.html b/javadoc/1.2.0/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..bf46505 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/package-summary.html @@ -0,0 +1,194 @@ + + + + + +com.jmatio.io (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Package com.jmatio.io

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatFile +
    MatFileReader's API is vague.
    +
    MatFileFilter +
    File filter.
    +
    MatFileHeader +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    MatFileIncrementalWriter +
    MAT-file Incremental writer.
    +
    MatFileReader +
    MAT-file reader.
    +
    MatFileWriter +
    MAT-file writer.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    MatlabIOException +
    MAT-file reader/writer exception
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/package-tree.html b/javadoc/1.2.0/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..2a0f327 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/package-tree.html @@ -0,0 +1,155 @@ + + + + + +com.jmatio.io Class Hierarchy (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/1.2.0/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..13365f1 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,318 @@ + + + + + +BufferedOutputStream (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class BufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/1.2.0/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..3096987 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferInputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/1.2.0/com/jmatio/io/stream/ByteBufferedOutputStream.html new file mode 100644 index 0000000..c710fea --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/stream/ByteBufferedOutputStream.html @@ -0,0 +1,473 @@ + + + + + +ByteBufferedOutputStream (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT_INCREASING_FACTOR

        +
        public static final float DEFAULT_INCREASING_FACTOR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                boolean onHeap)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy,
        +                                boolean onHeap)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/1.2.0/com/jmatio/io/stream/FileBufferedOutputStream.html new file mode 100644 index 0000000..d63de71 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/stream/FileBufferedOutputStream.html @@ -0,0 +1,469 @@ + + + + + +FileBufferedOutputStream (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class FileBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/1.2.0/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..40775b5 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class MatFileInputStream

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileInputStream
    +extends Object
    +
    MAT-file input stream class.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileInputStream

        +
        public MatFileInputStream(ByteBuffer buf,
        +                          int type)
        +
        Attach MAT-file input stream to InputStream
        +
        +
        Parameters:
        +
        is - - input stream
        +
        type - - type of data in the stream
        +
        See Also:
        +
        MatDataTypes
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readInt

        +
        public int readInt()
        +            throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to int.
        +
        +
        Returns:
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readChar

        +
        public char readChar()
        +              throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to char.
        +
        +
        Returns:
        +
        - char
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readDouble

        +
        public double readDouble()
        +                  throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to double.
        +
        +
        Returns:
        +
        - double
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readByte

        +
        public byte readByte()
        +
      • +
      + + + + + + + +
        +
      • +

        skip

        +
        public void skip(int padding)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/stream/package-frame.html b/javadoc/1.2.0/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..5c4fed4 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,24 @@ + + + + + +com.jmatio.io.stream (jmatio 1.2.0 API) + + + + + +

com.jmatio.io.stream

+ + + diff --git a/javadoc/1.2.0/com/jmatio/io/stream/package-summary.html b/javadoc/1.2.0/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..4aff5b0 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,165 @@ + + + + + +com.jmatio.io.stream (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Package com.jmatio.io.stream

+
+
+ +
+ + + + + + diff --git a/javadoc/1.2.0/com/jmatio/io/stream/package-tree.html b/javadoc/1.2.0/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..24db997 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io.stream

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/ByteStorageSupport.html b/javadoc/1.2.0/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..519b51a --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Interface ByteStorageSupport<T extends Number>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBytesAllocated

        +
        int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        T buldFromBytes(byte[] bytes)
        +
      • +
      + + + + + +
        +
      • +

        getByteArray

        +
        byte[] getByteArray(T value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLArray.html b/javadoc/1.2.0/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..5a8edac --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLArray.html @@ -0,0 +1,1185 @@ + + + + + +MLArray (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLArray

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArray

        +
        public MLArray(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Gets array name
        +
        +
        Returns:
        +
        - array name
        +
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
      • +
      + + + +
        +
      • +

        getNameToByteArray

        +
        public byte[] getNameToByteArray()
        +
      • +
      + + + +
        +
      • +

        getDimensions

        +
        public int[] getDimensions()
        +
      • +
      + + + +
        +
      • +

        getM

        +
        public int getM()
        +
      • +
      + + + +
        +
      • +

        getN

        +
        public int getN()
        +
      • +
      + + + +
        +
      • +

        getNDimensions

        +
        public int getNDimensions()
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        typeToString

        +
        public static final String typeToString(int type)
        +
      • +
      + + + +
        +
      • +

        isCell

        +
        public boolean isCell()
        +
      • +
      + + + +
        +
      • +

        isChar

        +
        public boolean isChar()
        +
      • +
      + + + +
        +
      • +

        isComplex

        +
        public boolean isComplex()
        +
      • +
      + + + +
        +
      • +

        isSparse

        +
        public boolean isSparse()
        +
      • +
      + + + +
        +
      • +

        isStruct

        +
        public boolean isStruct()
        +
      • +
      + + + +
        +
      • +

        isDouble

        +
        public boolean isDouble()
        +
      • +
      + + + +
        +
      • +

        isSingle

        +
        public boolean isSingle()
        +
      • +
      + + + +
        +
      • +

        isInt8

        +
        public boolean isInt8()
        +
      • +
      + + + +
        +
      • +

        isUint8

        +
        public boolean isUint8()
        +
      • +
      + + + +
        +
      • +

        isInt16

        +
        public boolean isInt16()
        +
      • +
      + + + +
        +
      • +

        isUint16

        +
        public boolean isUint16()
        +
      • +
      + + + +
        +
      • +

        isInt32

        +
        public boolean isInt32()
        +
      • +
      + + + +
        +
      • +

        isUint32

        +
        public boolean isUint32()
        +
      • +
      + + + +
        +
      • +

        isInt64

        +
        public boolean isInt64()
        +
      • +
      + + + +
        +
      • +

        isUint64

        +
        public boolean isUint64()
        +
      • +
      + + + +
        +
      • +

        isObject

        +
        public boolean isObject()
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        public boolean isOpaque()
        +
      • +
      + + + +
        +
      • +

        isLogical

        +
        public boolean isLogical()
        +
      • +
      + + + +
        +
      • +

        isFunctionObject

        +
        public boolean isFunctionObject()
        +
      • +
      + + + +
        +
      • +

        isUnknown

        +
        public boolean isUnknown()
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        protected int getIndex(int m,
        +                       int n)
        +
      • +
      + + + + + + + +
        +
      • +

        contentToString

        +
        public String contentToString()
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLCell.html b/javadoc/1.2.0/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..f26e2c9 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLCell

+
+
+ +
+
    +
  • +
    +
    +
    public class MLCell
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLChar.html b/javadoc/1.2.0/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..fe73f6e --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLChar.html @@ -0,0 +1,538 @@ + + + + + +MLChar (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLChar

+
+
+ +
+
    +
  • +
    +
    +
    public class MLChar
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + + + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String[] values,
        +              int maxlen)
        +
        Added method to allow initialization of a char array representing + an array of strings.
        +
        +
        Parameters:
        +
        name -
        +
        values -
        +
        maxlen -
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        protected Character[] createArray(int m,
        +                                  int n)
        +
      • +
      + + + +
        +
      • +

        setChar

        +
        public void setChar(char ch,
        +                    int index)
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value)
        +
        Populates the MLChar with the String value.
        +
        +
        Parameters:
        +
        value - the String value
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value,
        +                int idx)
        +
        Set one row, specifying the row.
        +
        +
        Parameters:
        +
        value -
        +
        idx -
        +
        +
      • +
      + + + +
        +
      • +

        getChar

        +
        public Character getChar(int m,
        +                         int n)
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getString

        +
        public String getString(int m)
        +
        Gets the m-th character matrix's row as String.
        +
        +
        Parameters:
        +
        m - - row number
        +
        Returns:
        +
        - String
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLDouble.html b/javadoc/1.2.0/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..f3d6842 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLDouble.html @@ -0,0 +1,496 @@ + + + + + +MLDouble (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLDouble

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims)
        +
        Create a MLDouble array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                Double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public double[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLEmptyArray.html b/javadoc/1.2.0/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..fb7f58f --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLEmptyArray

+
+
+ +
+
    +
  • +
    +
    +
    public class MLEmptyArray
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray()
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name)
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name,
        +                    int[] dims,
        +                    int type,
        +                    int attributes)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLInt16.html b/javadoc/1.2.0/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..a811fec --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLInt16.html @@ -0,0 +1,500 @@ + + + + + +MLInt16 (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxINT16_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims)
        +
        Create a MLSingle array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               Short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public short[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Short buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Short value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Short> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLInt32.html b/javadoc/1.2.0/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..805c252 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLInt32.html @@ -0,0 +1,499 @@ + + + + + +MLInt32 (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               Integer[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public int[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Integer buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Integer> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Integer value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLInt64.html b/javadoc/1.2.0/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..593344e --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLInt64.html @@ -0,0 +1,496 @@ + + + + + +MLInt64 (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               Long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLInt8.html b/javadoc/1.2.0/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..aa50f87 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLInt8.html @@ -0,0 +1,519 @@ + + + + + +MLInt8 (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              Byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLJavaObject.html b/javadoc/1.2.0/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..6369d6d --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLJavaObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLJavaObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public ByteBuffer getContent()
        +
      • +
      + + + +
        +
      • +

        instantiateObject

        +
        public Object instantiateObject()
        +                         throws Exception
        +
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLNumericArray.html b/javadoc/1.2.0/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..c8ced30 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,849 @@ + + + + + +MLNumericArray (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLNumericArray<T extends Number>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int[] dims,
        +                      int type,
        +                      int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type
        +
        attributes - - array flags
        +
        +
      • +
      + + + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int type,
        +                      T[] vals,
        +                      int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        type - - array type
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        allocate

        +
        protected void allocate()
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int m,
        +                 int n)
        +
        Gets single real array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int m,
        +                    int n)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T[] vector)
        +
        Sets real part of matrix
        +
        +
        Parameters:
        +
        vector - - column-packed vector of elements
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int m,
        +                         int n)
        +
        Sets single imaginary array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int m,
        +                      int n)
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int m,
        +                int n)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int index)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int m,
        +             int n)
        +
        Does the same as getReal.
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T[] vector)
        +
        +
        Parameters:
        +
        vector -
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        protected T get(ByteBuffer buffer,
        +                int index)
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        protected void set(ByteBuffer buffer,
        +                   T value,
        +                   int index)
        +
      • +
      + + + +
        +
      • +

        putImaginaryByteBuffer

        +
        public void putImaginaryByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getImaginaryByteBuffer

        +
        public ByteBuffer getImaginaryByteBuffer()
        +
      • +
      + + + +
        +
      • +

        putRealByteBuffer

        +
        public void putRealByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getRealByteBuffer

        +
        public ByteBuffer getRealByteBuffer()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
        +
        Overrides:
        +
        dispose in class MLArray
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLObject.html b/javadoc/1.2.0/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..b7bfd73 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLObject.html @@ -0,0 +1,315 @@ + + + + + +MLObject (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLSingle.html b/javadoc/1.2.0/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..44fbf78 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLSingle.html @@ -0,0 +1,375 @@ + + + + + +MLSingle (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSingle

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                Float[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        buldFromBytes

        +
        public Float buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Float value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLSparse.html b/javadoc/1.2.0/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..6f9174a --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLSparse.html @@ -0,0 +1,708 @@ + + + + + +MLSparse (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSparse

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSparse

        +
        public MLSparse(String name,
        +                int[] dims,
        +                int attributes,
        +                int nzmax)
        +
        +
        Parameters:
        +
        name -
        +
        dims -
        +
        attributes -
        +
        nzmax -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getMaxNZ

        +
        public int getMaxNZ()
        +
        Gets maximum number of non-zero values
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getIR

        +
        public int[] getIR()
        +
        Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getJC

        +
        public int[] getJC()
        +
        Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N�1, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]�1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public Double getReal(int m,
        +                      int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single real array element of A(m,n).
        +
        +
        Overrides:
        +
        getReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int m,
        +                    int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int index)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(Double value,
        +                         int m,
        +                         int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single imaginary array element.
        +
        +
        Overrides:
        +
        setImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getImaginary

        +
        public Double getImaginary(int m,
        +                           int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Overrides:
        +
        getImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        exportReal

        +
        public Double[] exportReal()
        +
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        real part
        +
        +
      • +
      + + + +
        +
      • +

        exportImaginary

        +
        public Double[] exportImaginary()
        +
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLStructure.html b/javadoc/1.2.0/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..9bc4505 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLStructure.html @@ -0,0 +1,560 @@ + + + + + +MLStructure (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLStructure

+
+
+ +
+
    +
  • +
    +
    +
    public class MLStructure
    +extends MLArray
    +
    This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims,
        +                   int type,
        +                   int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value)
        +
        Sets field for current structure
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int m,
        +                     int n)
        +
        Sets field for (m,n)'th structure in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int index)
        +
        Sets filed for structure described by index in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        getMaxFieldLenth

        +
        public int getMaxFieldLenth()
        +
        Gets the maximum length of field descriptor
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getKeySetToByteArray

        +
        public byte[] getKeySetToByteArray()
        +
        Dumps field names to byte array. Field names are written as Zero End Strings
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAllFields

        +
        public Collection<MLArray> getAllFields()
        +
        Gets all field from sruct array as flat list of fields.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name)
        +
        Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int m,
        +                        int n)
        +
        Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        m -
        +
        n -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int index)
        +
        Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        index -
        +
        Returns:
        +
        value of the field or null if the field doesn't exist
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLUInt16.html b/javadoc/1.2.0/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..86512d9 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                Short[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLUInt32.html b/javadoc/1.2.0/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..d26c30c --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                Integer[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLUInt64.html b/javadoc/1.2.0/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..6579f75 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLUInt64.html @@ -0,0 +1,496 @@ + + + + + +MLUInt64 (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims)
        +
        Create a MLUInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                Long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/MLUInt8.html b/javadoc/1.2.0/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..19d95cb --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/MLUInt8.html @@ -0,0 +1,535 @@ + + + + + +MLUInt8 (jmatio 1.2.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               Byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/package-frame.html b/javadoc/1.2.0/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..dde387b --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/package-frame.html @@ -0,0 +1,42 @@ + + + + + +com.jmatio.types (jmatio 1.2.0 API) + + + + + +

com.jmatio.types

+ + + diff --git a/javadoc/1.2.0/com/jmatio/types/package-summary.html b/javadoc/1.2.0/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..de76dbf --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/package-summary.html @@ -0,0 +1,241 @@ + + + + + +com.jmatio.types (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Package com.jmatio.types

+
+
+ +
+ + + + + + diff --git a/javadoc/1.2.0/com/jmatio/types/package-tree.html b/javadoc/1.2.0/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..d67ea64 --- /dev/null +++ b/javadoc/1.2.0/com/jmatio/types/package-tree.html @@ -0,0 +1,171 @@ + + + + + +com.jmatio.types Class Hierarchy (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.types

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.2.0/constant-values.html b/javadoc/1.2.0/constant-values.html new file mode 100644 index 0000000..ad395f9 --- /dev/null +++ b/javadoc/1.2.0/constant-values.html @@ -0,0 +1,578 @@ + + + + + +Constant Field Values (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

com.jmatio.*

+ + + + +
+ + + + + + diff --git a/javadoc/1.2.0/deprecated-list.html b/javadoc/1.2.0/deprecated-list.html new file mode 100644 index 0000000..d29ddd9 --- /dev/null +++ b/javadoc/1.2.0/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Deprecated API

+

Contents

+ +
+
+ + +
    +
  • + + + + + + + + + + +
    Deprecated Methods 
    Method and Description
    com.jmatio.io.MatFileReader.getData() +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.2.0/help-doc.html b/javadoc/1.2.0/help-doc.html new file mode 100644 index 0000000..81cbf9c --- /dev/null +++ b/javadoc/1.2.0/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (jmatio 1.2.0 API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + + + diff --git a/javadoc/1.2.0/index-all.html b/javadoc/1.2.0/index-all.html new file mode 100644 index 0000000..91cfa48 --- /dev/null +++ b/javadoc/1.2.0/index-all.html @@ -0,0 +1,1367 @@ + + + + + +Index (jmatio 1.2.0 API) + + + + + + + + + + + +
A B C D E F G H I M N P Q R S T W  + + +

A

+
+
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Add array name to the filter.
+
+
allocate() - Method in class com.jmatio.types.MLNumericArray
+
 
+
allocate() - Method in class com.jmatio.types.MLSparse
+
 
+
attributes - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

B

+
+
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
+
Returns the backing ByteBuffer
+
+
buffer() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
buffer() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
BufferedOutputStream - Class in com.jmatio.io.stream
+
 
+
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
+
 
+
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
+
 
+
ByteBufferedOutputStream - Class in com.jmatio.io.stream
+
+
From https://gist.github.com/manzke/985007
+
+
ByteBufferedOutputStream(int) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferInputStream - Class in com.jmatio.io.stream
+
 
+
ByteBufferInputStream(ByteBuffer, long) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
+
 
+
+ + + +

C

+
+
capacity() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
cells() - Method in class com.jmatio.types.MLCell
+
 
+
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
close() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
com.jmatio.common - package com.jmatio.common
+
 
+
com.jmatio.common.util - package com.jmatio.common.util
+
 
+
com.jmatio.io - package com.jmatio.io
+
 
+
com.jmatio.io.stream - package com.jmatio.io.stream
+
 
+
com.jmatio.types - package com.jmatio.types
+
 
+
contentToString() - Method in class com.jmatio.types.MLArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLCell
+
 
+
contentToString() - Method in class com.jmatio.types.MLChar
+
 
+
contentToString() - Method in class com.jmatio.types.MLNumericArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLSparse
+
 
+
contentToString() - Method in class com.jmatio.types.MLStructure
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
+
 
+
createHeader() - Static method in class com.jmatio.io.MatFileHeader
+
+
A factory.
+
+
+ + + +

D

+
+
DEFAULT_INCREASING_FACTOR - Static variable in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
+
 
+
dims - Variable in class com.jmatio.types.MLArray
+
 
+
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
dispose() - Method in class com.jmatio.types.MLArray
+
 
+
dispose() - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

E

+
+
equals(Object) - Method in class com.jmatio.types.MLChar
+
 
+
equals(Object) - Method in class com.jmatio.types.MLNumericArray
+
 
+
exportChar() - Method in class com.jmatio.types.MLChar
+
 
+
exportImaginary() - Method in class com.jmatio.types.MLSparse
+
+
Returns the imaginary part (PI) array.
+
+
exportReal() - Method in class com.jmatio.types.MLSparse
+
+
Returns the real part (PR) array.
+
+
+ + + +

F

+
+
FileBufferedOutputStream - Class in com.jmatio.io.stream
+
+
This is an OutputStream that is backed by a RandomAccessFile + and accessed with buffered access.
+
+
FileBufferedOutputStream() - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
FileBufferedOutputStream(MLArray) - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
flush() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+ + + +

G

+
+
get(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
get(int) - Method in class com.jmatio.types.MLCell
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
+
+
Override to accelerate the performance
+
+
get(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as getReal.
+
+
get(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
+
+
Override to accelerate the performance
+
+
getAllFields() - Method in class com.jmatio.types.MLStructure
+
+
Gets all field from sruct array as flat list of fields.
+
+
getArray() - Method in class com.jmatio.types.MLDouble
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt16
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt32
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt8
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt8
+
+
Gets two-dimensional real array.
+
+
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
+
 
+
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
+
 
+
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
+
 
+
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
+
 
+
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
+
 
+
getChar(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
getClassName() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getClassName() - Method in class com.jmatio.types.MLObject
+
 
+
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Returns the content of the field/cell/object.
+
+
getContent() - Method in class com.jmatio.io.MatFile
+
 
+
getContent() - Method in class com.jmatio.io.MatFileReader
+
+
Returns a map of MLArray objects that were inside MAT-file.
+
+
getContent() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getData() - Method in class com.jmatio.io.MatFileReader
+
+
Deprecated. +
use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
+
+
+
getDescription() - Method in class com.jmatio.io.MatFileHeader
+
+
Gets descriptive text
+
+
getDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getField(String) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
+
+
getFieldNames() - Method in class com.jmatio.types.MLStructure
+
+
Returns the Collection of keys for this structure.
+
+
getFlags() - Method in class com.jmatio.types.MLArray
+
 
+
getHeader() - Method in class com.jmatio.io.MatFile
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single imaginary array element of A(m,n).
+
+
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginary(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
getIR() - Method in class com.jmatio.types.MLSparse
+
+
Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
+
+
getJC() - Method in class com.jmatio.types.MLSparse
+
+
Gets column indices.
+
+
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructure
+
+
Dumps field names to byte array.
+
+
getM() - Method in class com.jmatio.types.MLArray
+
 
+
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
+
+
Gets MAT-file header
+
+
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructure
+
+
Gets the maximum length of field descriptor
+
+
getMaxNZ() - Method in class com.jmatio.types.MLSparse
+
+
Gets maximum number of non-zero values
+
+
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
+
+
Returns the value to which the red file maps the specified array name.
+
+
getN() - Method in class com.jmatio.types.MLArray
+
 
+
getName() - Method in class com.jmatio.types.MLArray
+
+
Gets array name
+
+
getNameToByteArray() - Method in class com.jmatio.types.MLArray
+
 
+
getNDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getObject() - Method in class com.jmatio.types.MLObject
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single real array element of A(m,n).
+
+
getReal(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getReal(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getSize() - Method in class com.jmatio.types.MLArray
+
 
+
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLDouble
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt16
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt32
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt8
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSingle
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSparse
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
+
 
+
getString(int) - Method in class com.jmatio.types.MLChar
+
+
Gets the m-th character matrix's row as String.
+
+
getType() - Method in class com.jmatio.types.MLArray
+
 
+
getVersion() - Method in class com.jmatio.io.MatFileHeader
+
+
When creating a MAT-file, set version to 0x0100
+
+
+ + + +

H

+
+
hashCode() - Method in class com.jmatio.types.MLChar
+
 
+
hashCode() - Method in class com.jmatio.types.MLNumericArray
+
 
+
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
+ + + +

I

+
+
increase(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
+
+
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
+
+
isCell() - Method in class com.jmatio.types.MLArray
+
 
+
isChar() - Method in class com.jmatio.types.MLArray
+
 
+
isComplex() - Method in class com.jmatio.types.MLArray
+
 
+
isDouble() - Method in class com.jmatio.types.MLArray
+
 
+
isEmpty() - Method in class com.jmatio.types.MLArray
+
 
+
isFunctionObject() - Method in class com.jmatio.types.MLArray
+
 
+
isInt16() - Method in class com.jmatio.types.MLArray
+
 
+
isInt32() - Method in class com.jmatio.types.MLArray
+
 
+
isInt64() - Method in class com.jmatio.types.MLArray
+
 
+
isInt8() - Method in class com.jmatio.types.MLArray
+
 
+
isLogical() - Method in class com.jmatio.types.MLArray
+
 
+
isObject() - Method in class com.jmatio.types.MLArray
+
 
+
isOpaque() - Method in class com.jmatio.types.MLArray
+
 
+
isSingle() - Method in class com.jmatio.types.MLArray
+
 
+
isSparse() - Method in class com.jmatio.types.MLArray
+
 
+
isStruct() - Method in class com.jmatio.types.MLArray
+
 
+
isUint16() - Method in class com.jmatio.types.MLArray
+
 
+
isUint32() - Method in class com.jmatio.types.MLArray
+
 
+
isUint64() - Method in class com.jmatio.types.MLArray
+
 
+
isUint8() - Method in class com.jmatio.types.MLArray
+
 
+
isUnknown() - Method in class com.jmatio.types.MLArray
+
 
+
+ + + +

M

+
+
matches(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Test if given name matches the filter.
+
+
MatDataTypes - Class in com.jmatio.common
+
+
MAT-file data types
+
+
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
+
 
+
MatFile - Class in com.jmatio.io
+
+
MatFileReader's API is vague.
+
+
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
+
 
+
MatFileFilter - Class in com.jmatio.io
+
+
File filter.
+
+
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
+
+
Creates empty filter intance.
+
+
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
+
+
Create filter intance and add array names.
+
+
MatFileHeader - Class in com.jmatio.io
+
+
MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
+
+
MatFileHeader(String, int, byte[]) - Constructor for class com.jmatio.io.MatFileHeader
+
+
New MAT-file header
+
+
MatFileIncrementalWriter - Class in com.jmatio.io
+
+
MAT-file Incremental writer.
+
+
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer to a file given the filename.
+
+
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creats a writer to a file given the File object.
+
+
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer for a file, given an output channel to the file..
+
+
MatFileInputStream - Class in com.jmatio.io.stream
+
+
MAT-file input stream class.
+
+
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
+
+
Attach MAT-file input stream to InputStream
+
+
MatFileReader - Class in com.jmatio.io
+
+
MAT-file reader.
+
+
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from file.
+
+
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileWriter - Class in com.jmatio.io
+
+
MAT-file writer.
+
+
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
+
+
Creates the new MatFileWriter instance
+
+
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file given by fileName.
+
+
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File.
+
+
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into OuputSteram.
+
+
MatlabIOException - Exception in com.jmatio.io
+
+
MAT-file reader/writer exception
+
+
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
+
 
+
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
+
 
+
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
MLArray - Class in com.jmatio.types
+
 
+
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
+
 
+
MLArrayQuery - Class in com.jmatio.common.util
+
+
The JMatIO query parser.
+
+
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
+
 
+
MLCell - Class in com.jmatio.types
+
 
+
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLChar - Class in com.jmatio.types
+
 
+
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
+
+
Creates the 1 x String.length() MLChar from the given + String.
+
+
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
+
+
Create the MLChar from array of Strings.
+
+
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
+
+
Added method to allow initialization of a char array representing + an array of strings.
+
+
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
+
 
+
MLDouble - Class in com.jmatio.types
+
+
Class represents Double array (matrix)
+
+
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
+
+
Create a MLDouble array with given name, + and dimensions.
+
+
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
+
+
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLEmptyArray - Class in com.jmatio.types
+
 
+
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLInt16 - Class in com.jmatio.types
+
+
Class represents Int16 array (matrix)
+
+
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
+
+
Create a MLSingle array with given name, + and dimensions.
+
+
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
+
+
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt32 - Class in com.jmatio.types
+
 
+
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt8 - Class in com.jmatio.types
+
 
+
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLJavaObject - Class in com.jmatio.types
+
 
+
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
+
 
+
MLNumericArray<T extends Number> - Class in com.jmatio.types
+
 
+
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLObject - Class in com.jmatio.types
+
 
+
MLObject(String, String, MLStructure) - Constructor for class com.jmatio.types.MLObject
+
 
+
MLSingle - Class in com.jmatio.types
+
 
+
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSparse - Class in com.jmatio.types
+
 
+
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
+
 
+
MLStructure - Class in com.jmatio.types
+
+
This class represents Matlab's Structure object (structure array).
+
+
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLStructure(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLUInt16 - Class in com.jmatio.types
+
 
+
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt32 - Class in com.jmatio.types
+
 
+
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Create a MLUInt64 array with given name, + and dimensions.
+
+
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLUInt8 - Class in com.jmatio.types
+
+
Class represents UInt8 (byte) array (matrix)
+
+
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

N

+
+
name - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

P

+
+
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

Q

+
+
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
+
 
+
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Parses the query string and returns the object it refers to.
+
+
+ + + +

R

+
+
read(File) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
 
+
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a bare set of bytes.
+
+
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to char.
+
+
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to double.
+
+
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to int.
+
+
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads the data into a ByteBuffer.
+
+
+ + + +

S

+
+
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(MLArray, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(String) - Method in class com.jmatio.types.MLChar
+
+
Populates the MLChar with the String value.
+
+
set(String, int) - Method in class com.jmatio.types.MLChar
+
+
Set one row, specifying the row.
+
+
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T[]) - Method in class com.jmatio.types.MLNumericArray
+
 
+
set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
setChar(char, int) - Method in class com.jmatio.types.MLChar
+
 
+
setField(String, MLArray) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for current structure
+
+
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for (m,n)'th structure in struct array
+
+
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets filed for structure described by index in struct array
+
+
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single imaginary array element.
+
+
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets real part of matrix
+
+
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Return number of bytes for given type.
+
+
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
+ + + +

T

+
+
toString() - Method in class com.jmatio.io.MatFileHeader
+
 
+
toString() - Method in class com.jmatio.types.MLArray
+
 
+
type - Variable in class com.jmatio.types.MLArray
+
 
+
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Get String representation of a data type
+
+
typeToString(int) - Static method in class com.jmatio.types.MLArray
+
 
+
+ + + +

W

+
+
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
+
Writes MLArrays into WritableByteChannel.
+
+
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file created from + filepath.
+
+
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File
+
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[]) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(ByteBuffer) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+A B C D E F G H I M N P Q R S T W 
+ + + + + + diff --git a/javadoc/1.2.0/index.html b/javadoc/1.2.0/index.html new file mode 100644 index 0000000..abdb41a --- /dev/null +++ b/javadoc/1.2.0/index.html @@ -0,0 +1,74 @@ + + + + + +jmatio 1.2.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/1.2.0/overview-frame.html b/javadoc/1.2.0/overview-frame.html new file mode 100644 index 0000000..1002173 --- /dev/null +++ b/javadoc/1.2.0/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (jmatio 1.2.0 API) + + + + + +

com.diffplug.matsim:jmatio:1.2.0 by DiffPlug

+ + +

 

+ + diff --git a/javadoc/1.2.0/overview-summary.html b/javadoc/1.2.0/overview-summary.html new file mode 100644 index 0000000..d3c480a --- /dev/null +++ b/javadoc/1.2.0/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (jmatio 1.2.0 API) + + + + + + + + + + + +
+

jmatio 1.2.0 API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
+
+ + + + + + diff --git a/javadoc/1.2.0/overview-tree.html b/javadoc/1.2.0/overview-tree.html new file mode 100644 index 0000000..a00346c --- /dev/null +++ b/javadoc/1.2.0/overview-tree.html @@ -0,0 +1,212 @@ + + + + + +Class Hierarchy (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.2.0/package-list b/javadoc/1.2.0/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/1.2.0/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/1.2.0/script.js b/javadoc/1.2.0/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/1.2.0/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/1.2.0/serialized-form.html b/javadoc/1.2.0/serialized-form.html new file mode 100644 index 0000000..b966df2 --- /dev/null +++ b/javadoc/1.2.0/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (jmatio 1.2.0 API) + + + + + + + + + + + +
+

Serialized Form

+
+
+ +
+ + + + + + diff --git a/javadoc/1.2.0/stylesheet.css b/javadoc/1.2.0/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/1.2.0/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From b78f88ab8835e6560d819d273f6b193cac6b2079 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Thu, 15 Oct 2015 23:21:07 +0000 Subject: [PATCH 10/56] Lastest javadoc on successful travis build 22 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 6 +- javadoc/snapshot/allclasses-noframe.html | 6 +- .../com/jmatio/common/MatDataTypes.html | 28 ++--- .../com/jmatio/common/package-frame.html | 6 +- .../com/jmatio/common/package-summary.html | 12 +- .../com/jmatio/common/package-tree.html | 14 +-- .../com/jmatio/common/util/MLArrayQuery.html | 40 +++---- .../com/jmatio/common/util/package-frame.html | 6 +- .../jmatio/common/util/package-summary.html | 12 +- .../com/jmatio/common/util/package-tree.html | 14 +-- javadoc/snapshot/com/jmatio/io/MatFile.html | 56 ++++----- .../snapshot/com/jmatio/io/MatFileFilter.html | 32 ++--- .../snapshot/com/jmatio/io/MatFileHeader.html | 34 +++--- .../jmatio/io/MatFileIncrementalWriter.html | 64 +++++----- .../snapshot/com/jmatio/io/MatFileReader.html | 112 +++++++++--------- .../snapshot/com/jmatio/io/MatFileWriter.html | 84 ++++++------- .../com/jmatio/io/MatlabIOException.html | 36 +++--- .../snapshot/com/jmatio/io/package-frame.html | 6 +- .../com/jmatio/io/package-summary.html | 12 +- .../snapshot/com/jmatio/io/package-tree.html | 20 ++-- .../io/stream/BufferedOutputStream.html | 44 +++---- .../io/stream/ByteBufferInputStream.html | 44 +++---- .../io/stream/ByteBufferedOutputStream.html | 46 +++---- .../io/stream/FileBufferedOutputStream.html | 92 +++++++------- .../jmatio/io/stream/MatFileInputStream.html | 54 ++++----- .../com/jmatio/io/stream/package-frame.html | 6 +- .../com/jmatio/io/stream/package-summary.html | 14 +-- .../com/jmatio/io/stream/package-tree.html | 18 +-- .../com/jmatio/types/ByteStorageSupport.html | 20 ++-- .../snapshot/com/jmatio/types/MLArray.html | 46 +++---- javadoc/snapshot/com/jmatio/types/MLCell.html | 34 +++--- javadoc/snapshot/com/jmatio/types/MLChar.html | 96 +++++++-------- .../snapshot/com/jmatio/types/MLDouble.html | 60 +++++----- .../com/jmatio/types/MLEmptyArray.html | 26 ++-- .../snapshot/com/jmatio/types/MLInt16.html | 60 +++++----- .../snapshot/com/jmatio/types/MLInt32.html | 60 +++++----- .../snapshot/com/jmatio/types/MLInt64.html | 60 +++++----- javadoc/snapshot/com/jmatio/types/MLInt8.html | 68 +++++------ .../com/jmatio/types/MLJavaObject.html | 42 +++---- .../com/jmatio/types/MLNumericArray.html | 66 +++++------ .../snapshot/com/jmatio/types/MLObject.html | 30 ++--- .../snapshot/com/jmatio/types/MLSingle.html | 48 ++++---- .../snapshot/com/jmatio/types/MLSparse.html | 104 ++++++++-------- .../com/jmatio/types/MLStructure.html | 68 +++++------ .../snapshot/com/jmatio/types/MLUInt16.html | 46 +++---- .../snapshot/com/jmatio/types/MLUInt32.html | 46 +++---- .../snapshot/com/jmatio/types/MLUInt64.html | 60 +++++----- .../snapshot/com/jmatio/types/MLUInt8.html | 72 +++++------ .../com/jmatio/types/package-frame.html | 6 +- .../com/jmatio/types/package-summary.html | 16 +-- .../com/jmatio/types/package-tree.html | 14 +-- javadoc/snapshot/constant-values.html | 14 +-- javadoc/snapshot/deprecated-list.html | 12 +- javadoc/snapshot/help-doc.html | 12 +- javadoc/snapshot/index-all.html | 30 ++--- javadoc/snapshot/index.html | 4 +- javadoc/snapshot/overview-frame.html | 8 +- javadoc/snapshot/overview-summary.html | 14 +-- javadoc/snapshot/overview-tree.html | 24 ++-- javadoc/snapshot/serialized-form.html | 14 +-- 60 files changed, 1099 insertions(+), 1099 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index 334d36c..fbbd2fb 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,9 +2,9 @@ - -All Classes (jmatio 1.2.0-SNAPSHOT API) - + +All Classes (matfilerw 1.3.0-SNAPSHOT API) + diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 61ee16d..40c9bbc 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - -All Classes (jmatio 1.2.0-SNAPSHOT API) - + +All Classes (matfilerw 1.3.0-SNAPSHOT API) + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index f5223aa..36ebb3f 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - -MatDataTypes (jmatio 1.2.0-SNAPSHOT API) - + +MatDataTypes (matfilerw 1.3.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index fadd51a..e7a70c8 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.common (jmatio 1.2.0-SNAPSHOT API) - + +com.jmatio.common (matfilerw 1.3.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index 9152711..17f95f4 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.common.util (jmatio 1.2.0-SNAPSHOT API) - + +com.jmatio.common.util (matfilerw 1.3.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 18766d6..8a1046b 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.io (jmatio 1.2.0-SNAPSHOT API) - + +com.jmatio.io (matfilerw 1.3.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 758dea5..b379af7 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.io.stream (jmatio 1.2.0-SNAPSHOT API) - + +com.jmatio.io.stream (matfilerw 1.3.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 9f179f8..1950a18 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.types (jmatio 1.2.0-SNAPSHOT API) - + +com.jmatio.types (matfilerw 1.3.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ -

com.diffplug.matsim:jmatio:1.2.0-SNAPSHOT by DiffPlug

+

com.diffplug.matsim:matfilerw:1.3.0-SNAPSHOT by DiffPlug

Packages

diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 7086b6e..3b5a5c5 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - -Overview (jmatio 1.2.0-SNAPSHOT API) - + +Overview (matfilerw 1.3.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ + + +

All Classes

+ + + diff --git a/javadoc/1.3.0/allclasses-noframe.html b/javadoc/1.3.0/allclasses-noframe.html new file mode 100644 index 0000000..a60b14e --- /dev/null +++ b/javadoc/1.3.0/allclasses-noframe.html @@ -0,0 +1,52 @@ + + + + + +All Classes (matfilerw 1.3.0 API) + + + + + +

All Classes

+ + + diff --git a/javadoc/1.3.0/com/jmatio/common/MatDataTypes.html b/javadoc/1.3.0/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..61d3259 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.common
+

Class MatDataTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class MatDataTypes
    +extends Object
    +
    MAT-file data types
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/common/package-frame.html b/javadoc/1.3.0/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..933f17b --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common (matfilerw 1.3.0 API) + + + + + +

com.jmatio.common

+
+

Classes

+ +
+ + diff --git a/javadoc/1.3.0/com/jmatio/common/package-summary.html b/javadoc/1.3.0/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..bec3925 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/common/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Package com.jmatio.common

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatDataTypes +
    MAT-file data types
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.3.0/com/jmatio/common/package-tree.html b/javadoc/1.3.0/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..b8e3e5b --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common Class Hierarchy (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.0/com/jmatio/common/util/MLArrayQuery.html b/javadoc/1.3.0/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..e5d0948 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.common.util
+

Class MLArrayQuery

+
+
+ +
+
    +
  • +
    +
    +
    public class MLArrayQuery
    +extends Object
    +
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArrayQuery

        +
        public MLArrayQuery(String queryString)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        q

        +
        public static Object q(MLArray array,
        +                       String query)
        +
        +
        Parameters:
        +
        array -
        +
        query -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        query

        +
        public Object query(MLArray array)
        +
        Parses the query string and returns the object it refers to.
        +
        +
        Parameters:
        +
        array - source MLArray
        +
        Returns:
        +
        query result
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Object getContent(MLArray array,
        +                         int m,
        +                         int n)
        +
        Returns the content of the field/cell/object.
        +
        +
        Parameters:
        +
        array - the parent structure/cell
        +
        m - column or -1
        +
        n - row or -1
        +
        Returns:
        +
        if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/common/util/package-frame.html b/javadoc/1.3.0/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..7380080 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (matfilerw 1.3.0 API) + + + + + +

com.jmatio.common.util

+
+

Classes

+ +
+ + diff --git a/javadoc/1.3.0/com/jmatio/common/util/package-summary.html b/javadoc/1.3.0/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..fd1f5f0 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Package com.jmatio.common.util

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MLArrayQuery +
    The JMatIO query parser.
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.3.0/com/jmatio/common/util/package-tree.html b/javadoc/1.3.0/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..389ff8d --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/MatFile.html b/javadoc/1.3.0/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..d2c05d8 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/MatFile.html @@ -0,0 +1,358 @@ + + + + + +MatFile (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFile

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFile
    +extends Object
    +
    MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

    + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/MatFileFilter.html b/javadoc/1.3.0/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..4a49335 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileFilter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileFilter
    +extends Object
    +
    File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
    
    + //create new filter instance
    + MatFileFilter filter = new MatFileFilter();
    + //add a needle
    + filter.addArrayName( "your_array_name" );
    + 
    + //read array form file (haystack) looking _only_ for pecified array (needle)
    + MatFileReader mfr = new MatFileReader( fileName, filter );
    + 
    +
    +
    See Also:
    +
    MatFileReader
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter()
        +
        Creates empty filter intance. + + Note: empty filter acceps all results.
        +
      • +
      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter(String[] names)
        +
        Create filter intance and add array names.
        +
        +
        Parameters:
        +
        names - - array of names (needles)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addArrayName

        +
        public void addArrayName(String name)
        +
        Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
        +
        +
        Parameters:
        +
        name - - array name (needle)
        +
        +
      • +
      + + + +
        +
      • +

        matches

        +
        public boolean matches(String name)
        +
        Test if given name matches the filter.
        +
        +
        Parameters:
        +
        name - - array name to be tested
        +
        Returns:
        +
        - true if array (matrix) of this name should be processed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/MatFileHeader.html b/javadoc/1.3.0/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..8abb916 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,395 @@ + + + + + +MatFileHeader (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileHeader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileHeader
    +extends Object
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileHeader

        +
        public MatFileHeader(String description,
        +                     int version,
        +                     byte[] endianIndicator)
        +
        New MAT-file header
        +
        +
        Parameters:
        +
        description - - descriptive text (no longer than 116 characters)
        +
        version - - by default is set to 0x0100
        +
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescription

        +
        public String getDescription()
        +
        Gets descriptive text
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        When creating a MAT-file, set version to 0x0100
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createHeader

        +
        public static MatFileHeader createHeader()
        +
        A factory. Creates new MatFileHeader instance with default header values: +
          +
        • MAT-file is 5.0 version
        • +
        • version is set to 0x0100
        • +
        • no byte-swapping ("IM")
        • +
        +
        +
        Returns:
        +
        - new MatFileHeader instance
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/1.3.0/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..e8bddd4 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileIncrementalWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileIncrementalWriter
    +extends Object
    +
    MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    + writer.write(mlDouble);
    + writer.write(mlChar);
    + 
    + writer.close();
    + 
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr');
    + >> save('mat_file.mat', 'char_arr', '-append');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(String fileName)
        +                         throws IOException
        +
        Creates a writer to a file given the filename.
        +
        +
        Parameters:
        +
        fileName - - name of ouput file
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(File file)
        +                         throws IOException
        +
        Creats a writer to a file given the File object.
        +
        +
        Parameters:
        +
        file - - an output File
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(WritableByteChannel chan)
        +                         throws IOException
        +
        Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
        +
        +
        Parameters:
        +
        chan - - WritableByteChannel
        +
        data - - Collection of MLArray elements
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/MatFileReader.html b/javadoc/1.3.0/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..10d179b --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/MatFileReader.html @@ -0,0 +1,688 @@ + + + + + +MatFileReader (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileReader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileReader
    +extends Object
    +
    MAT-file reader. Reads MAT-file into MLArray objects. + + Usage: +
    
    + //read in the file
    + MatFileReader mfr = new MatFileReader( "mat_file.mat" );
    + 
    + //get array of a name "my_array" from file
    + MLArray mlArrayRetrived = mfr.getMLArray( "my_array" );
    + 
    + //or get the collection of all arrays that were stored in the file
    + Map content = mfr.getContent();
    + 
    +
    +
    See Also:
    +
    MatFileFilter
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName)
        +              throws FileNotFoundException,
        +                     IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        FileNotFoundException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file,
        +                                int policy)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), policy).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        policy - the file memory allocation policy
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getMatFileHeader

        +
        public MatFileHeader getMatFileHeader()
        +
        Gets MAT-file header
        +
        +
        Returns:
        +
        - a MatFileHeader object
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public ArrayList<MLArray> getData()
        +
        Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
        +
        Returns list of MLArray objects that were inside MAT-file
        +
        +
        Returns:
        +
        - a ArrayList
        +
        +
      • +
      + + + +
        +
      • +

        getMLArray

        +
        public MLArray getMLArray(String name)
        +
        Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
        +
        +
        Parameters:
        +
        - - array name
        +
        Returns:
        +
        - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Map<String,MLArray> getContent()
        +
        Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
        +
        +
        Returns:
        +
        - a Map of MLArrays mapped with their names.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/MatFileWriter.html b/javadoc/1.3.0/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..f2dec84 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,418 @@ + + + + + +MatFileWriter (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileWriter
    +extends Object
    +
    MAT-file writer. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + ArrayList list = new ArrayList();
    + list.add( mlDouble );
    + list.add( mlChar );
    + 
    + new MatFileWriter( "mat_file.mat", list );
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr', 'char_arr');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        write

        +
        public void write(String filepath,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into file created from + filepath.
        +
        +
        Parameters:
        +
        filepath - the absolute file path of a MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(File file,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into File
        +
        +
        Parameters:
        +
        file - the MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/MatlabIOException.html b/javadoc/1.3.0/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..f8ae6bc --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatlabIOException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatlabIOException

        +
        public MatlabIOException(String s)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/package-frame.html b/javadoc/1.3.0/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..f478f6e --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/package-frame.html @@ -0,0 +1,29 @@ + + + + + +com.jmatio.io (matfilerw 1.3.0 API) + + + + + +

com.jmatio.io

+ + + diff --git a/javadoc/1.3.0/com/jmatio/io/package-summary.html b/javadoc/1.3.0/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..868ceba --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/package-summary.html @@ -0,0 +1,194 @@ + + + + + +com.jmatio.io (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Package com.jmatio.io

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatFile +
    MatFileReader's API is vague.
    +
    MatFileFilter +
    File filter.
    +
    MatFileHeader +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    MatFileIncrementalWriter +
    MAT-file Incremental writer.
    +
    MatFileReader +
    MAT-file reader.
    +
    MatFileWriter +
    MAT-file writer.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    MatlabIOException +
    MAT-file reader/writer exception
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/package-tree.html b/javadoc/1.3.0/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..583f342 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/package-tree.html @@ -0,0 +1,155 @@ + + + + + +com.jmatio.io Class Hierarchy (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/1.3.0/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..3fa25b6 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,318 @@ + + + + + +BufferedOutputStream (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class BufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/1.3.0/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..d88760b --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferInputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/1.3.0/com/jmatio/io/stream/ByteBufferedOutputStream.html new file mode 100644 index 0000000..9da3c1d --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/stream/ByteBufferedOutputStream.html @@ -0,0 +1,473 @@ + + + + + +ByteBufferedOutputStream (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT_INCREASING_FACTOR

        +
        public static final float DEFAULT_INCREASING_FACTOR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                boolean onHeap)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy,
        +                                boolean onHeap)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/1.3.0/com/jmatio/io/stream/FileBufferedOutputStream.html new file mode 100644 index 0000000..7c80915 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/stream/FileBufferedOutputStream.html @@ -0,0 +1,469 @@ + + + + + +FileBufferedOutputStream (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class FileBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/1.3.0/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..e5f497f --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class MatFileInputStream

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileInputStream
    +extends Object
    +
    MAT-file input stream class.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileInputStream

        +
        public MatFileInputStream(ByteBuffer buf,
        +                          int type)
        +
        Attach MAT-file input stream to InputStream
        +
        +
        Parameters:
        +
        is - - input stream
        +
        type - - type of data in the stream
        +
        See Also:
        +
        MatDataTypes
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readInt

        +
        public int readInt()
        +            throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to int.
        +
        +
        Returns:
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readChar

        +
        public char readChar()
        +              throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to char.
        +
        +
        Returns:
        +
        - char
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readDouble

        +
        public double readDouble()
        +                  throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to double.
        +
        +
        Returns:
        +
        - double
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readByte

        +
        public byte readByte()
        +
      • +
      + + + + + + + +
        +
      • +

        skip

        +
        public void skip(int padding)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/stream/package-frame.html b/javadoc/1.3.0/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..cffdebd --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,24 @@ + + + + + +com.jmatio.io.stream (matfilerw 1.3.0 API) + + + + + +

com.jmatio.io.stream

+ + + diff --git a/javadoc/1.3.0/com/jmatio/io/stream/package-summary.html b/javadoc/1.3.0/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..1219c82 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,165 @@ + + + + + +com.jmatio.io.stream (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Package com.jmatio.io.stream

+
+
+ +
+ + + + + + diff --git a/javadoc/1.3.0/com/jmatio/io/stream/package-tree.html b/javadoc/1.3.0/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..f163f32 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io.stream

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/ByteStorageSupport.html b/javadoc/1.3.0/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..0d9db02 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Interface ByteStorageSupport<T extends Number>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBytesAllocated

        +
        int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        T buldFromBytes(byte[] bytes)
        +
      • +
      + + + + + +
        +
      • +

        getByteArray

        +
        byte[] getByteArray(T value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLArray.html b/javadoc/1.3.0/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..0fa1dcd --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLArray.html @@ -0,0 +1,1185 @@ + + + + + +MLArray (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLArray

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArray

        +
        public MLArray(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Gets array name
        +
        +
        Returns:
        +
        - array name
        +
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
      • +
      + + + +
        +
      • +

        getNameToByteArray

        +
        public byte[] getNameToByteArray()
        +
      • +
      + + + +
        +
      • +

        getDimensions

        +
        public int[] getDimensions()
        +
      • +
      + + + +
        +
      • +

        getM

        +
        public int getM()
        +
      • +
      + + + +
        +
      • +

        getN

        +
        public int getN()
        +
      • +
      + + + +
        +
      • +

        getNDimensions

        +
        public int getNDimensions()
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        typeToString

        +
        public static final String typeToString(int type)
        +
      • +
      + + + +
        +
      • +

        isCell

        +
        public boolean isCell()
        +
      • +
      + + + +
        +
      • +

        isChar

        +
        public boolean isChar()
        +
      • +
      + + + +
        +
      • +

        isComplex

        +
        public boolean isComplex()
        +
      • +
      + + + +
        +
      • +

        isSparse

        +
        public boolean isSparse()
        +
      • +
      + + + +
        +
      • +

        isStruct

        +
        public boolean isStruct()
        +
      • +
      + + + +
        +
      • +

        isDouble

        +
        public boolean isDouble()
        +
      • +
      + + + +
        +
      • +

        isSingle

        +
        public boolean isSingle()
        +
      • +
      + + + +
        +
      • +

        isInt8

        +
        public boolean isInt8()
        +
      • +
      + + + +
        +
      • +

        isUint8

        +
        public boolean isUint8()
        +
      • +
      + + + +
        +
      • +

        isInt16

        +
        public boolean isInt16()
        +
      • +
      + + + +
        +
      • +

        isUint16

        +
        public boolean isUint16()
        +
      • +
      + + + +
        +
      • +

        isInt32

        +
        public boolean isInt32()
        +
      • +
      + + + +
        +
      • +

        isUint32

        +
        public boolean isUint32()
        +
      • +
      + + + +
        +
      • +

        isInt64

        +
        public boolean isInt64()
        +
      • +
      + + + +
        +
      • +

        isUint64

        +
        public boolean isUint64()
        +
      • +
      + + + +
        +
      • +

        isObject

        +
        public boolean isObject()
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        public boolean isOpaque()
        +
      • +
      + + + +
        +
      • +

        isLogical

        +
        public boolean isLogical()
        +
      • +
      + + + +
        +
      • +

        isFunctionObject

        +
        public boolean isFunctionObject()
        +
      • +
      + + + +
        +
      • +

        isUnknown

        +
        public boolean isUnknown()
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        protected int getIndex(int m,
        +                       int n)
        +
      • +
      + + + + + + + +
        +
      • +

        contentToString

        +
        public String contentToString()
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLCell.html b/javadoc/1.3.0/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..c97f756 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLCell

+
+
+ +
+
    +
  • +
    +
    +
    public class MLCell
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLChar.html b/javadoc/1.3.0/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..cff9b91 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLChar.html @@ -0,0 +1,538 @@ + + + + + +MLChar (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLChar

+
+
+ +
+
    +
  • +
    +
    +
    public class MLChar
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + + + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String[] values,
        +              int maxlen)
        +
        Added method to allow initialization of a char array representing + an array of strings.
        +
        +
        Parameters:
        +
        name -
        +
        values -
        +
        maxlen -
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        protected Character[] createArray(int m,
        +                                  int n)
        +
      • +
      + + + +
        +
      • +

        setChar

        +
        public void setChar(char ch,
        +                    int index)
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value)
        +
        Populates the MLChar with the String value.
        +
        +
        Parameters:
        +
        value - the String value
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value,
        +                int idx)
        +
        Set one row, specifying the row.
        +
        +
        Parameters:
        +
        value -
        +
        idx -
        +
        +
      • +
      + + + +
        +
      • +

        getChar

        +
        public Character getChar(int m,
        +                         int n)
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getString

        +
        public String getString(int m)
        +
        Gets the m-th character matrix's row as String.
        +
        +
        Parameters:
        +
        m - - row number
        +
        Returns:
        +
        - String
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLDouble.html b/javadoc/1.3.0/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..df16be4 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLDouble.html @@ -0,0 +1,496 @@ + + + + + +MLDouble (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLDouble

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims)
        +
        Create a MLDouble array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                Double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public double[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLEmptyArray.html b/javadoc/1.3.0/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..1778705 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLEmptyArray

+
+
+ +
+
    +
  • +
    +
    +
    public class MLEmptyArray
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray()
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name)
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name,
        +                    int[] dims,
        +                    int type,
        +                    int attributes)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLInt16.html b/javadoc/1.3.0/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..57d72c8 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLInt16.html @@ -0,0 +1,500 @@ + + + + + +MLInt16 (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxINT16_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims)
        +
        Create a MLSingle array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               Short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public short[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Short buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Short value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Short> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLInt32.html b/javadoc/1.3.0/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..f8f78cf --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLInt32.html @@ -0,0 +1,499 @@ + + + + + +MLInt32 (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               Integer[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public int[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Integer buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Integer> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Integer value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLInt64.html b/javadoc/1.3.0/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..fc742c6 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLInt64.html @@ -0,0 +1,496 @@ + + + + + +MLInt64 (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               Long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLInt8.html b/javadoc/1.3.0/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..c8e0af3 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLInt8.html @@ -0,0 +1,519 @@ + + + + + +MLInt8 (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              Byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLJavaObject.html b/javadoc/1.3.0/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..371f6eb --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLJavaObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLJavaObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public ByteBuffer getContent()
        +
      • +
      + + + +
        +
      • +

        instantiateObject

        +
        public Object instantiateObject()
        +                         throws Exception
        +
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLNumericArray.html b/javadoc/1.3.0/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..0945cd0 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,849 @@ + + + + + +MLNumericArray (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLNumericArray<T extends Number>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int[] dims,
        +                      int type,
        +                      int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type
        +
        attributes - - array flags
        +
        +
      • +
      + + + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int type,
        +                      T[] vals,
        +                      int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        type - - array type
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        allocate

        +
        protected void allocate()
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int m,
        +                 int n)
        +
        Gets single real array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int m,
        +                    int n)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T[] vector)
        +
        Sets real part of matrix
        +
        +
        Parameters:
        +
        vector - - column-packed vector of elements
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int m,
        +                         int n)
        +
        Sets single imaginary array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int m,
        +                      int n)
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int m,
        +                int n)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int index)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int m,
        +             int n)
        +
        Does the same as getReal.
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T[] vector)
        +
        +
        Parameters:
        +
        vector -
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        protected T get(ByteBuffer buffer,
        +                int index)
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        protected void set(ByteBuffer buffer,
        +                   T value,
        +                   int index)
        +
      • +
      + + + +
        +
      • +

        putImaginaryByteBuffer

        +
        public void putImaginaryByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getImaginaryByteBuffer

        +
        public ByteBuffer getImaginaryByteBuffer()
        +
      • +
      + + + +
        +
      • +

        putRealByteBuffer

        +
        public void putRealByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getRealByteBuffer

        +
        public ByteBuffer getRealByteBuffer()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
        +
        Overrides:
        +
        dispose in class MLArray
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLObject.html b/javadoc/1.3.0/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..2297785 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLObject.html @@ -0,0 +1,315 @@ + + + + + +MLObject (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLSingle.html b/javadoc/1.3.0/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..e738c1e --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLSingle.html @@ -0,0 +1,375 @@ + + + + + +MLSingle (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSingle

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                Float[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        buldFromBytes

        +
        public Float buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Float value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLSparse.html b/javadoc/1.3.0/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..40ffeef --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLSparse.html @@ -0,0 +1,708 @@ + + + + + +MLSparse (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSparse

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSparse

        +
        public MLSparse(String name,
        +                int[] dims,
        +                int attributes,
        +                int nzmax)
        +
        +
        Parameters:
        +
        name -
        +
        dims -
        +
        attributes -
        +
        nzmax -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getMaxNZ

        +
        public int getMaxNZ()
        +
        Gets maximum number of non-zero values
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getIR

        +
        public int[] getIR()
        +
        Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getJC

        +
        public int[] getJC()
        +
        Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N�1, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]�1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public Double getReal(int m,
        +                      int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single real array element of A(m,n).
        +
        +
        Overrides:
        +
        getReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int m,
        +                    int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int index)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(Double value,
        +                         int m,
        +                         int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single imaginary array element.
        +
        +
        Overrides:
        +
        setImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getImaginary

        +
        public Double getImaginary(int m,
        +                           int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Overrides:
        +
        getImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        exportReal

        +
        public Double[] exportReal()
        +
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        real part
        +
        +
      • +
      + + + +
        +
      • +

        exportImaginary

        +
        public Double[] exportImaginary()
        +
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLStructure.html b/javadoc/1.3.0/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..2c1927e --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLStructure.html @@ -0,0 +1,560 @@ + + + + + +MLStructure (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLStructure

+
+
+ +
+
    +
  • +
    +
    +
    public class MLStructure
    +extends MLArray
    +
    This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims,
        +                   int type,
        +                   int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value)
        +
        Sets field for current structure
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int m,
        +                     int n)
        +
        Sets field for (m,n)'th structure in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int index)
        +
        Sets filed for structure described by index in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        getMaxFieldLenth

        +
        public int getMaxFieldLenth()
        +
        Gets the maximum length of field descriptor
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getKeySetToByteArray

        +
        public byte[] getKeySetToByteArray()
        +
        Dumps field names to byte array. Field names are written as Zero End Strings
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAllFields

        +
        public Collection<MLArray> getAllFields()
        +
        Gets all field from sruct array as flat list of fields.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name)
        +
        Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int m,
        +                        int n)
        +
        Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        m -
        +
        n -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int index)
        +
        Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        index -
        +
        Returns:
        +
        value of the field or null if the field doesn't exist
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLUInt16.html b/javadoc/1.3.0/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..60f6727 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                Short[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLUInt32.html b/javadoc/1.3.0/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..6b5e013 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                Integer[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLUInt64.html b/javadoc/1.3.0/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..77178e0 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLUInt64.html @@ -0,0 +1,496 @@ + + + + + +MLUInt64 (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims)
        +
        Create a MLUInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                Long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/MLUInt8.html b/javadoc/1.3.0/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..3c2f069 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/MLUInt8.html @@ -0,0 +1,535 @@ + + + + + +MLUInt8 (matfilerw 1.3.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               Byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/package-frame.html b/javadoc/1.3.0/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..9798547 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/package-frame.html @@ -0,0 +1,42 @@ + + + + + +com.jmatio.types (matfilerw 1.3.0 API) + + + + + +

com.jmatio.types

+ + + diff --git a/javadoc/1.3.0/com/jmatio/types/package-summary.html b/javadoc/1.3.0/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..45bbc5e --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/package-summary.html @@ -0,0 +1,241 @@ + + + + + +com.jmatio.types (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Package com.jmatio.types

+
+
+ +
+ + + + + + diff --git a/javadoc/1.3.0/com/jmatio/types/package-tree.html b/javadoc/1.3.0/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..d462840 --- /dev/null +++ b/javadoc/1.3.0/com/jmatio/types/package-tree.html @@ -0,0 +1,171 @@ + + + + + +com.jmatio.types Class Hierarchy (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.types

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.0/constant-values.html b/javadoc/1.3.0/constant-values.html new file mode 100644 index 0000000..5da593a --- /dev/null +++ b/javadoc/1.3.0/constant-values.html @@ -0,0 +1,578 @@ + + + + + +Constant Field Values (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

com.jmatio.*

+ + + + +
+ + + + + + diff --git a/javadoc/1.3.0/deprecated-list.html b/javadoc/1.3.0/deprecated-list.html new file mode 100644 index 0000000..64b8695 --- /dev/null +++ b/javadoc/1.3.0/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Deprecated API

+

Contents

+ +
+
+ + +
    +
  • + + + + + + + + + + +
    Deprecated Methods 
    Method and Description
    com.jmatio.io.MatFileReader.getData() +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.3.0/help-doc.html b/javadoc/1.3.0/help-doc.html new file mode 100644 index 0000000..9fd8777 --- /dev/null +++ b/javadoc/1.3.0/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + + + diff --git a/javadoc/1.3.0/index-all.html b/javadoc/1.3.0/index-all.html new file mode 100644 index 0000000..49b5d7b --- /dev/null +++ b/javadoc/1.3.0/index-all.html @@ -0,0 +1,1367 @@ + + + + + +Index (matfilerw 1.3.0 API) + + + + + + + + + + + +
A B C D E F G H I M N P Q R S T W  + + +

A

+
+
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Add array name to the filter.
+
+
allocate() - Method in class com.jmatio.types.MLNumericArray
+
 
+
allocate() - Method in class com.jmatio.types.MLSparse
+
 
+
attributes - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

B

+
+
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
+
Returns the backing ByteBuffer
+
+
buffer() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
buffer() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
BufferedOutputStream - Class in com.jmatio.io.stream
+
 
+
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
+
 
+
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
+
 
+
ByteBufferedOutputStream - Class in com.jmatio.io.stream
+
+
From https://gist.github.com/manzke/985007
+
+
ByteBufferedOutputStream(int) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferInputStream - Class in com.jmatio.io.stream
+
 
+
ByteBufferInputStream(ByteBuffer, long) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
+
 
+
+ + + +

C

+
+
capacity() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
cells() - Method in class com.jmatio.types.MLCell
+
 
+
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
close() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
com.jmatio.common - package com.jmatio.common
+
 
+
com.jmatio.common.util - package com.jmatio.common.util
+
 
+
com.jmatio.io - package com.jmatio.io
+
 
+
com.jmatio.io.stream - package com.jmatio.io.stream
+
 
+
com.jmatio.types - package com.jmatio.types
+
 
+
contentToString() - Method in class com.jmatio.types.MLArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLCell
+
 
+
contentToString() - Method in class com.jmatio.types.MLChar
+
 
+
contentToString() - Method in class com.jmatio.types.MLNumericArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLSparse
+
 
+
contentToString() - Method in class com.jmatio.types.MLStructure
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
+
 
+
createHeader() - Static method in class com.jmatio.io.MatFileHeader
+
+
A factory.
+
+
+ + + +

D

+
+
DEFAULT_INCREASING_FACTOR - Static variable in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
+
 
+
dims - Variable in class com.jmatio.types.MLArray
+
 
+
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
dispose() - Method in class com.jmatio.types.MLArray
+
 
+
dispose() - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

E

+
+
equals(Object) - Method in class com.jmatio.types.MLChar
+
 
+
equals(Object) - Method in class com.jmatio.types.MLNumericArray
+
 
+
exportChar() - Method in class com.jmatio.types.MLChar
+
 
+
exportImaginary() - Method in class com.jmatio.types.MLSparse
+
+
Returns the imaginary part (PI) array.
+
+
exportReal() - Method in class com.jmatio.types.MLSparse
+
+
Returns the real part (PR) array.
+
+
+ + + +

F

+
+
FileBufferedOutputStream - Class in com.jmatio.io.stream
+
+
This is an OutputStream that is backed by a RandomAccessFile + and accessed with buffered access.
+
+
FileBufferedOutputStream() - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
FileBufferedOutputStream(MLArray) - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
flush() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+ + + +

G

+
+
get(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
get(int) - Method in class com.jmatio.types.MLCell
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
+
+
Override to accelerate the performance
+
+
get(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as getReal.
+
+
get(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
+
+
Override to accelerate the performance
+
+
getAllFields() - Method in class com.jmatio.types.MLStructure
+
+
Gets all field from sruct array as flat list of fields.
+
+
getArray() - Method in class com.jmatio.types.MLDouble
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt16
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt32
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt8
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt8
+
+
Gets two-dimensional real array.
+
+
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
+
 
+
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
+
 
+
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
+
 
+
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
+
 
+
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
+
 
+
getChar(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
getClassName() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getClassName() - Method in class com.jmatio.types.MLObject
+
 
+
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Returns the content of the field/cell/object.
+
+
getContent() - Method in class com.jmatio.io.MatFile
+
 
+
getContent() - Method in class com.jmatio.io.MatFileReader
+
+
Returns a map of MLArray objects that were inside MAT-file.
+
+
getContent() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getData() - Method in class com.jmatio.io.MatFileReader
+
+
Deprecated. +
use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
+
+
+
getDescription() - Method in class com.jmatio.io.MatFileHeader
+
+
Gets descriptive text
+
+
getDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getField(String) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
+
+
getFieldNames() - Method in class com.jmatio.types.MLStructure
+
+
Returns the Collection of keys for this structure.
+
+
getFlags() - Method in class com.jmatio.types.MLArray
+
 
+
getHeader() - Method in class com.jmatio.io.MatFile
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single imaginary array element of A(m,n).
+
+
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginary(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
getIR() - Method in class com.jmatio.types.MLSparse
+
+
Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
+
+
getJC() - Method in class com.jmatio.types.MLSparse
+
+
Gets column indices.
+
+
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructure
+
+
Dumps field names to byte array.
+
+
getM() - Method in class com.jmatio.types.MLArray
+
 
+
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
+
+
Gets MAT-file header
+
+
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructure
+
+
Gets the maximum length of field descriptor
+
+
getMaxNZ() - Method in class com.jmatio.types.MLSparse
+
+
Gets maximum number of non-zero values
+
+
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
+
+
Returns the value to which the red file maps the specified array name.
+
+
getN() - Method in class com.jmatio.types.MLArray
+
 
+
getName() - Method in class com.jmatio.types.MLArray
+
+
Gets array name
+
+
getNameToByteArray() - Method in class com.jmatio.types.MLArray
+
 
+
getNDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getObject() - Method in class com.jmatio.types.MLObject
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single real array element of A(m,n).
+
+
getReal(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getReal(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getSize() - Method in class com.jmatio.types.MLArray
+
 
+
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLDouble
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt16
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt32
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt8
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSingle
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSparse
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
+
 
+
getString(int) - Method in class com.jmatio.types.MLChar
+
+
Gets the m-th character matrix's row as String.
+
+
getType() - Method in class com.jmatio.types.MLArray
+
 
+
getVersion() - Method in class com.jmatio.io.MatFileHeader
+
+
When creating a MAT-file, set version to 0x0100
+
+
+ + + +

H

+
+
hashCode() - Method in class com.jmatio.types.MLChar
+
 
+
hashCode() - Method in class com.jmatio.types.MLNumericArray
+
 
+
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
+ + + +

I

+
+
increase(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
+
+
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
+
+
isCell() - Method in class com.jmatio.types.MLArray
+
 
+
isChar() - Method in class com.jmatio.types.MLArray
+
 
+
isComplex() - Method in class com.jmatio.types.MLArray
+
 
+
isDouble() - Method in class com.jmatio.types.MLArray
+
 
+
isEmpty() - Method in class com.jmatio.types.MLArray
+
 
+
isFunctionObject() - Method in class com.jmatio.types.MLArray
+
 
+
isInt16() - Method in class com.jmatio.types.MLArray
+
 
+
isInt32() - Method in class com.jmatio.types.MLArray
+
 
+
isInt64() - Method in class com.jmatio.types.MLArray
+
 
+
isInt8() - Method in class com.jmatio.types.MLArray
+
 
+
isLogical() - Method in class com.jmatio.types.MLArray
+
 
+
isObject() - Method in class com.jmatio.types.MLArray
+
 
+
isOpaque() - Method in class com.jmatio.types.MLArray
+
 
+
isSingle() - Method in class com.jmatio.types.MLArray
+
 
+
isSparse() - Method in class com.jmatio.types.MLArray
+
 
+
isStruct() - Method in class com.jmatio.types.MLArray
+
 
+
isUint16() - Method in class com.jmatio.types.MLArray
+
 
+
isUint32() - Method in class com.jmatio.types.MLArray
+
 
+
isUint64() - Method in class com.jmatio.types.MLArray
+
 
+
isUint8() - Method in class com.jmatio.types.MLArray
+
 
+
isUnknown() - Method in class com.jmatio.types.MLArray
+
 
+
+ + + +

M

+
+
matches(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Test if given name matches the filter.
+
+
MatDataTypes - Class in com.jmatio.common
+
+
MAT-file data types
+
+
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
+
 
+
MatFile - Class in com.jmatio.io
+
+
MatFileReader's API is vague.
+
+
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
+
 
+
MatFileFilter - Class in com.jmatio.io
+
+
File filter.
+
+
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
+
+
Creates empty filter intance.
+
+
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
+
+
Create filter intance and add array names.
+
+
MatFileHeader - Class in com.jmatio.io
+
+
MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
+
+
MatFileHeader(String, int, byte[]) - Constructor for class com.jmatio.io.MatFileHeader
+
+
New MAT-file header
+
+
MatFileIncrementalWriter - Class in com.jmatio.io
+
+
MAT-file Incremental writer.
+
+
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer to a file given the filename.
+
+
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creats a writer to a file given the File object.
+
+
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer for a file, given an output channel to the file..
+
+
MatFileInputStream - Class in com.jmatio.io.stream
+
+
MAT-file input stream class.
+
+
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
+
+
Attach MAT-file input stream to InputStream
+
+
MatFileReader - Class in com.jmatio.io
+
+
MAT-file reader.
+
+
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from file.
+
+
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileWriter - Class in com.jmatio.io
+
+
MAT-file writer.
+
+
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
+
+
Creates the new MatFileWriter instance
+
+
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file given by fileName.
+
+
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File.
+
+
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into OuputSteram.
+
+
MatlabIOException - Exception in com.jmatio.io
+
+
MAT-file reader/writer exception
+
+
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
+
 
+
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
+
 
+
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
MLArray - Class in com.jmatio.types
+
 
+
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
+
 
+
MLArrayQuery - Class in com.jmatio.common.util
+
+
The JMatIO query parser.
+
+
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
+
 
+
MLCell - Class in com.jmatio.types
+
 
+
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLChar - Class in com.jmatio.types
+
 
+
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
+
+
Creates the 1 x String.length() MLChar from the given + String.
+
+
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
+
+
Create the MLChar from array of Strings.
+
+
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
+
+
Added method to allow initialization of a char array representing + an array of strings.
+
+
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
+
 
+
MLDouble - Class in com.jmatio.types
+
+
Class represents Double array (matrix)
+
+
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
+
+
Create a MLDouble array with given name, + and dimensions.
+
+
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
+
+
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLEmptyArray - Class in com.jmatio.types
+
 
+
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLInt16 - Class in com.jmatio.types
+
+
Class represents Int16 array (matrix)
+
+
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
+
+
Create a MLSingle array with given name, + and dimensions.
+
+
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
+
+
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt32 - Class in com.jmatio.types
+
 
+
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt8 - Class in com.jmatio.types
+
 
+
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLJavaObject - Class in com.jmatio.types
+
 
+
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
+
 
+
MLNumericArray<T extends Number> - Class in com.jmatio.types
+
 
+
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLObject - Class in com.jmatio.types
+
 
+
MLObject(String, String, MLStructure) - Constructor for class com.jmatio.types.MLObject
+
 
+
MLSingle - Class in com.jmatio.types
+
 
+
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSparse - Class in com.jmatio.types
+
 
+
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
+
 
+
MLStructure - Class in com.jmatio.types
+
+
This class represents Matlab's Structure object (structure array).
+
+
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLStructure(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLUInt16 - Class in com.jmatio.types
+
 
+
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt32 - Class in com.jmatio.types
+
 
+
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Create a MLUInt64 array with given name, + and dimensions.
+
+
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLUInt8 - Class in com.jmatio.types
+
+
Class represents UInt8 (byte) array (matrix)
+
+
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

N

+
+
name - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

P

+
+
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

Q

+
+
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
+
 
+
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Parses the query string and returns the object it refers to.
+
+
+ + + +

R

+
+
read(File) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
 
+
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a bare set of bytes.
+
+
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to char.
+
+
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to double.
+
+
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to int.
+
+
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads the data into a ByteBuffer.
+
+
+ + + +

S

+
+
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(MLArray, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(String) - Method in class com.jmatio.types.MLChar
+
+
Populates the MLChar with the String value.
+
+
set(String, int) - Method in class com.jmatio.types.MLChar
+
+
Set one row, specifying the row.
+
+
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T[]) - Method in class com.jmatio.types.MLNumericArray
+
 
+
set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
setChar(char, int) - Method in class com.jmatio.types.MLChar
+
 
+
setField(String, MLArray) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for current structure
+
+
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for (m,n)'th structure in struct array
+
+
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets filed for structure described by index in struct array
+
+
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single imaginary array element.
+
+
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets real part of matrix
+
+
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Return number of bytes for given type.
+
+
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
+ + + +

T

+
+
toString() - Method in class com.jmatio.io.MatFileHeader
+
 
+
toString() - Method in class com.jmatio.types.MLArray
+
 
+
type - Variable in class com.jmatio.types.MLArray
+
 
+
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Get String representation of a data type
+
+
typeToString(int) - Static method in class com.jmatio.types.MLArray
+
 
+
+ + + +

W

+
+
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
+
Writes MLArrays into WritableByteChannel.
+
+
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file created from + filepath.
+
+
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File
+
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[]) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(ByteBuffer) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+A B C D E F G H I M N P Q R S T W 
+ + + + + + diff --git a/javadoc/1.3.0/index.html b/javadoc/1.3.0/index.html new file mode 100644 index 0000000..1033484 --- /dev/null +++ b/javadoc/1.3.0/index.html @@ -0,0 +1,74 @@ + + + + + +matfilerw 1.3.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/1.3.0/overview-frame.html b/javadoc/1.3.0/overview-frame.html new file mode 100644 index 0000000..19a0f1e --- /dev/null +++ b/javadoc/1.3.0/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (matfilerw 1.3.0 API) + + + + + +

com.diffplug.matsim:matfilerw:1.3.0 by DiffPlug

+ + +

 

+ + diff --git a/javadoc/1.3.0/overview-summary.html b/javadoc/1.3.0/overview-summary.html new file mode 100644 index 0000000..7e3bd88 --- /dev/null +++ b/javadoc/1.3.0/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

matfilerw 1.3.0 API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
+
+ + + + + + diff --git a/javadoc/1.3.0/overview-tree.html b/javadoc/1.3.0/overview-tree.html new file mode 100644 index 0000000..48dade4 --- /dev/null +++ b/javadoc/1.3.0/overview-tree.html @@ -0,0 +1,212 @@ + + + + + +Class Hierarchy (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.0/package-list b/javadoc/1.3.0/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/1.3.0/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/1.3.0/script.js b/javadoc/1.3.0/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/1.3.0/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/1.3.0/serialized-form.html b/javadoc/1.3.0/serialized-form.html new file mode 100644 index 0000000..6b171cd --- /dev/null +++ b/javadoc/1.3.0/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (matfilerw 1.3.0 API) + + + + + + + + + + + +
+

Serialized Form

+
+
+ +
+ + + + + + diff --git a/javadoc/1.3.0/stylesheet.css b/javadoc/1.3.0/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/1.3.0/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From 5d3207ef3db5e5267bc5e3a924fe569fa60ec263 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Fri, 16 Oct 2015 22:12:58 +0000 Subject: [PATCH 12/56] Lastest javadoc on successful travis build 25 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 6 +++--- javadoc/snapshot/allclasses-noframe.html | 6 +++--- .../snapshot/com/jmatio/common/MatDataTypes.html | 12 ++++++------ .../snapshot/com/jmatio/common/package-frame.html | 6 +++--- .../com/jmatio/common/package-summary.html | 12 ++++++------ .../snapshot/com/jmatio/common/package-tree.html | 12 ++++++------ .../com/jmatio/common/util/MLArrayQuery.html | 12 ++++++------ .../com/jmatio/common/util/package-frame.html | 6 +++--- .../com/jmatio/common/util/package-summary.html | 12 ++++++------ .../com/jmatio/common/util/package-tree.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFile.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 12 ++++++------ .../com/jmatio/io/MatFileIncrementalWriter.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileReader.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 12 ++++++------ .../snapshot/com/jmatio/io/MatlabIOException.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/package-frame.html | 6 +++--- .../snapshot/com/jmatio/io/package-summary.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/package-tree.html | 12 ++++++------ .../com/jmatio/io/stream/BufferedOutputStream.html | 12 ++++++------ .../jmatio/io/stream/ByteBufferInputStream.html | 12 ++++++------ .../jmatio/io/stream/ByteBufferedOutputStream.html | 12 ++++++------ .../jmatio/io/stream/FileBufferedOutputStream.html | 12 ++++++------ .../com/jmatio/io/stream/MatFileInputStream.html | 12 ++++++------ .../com/jmatio/io/stream/package-frame.html | 6 +++--- .../com/jmatio/io/stream/package-summary.html | 12 ++++++------ .../com/jmatio/io/stream/package-tree.html | 12 ++++++------ .../com/jmatio/types/ByteStorageSupport.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLArray.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLCell.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLChar.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLDouble.html | 12 ++++++------ .../snapshot/com/jmatio/types/MLEmptyArray.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt16.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt32.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt64.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt8.html | 12 ++++++------ .../snapshot/com/jmatio/types/MLJavaObject.html | 12 ++++++------ .../snapshot/com/jmatio/types/MLNumericArray.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLObject.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLSingle.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLSparse.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLStructure.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt16.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt32.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt64.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt8.html | 12 ++++++------ .../snapshot/com/jmatio/types/package-frame.html | 6 +++--- .../snapshot/com/jmatio/types/package-summary.html | 12 ++++++------ .../snapshot/com/jmatio/types/package-tree.html | 12 ++++++------ javadoc/snapshot/constant-values.html | 12 ++++++------ javadoc/snapshot/deprecated-list.html | 12 ++++++------ javadoc/snapshot/help-doc.html | 12 ++++++------ javadoc/snapshot/index-all.html | 12 ++++++------ javadoc/snapshot/index.html | 4 ++-- javadoc/snapshot/overview-frame.html | 8 ++++---- javadoc/snapshot/overview-summary.html | 14 +++++++------- javadoc/snapshot/overview-tree.html | 12 ++++++------ javadoc/snapshot/serialized-form.html | 12 ++++++------ 60 files changed, 334 insertions(+), 334 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index fbbd2fb..d4b10da 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,9 +2,9 @@ - -All Classes (matfilerw 1.3.0-SNAPSHOT API) - + +All Classes (matfilerw 1.4.0-SNAPSHOT API) + diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 40c9bbc..8f6d238 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - -All Classes (matfilerw 1.3.0-SNAPSHOT API) - + +All Classes (matfilerw 1.4.0-SNAPSHOT API) + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 36ebb3f..3b2760e 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - -MatDataTypes (matfilerw 1.3.0-SNAPSHOT API) - + +MatDataTypes (matfilerw 1.4.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index e7a70c8..53596ba 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.common (matfilerw 1.3.0-SNAPSHOT API) - + +com.jmatio.common (matfilerw 1.4.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index 17f95f4..7e28915 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.common.util (matfilerw 1.3.0-SNAPSHOT API) - + +com.jmatio.common.util (matfilerw 1.4.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 8a1046b..ff5849b 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.io (matfilerw 1.3.0-SNAPSHOT API) - + +com.jmatio.io (matfilerw 1.4.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index b379af7..8a862d8 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.io.stream (matfilerw 1.3.0-SNAPSHOT API) - + +com.jmatio.io.stream (matfilerw 1.4.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 1950a18..a81aec3 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.types (matfilerw 1.3.0-SNAPSHOT API) - + +com.jmatio.types (matfilerw 1.4.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ -

com.diffplug.matsim:matfilerw:1.3.0-SNAPSHOT by DiffPlug

+

com.diffplug.matsim:matfilerw:1.4.0-SNAPSHOT by DiffPlug

Packages

diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 3b5a5c5..56e93ab 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - -Overview (matfilerw 1.3.0-SNAPSHOT API) - + +Overview (matfilerw 1.4.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ + + +

All Classes

+ + + diff --git a/javadoc/1.3.1/allclasses-noframe.html b/javadoc/1.3.1/allclasses-noframe.html new file mode 100644 index 0000000..d2c46f7 --- /dev/null +++ b/javadoc/1.3.1/allclasses-noframe.html @@ -0,0 +1,52 @@ + + + + + +All Classes (matfilerw 1.3.1 API) + + + + + +

All Classes

+ + + diff --git a/javadoc/1.3.1/com/jmatio/common/MatDataTypes.html b/javadoc/1.3.1/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..7323b67 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.common
+

Class MatDataTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class MatDataTypes
    +extends Object
    +
    MAT-file data types
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/common/package-frame.html b/javadoc/1.3.1/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..2cd5a9f --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common (matfilerw 1.3.1 API) + + + + + +

com.jmatio.common

+
+

Classes

+ +
+ + diff --git a/javadoc/1.3.1/com/jmatio/common/package-summary.html b/javadoc/1.3.1/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..599d39c --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/common/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Package com.jmatio.common

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatDataTypes +
    MAT-file data types
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.3.1/com/jmatio/common/package-tree.html b/javadoc/1.3.1/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..7594486 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common Class Hierarchy (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.1/com/jmatio/common/util/MLArrayQuery.html b/javadoc/1.3.1/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..8832978 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.common.util
+

Class MLArrayQuery

+
+
+ +
+
    +
  • +
    +
    +
    public class MLArrayQuery
    +extends Object
    +
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArrayQuery

        +
        public MLArrayQuery(String queryString)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        q

        +
        public static Object q(MLArray array,
        +                       String query)
        +
        +
        Parameters:
        +
        array -
        +
        query -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        query

        +
        public Object query(MLArray array)
        +
        Parses the query string and returns the object it refers to.
        +
        +
        Parameters:
        +
        array - source MLArray
        +
        Returns:
        +
        query result
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Object getContent(MLArray array,
        +                         int m,
        +                         int n)
        +
        Returns the content of the field/cell/object.
        +
        +
        Parameters:
        +
        array - the parent structure/cell
        +
        m - column or -1
        +
        n - row or -1
        +
        Returns:
        +
        if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/common/util/package-frame.html b/javadoc/1.3.1/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..b0fec40 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (matfilerw 1.3.1 API) + + + + + +

com.jmatio.common.util

+
+

Classes

+ +
+ + diff --git a/javadoc/1.3.1/com/jmatio/common/util/package-summary.html b/javadoc/1.3.1/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..76cd4b3 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Package com.jmatio.common.util

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MLArrayQuery +
    The JMatIO query parser.
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.3.1/com/jmatio/common/util/package-tree.html b/javadoc/1.3.1/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..9f2538d --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/MatFile.html b/javadoc/1.3.1/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..9858289 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/MatFile.html @@ -0,0 +1,358 @@ + + + + + +MatFile (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFile

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFile
    +extends Object
    +
    MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

    + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/MatFileFilter.html b/javadoc/1.3.1/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..0ef0df9 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileFilter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileFilter
    +extends Object
    +
    File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
    
    + //create new filter instance
    + MatFileFilter filter = new MatFileFilter();
    + //add a needle
    + filter.addArrayName( "your_array_name" );
    + 
    + //read array form file (haystack) looking _only_ for pecified array (needle)
    + MatFileReader mfr = new MatFileReader( fileName, filter );
    + 
    +
    +
    See Also:
    +
    MatFileReader
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter()
        +
        Creates empty filter intance. + + Note: empty filter acceps all results.
        +
      • +
      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter(String[] names)
        +
        Create filter intance and add array names.
        +
        +
        Parameters:
        +
        names - - array of names (needles)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addArrayName

        +
        public void addArrayName(String name)
        +
        Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
        +
        +
        Parameters:
        +
        name - - array name (needle)
        +
        +
      • +
      + + + +
        +
      • +

        matches

        +
        public boolean matches(String name)
        +
        Test if given name matches the filter.
        +
        +
        Parameters:
        +
        name - - array name to be tested
        +
        Returns:
        +
        - true if array (matrix) of this name should be processed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/MatFileHeader.html b/javadoc/1.3.1/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..7d2e5c9 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,395 @@ + + + + + +MatFileHeader (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileHeader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileHeader
    +extends Object
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileHeader

        +
        public MatFileHeader(String description,
        +                     int version,
        +                     byte[] endianIndicator)
        +
        New MAT-file header
        +
        +
        Parameters:
        +
        description - - descriptive text (no longer than 116 characters)
        +
        version - - by default is set to 0x0100
        +
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescription

        +
        public String getDescription()
        +
        Gets descriptive text
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        When creating a MAT-file, set version to 0x0100
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createHeader

        +
        public static MatFileHeader createHeader()
        +
        A factory. Creates new MatFileHeader instance with default header values: +
          +
        • MAT-file is 5.0 version
        • +
        • version is set to 0x0100
        • +
        • no byte-swapping ("IM")
        • +
        +
        +
        Returns:
        +
        - new MatFileHeader instance
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/1.3.1/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..491b94b --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileIncrementalWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileIncrementalWriter
    +extends Object
    +
    MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    + writer.write(mlDouble);
    + writer.write(mlChar);
    + 
    + writer.close();
    + 
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr');
    + >> save('mat_file.mat', 'char_arr', '-append');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(String fileName)
        +                         throws IOException
        +
        Creates a writer to a file given the filename.
        +
        +
        Parameters:
        +
        fileName - - name of ouput file
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(File file)
        +                         throws IOException
        +
        Creats a writer to a file given the File object.
        +
        +
        Parameters:
        +
        file - - an output File
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(WritableByteChannel chan)
        +                         throws IOException
        +
        Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
        +
        +
        Parameters:
        +
        chan - - WritableByteChannel
        +
        data - - Collection of MLArray elements
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/MatFileReader.html b/javadoc/1.3.1/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..2e3814e --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/MatFileReader.html @@ -0,0 +1,688 @@ + + + + + +MatFileReader (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileReader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileReader
    +extends Object
    +
    MAT-file reader. Reads MAT-file into MLArray objects. + + Usage: +
    
    + //read in the file
    + MatFileReader mfr = new MatFileReader( "mat_file.mat" );
    + 
    + //get array of a name "my_array" from file
    + MLArray mlArrayRetrived = mfr.getMLArray( "my_array" );
    + 
    + //or get the collection of all arrays that were stored in the file
    + Map content = mfr.getContent();
    + 
    +
    +
    See Also:
    +
    MatFileFilter
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName)
        +              throws FileNotFoundException,
        +                     IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        FileNotFoundException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file,
        +                                int policy)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), policy).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        policy - the file memory allocation policy
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getMatFileHeader

        +
        public MatFileHeader getMatFileHeader()
        +
        Gets MAT-file header
        +
        +
        Returns:
        +
        - a MatFileHeader object
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public ArrayList<MLArray> getData()
        +
        Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
        +
        Returns list of MLArray objects that were inside MAT-file
        +
        +
        Returns:
        +
        - a ArrayList
        +
        +
      • +
      + + + +
        +
      • +

        getMLArray

        +
        public MLArray getMLArray(String name)
        +
        Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
        +
        +
        Parameters:
        +
        - - array name
        +
        Returns:
        +
        - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Map<String,MLArray> getContent()
        +
        Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
        +
        +
        Returns:
        +
        - a Map of MLArrays mapped with their names.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/MatFileWriter.html b/javadoc/1.3.1/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..5c59609 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,418 @@ + + + + + +MatFileWriter (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileWriter
    +extends Object
    +
    MAT-file writer. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + ArrayList list = new ArrayList();
    + list.add( mlDouble );
    + list.add( mlChar );
    + 
    + new MatFileWriter( "mat_file.mat", list );
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr', 'char_arr');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        write

        +
        public void write(String filepath,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into file created from + filepath.
        +
        +
        Parameters:
        +
        filepath - the absolute file path of a MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(File file,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into File
        +
        +
        Parameters:
        +
        file - the MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/MatlabIOException.html b/javadoc/1.3.1/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..0cc3931 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatlabIOException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatlabIOException

        +
        public MatlabIOException(String s)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/package-frame.html b/javadoc/1.3.1/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..bb262a3 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/package-frame.html @@ -0,0 +1,29 @@ + + + + + +com.jmatio.io (matfilerw 1.3.1 API) + + + + + +

com.jmatio.io

+ + + diff --git a/javadoc/1.3.1/com/jmatio/io/package-summary.html b/javadoc/1.3.1/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..1869b47 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/package-summary.html @@ -0,0 +1,194 @@ + + + + + +com.jmatio.io (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Package com.jmatio.io

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatFile +
    MatFileReader's API is vague.
    +
    MatFileFilter +
    File filter.
    +
    MatFileHeader +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    MatFileIncrementalWriter +
    MAT-file Incremental writer.
    +
    MatFileReader +
    MAT-file reader.
    +
    MatFileWriter +
    MAT-file writer.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    MatlabIOException +
    MAT-file reader/writer exception
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/package-tree.html b/javadoc/1.3.1/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..906e823 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/package-tree.html @@ -0,0 +1,155 @@ + + + + + +com.jmatio.io Class Hierarchy (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/1.3.1/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..97ba551 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,318 @@ + + + + + +BufferedOutputStream (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class BufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/1.3.1/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..ffda928 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferInputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/1.3.1/com/jmatio/io/stream/ByteBufferedOutputStream.html new file mode 100644 index 0000000..96b823d --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/stream/ByteBufferedOutputStream.html @@ -0,0 +1,473 @@ + + + + + +ByteBufferedOutputStream (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT_INCREASING_FACTOR

        +
        public static final float DEFAULT_INCREASING_FACTOR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                boolean onHeap)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy)
        +
      • +
      + + + +
        +
      • +

        ByteBufferedOutputStream

        +
        public ByteBufferedOutputStream(int size,
        +                                float increasingBy,
        +                                boolean onHeap)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/1.3.1/com/jmatio/io/stream/FileBufferedOutputStream.html new file mode 100644 index 0000000..079666f --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/stream/FileBufferedOutputStream.html @@ -0,0 +1,469 @@ + + + + + +FileBufferedOutputStream (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class FileBufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/1.3.1/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..5bb43fd --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class MatFileInputStream

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileInputStream
    +extends Object
    +
    MAT-file input stream class.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileInputStream

        +
        public MatFileInputStream(ByteBuffer buf,
        +                          int type)
        +
        Attach MAT-file input stream to InputStream
        +
        +
        Parameters:
        +
        is - - input stream
        +
        type - - type of data in the stream
        +
        See Also:
        +
        MatDataTypes
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readInt

        +
        public int readInt()
        +            throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to int.
        +
        +
        Returns:
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readChar

        +
        public char readChar()
        +              throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to char.
        +
        +
        Returns:
        +
        - char
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readDouble

        +
        public double readDouble()
        +                  throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to double.
        +
        +
        Returns:
        +
        - double
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readByte

        +
        public byte readByte()
        +
      • +
      + + + + + + + +
        +
      • +

        skip

        +
        public void skip(int padding)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/stream/package-frame.html b/javadoc/1.3.1/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..026b921 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,24 @@ + + + + + +com.jmatio.io.stream (matfilerw 1.3.1 API) + + + + + +

com.jmatio.io.stream

+ + + diff --git a/javadoc/1.3.1/com/jmatio/io/stream/package-summary.html b/javadoc/1.3.1/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..fefca1a --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,165 @@ + + + + + +com.jmatio.io.stream (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Package com.jmatio.io.stream

+
+
+ +
+ + + + + + diff --git a/javadoc/1.3.1/com/jmatio/io/stream/package-tree.html b/javadoc/1.3.1/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..562341d --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io.stream

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/ByteStorageSupport.html b/javadoc/1.3.1/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..1b8a1c8 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Interface ByteStorageSupport<T extends Number>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBytesAllocated

        +
        int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        T buldFromBytes(byte[] bytes)
        +
      • +
      + + + + + +
        +
      • +

        getByteArray

        +
        byte[] getByteArray(T value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLArray.html b/javadoc/1.3.1/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..931a77e --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLArray.html @@ -0,0 +1,1185 @@ + + + + + +MLArray (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLArray

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArray

        +
        public MLArray(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Gets array name
        +
        +
        Returns:
        +
        - array name
        +
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
      • +
      + + + +
        +
      • +

        getNameToByteArray

        +
        public byte[] getNameToByteArray()
        +
      • +
      + + + +
        +
      • +

        getDimensions

        +
        public int[] getDimensions()
        +
      • +
      + + + +
        +
      • +

        getM

        +
        public int getM()
        +
      • +
      + + + +
        +
      • +

        getN

        +
        public int getN()
        +
      • +
      + + + +
        +
      • +

        getNDimensions

        +
        public int getNDimensions()
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        typeToString

        +
        public static final String typeToString(int type)
        +
      • +
      + + + +
        +
      • +

        isCell

        +
        public boolean isCell()
        +
      • +
      + + + +
        +
      • +

        isChar

        +
        public boolean isChar()
        +
      • +
      + + + +
        +
      • +

        isComplex

        +
        public boolean isComplex()
        +
      • +
      + + + +
        +
      • +

        isSparse

        +
        public boolean isSparse()
        +
      • +
      + + + +
        +
      • +

        isStruct

        +
        public boolean isStruct()
        +
      • +
      + + + +
        +
      • +

        isDouble

        +
        public boolean isDouble()
        +
      • +
      + + + +
        +
      • +

        isSingle

        +
        public boolean isSingle()
        +
      • +
      + + + +
        +
      • +

        isInt8

        +
        public boolean isInt8()
        +
      • +
      + + + +
        +
      • +

        isUint8

        +
        public boolean isUint8()
        +
      • +
      + + + +
        +
      • +

        isInt16

        +
        public boolean isInt16()
        +
      • +
      + + + +
        +
      • +

        isUint16

        +
        public boolean isUint16()
        +
      • +
      + + + +
        +
      • +

        isInt32

        +
        public boolean isInt32()
        +
      • +
      + + + +
        +
      • +

        isUint32

        +
        public boolean isUint32()
        +
      • +
      + + + +
        +
      • +

        isInt64

        +
        public boolean isInt64()
        +
      • +
      + + + +
        +
      • +

        isUint64

        +
        public boolean isUint64()
        +
      • +
      + + + +
        +
      • +

        isObject

        +
        public boolean isObject()
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        public boolean isOpaque()
        +
      • +
      + + + +
        +
      • +

        isLogical

        +
        public boolean isLogical()
        +
      • +
      + + + +
        +
      • +

        isFunctionObject

        +
        public boolean isFunctionObject()
        +
      • +
      + + + +
        +
      • +

        isUnknown

        +
        public boolean isUnknown()
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        protected int getIndex(int m,
        +                       int n)
        +
      • +
      + + + + + + + +
        +
      • +

        contentToString

        +
        public String contentToString()
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLCell.html b/javadoc/1.3.1/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..4e272b6 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLCell

+
+
+ +
+
    +
  • +
    +
    +
    public class MLCell
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLChar.html b/javadoc/1.3.1/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..ef7fd27 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLChar.html @@ -0,0 +1,538 @@ + + + + + +MLChar (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLChar

+
+
+ +
+
    +
  • +
    +
    +
    public class MLChar
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + + + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String[] values,
        +              int maxlen)
        +
        Added method to allow initialization of a char array representing + an array of strings.
        +
        +
        Parameters:
        +
        name -
        +
        values -
        +
        maxlen -
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        protected Character[] createArray(int m,
        +                                  int n)
        +
      • +
      + + + +
        +
      • +

        setChar

        +
        public void setChar(char ch,
        +                    int index)
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value)
        +
        Populates the MLChar with the String value.
        +
        +
        Parameters:
        +
        value - the String value
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value,
        +                int idx)
        +
        Set one row, specifying the row.
        +
        +
        Parameters:
        +
        value -
        +
        idx -
        +
        +
      • +
      + + + +
        +
      • +

        getChar

        +
        public Character getChar(int m,
        +                         int n)
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getString

        +
        public String getString(int m)
        +
        Gets the m-th character matrix's row as String.
        +
        +
        Parameters:
        +
        m - - row number
        +
        Returns:
        +
        - String
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLDouble.html b/javadoc/1.3.1/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..05ac4aa --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLDouble.html @@ -0,0 +1,496 @@ + + + + + +MLDouble (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLDouble

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims)
        +
        Create a MLDouble array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                Double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public double[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLEmptyArray.html b/javadoc/1.3.1/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..25c0bfc --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLEmptyArray

+
+
+ +
+
    +
  • +
    +
    +
    public class MLEmptyArray
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray()
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name)
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name,
        +                    int[] dims,
        +                    int type,
        +                    int attributes)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLInt16.html b/javadoc/1.3.1/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..a7abf0a --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLInt16.html @@ -0,0 +1,500 @@ + + + + + +MLInt16 (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxINT16_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims)
        +
        Create a MLSingle array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               Short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public short[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Short buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Short value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Short> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLInt32.html b/javadoc/1.3.1/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..066ab90 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLInt32.html @@ -0,0 +1,499 @@ + + + + + +MLInt32 (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               Integer[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public int[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Integer buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Integer> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Integer value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLInt64.html b/javadoc/1.3.1/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..74c97ab --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLInt64.html @@ -0,0 +1,496 @@ + + + + + +MLInt64 (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               Long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLInt8.html b/javadoc/1.3.1/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..588668a --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLInt8.html @@ -0,0 +1,519 @@ + + + + + +MLInt8 (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              Byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLJavaObject.html b/javadoc/1.3.1/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..0041df4 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLJavaObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLJavaObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public ByteBuffer getContent()
        +
      • +
      + + + +
        +
      • +

        instantiateObject

        +
        public Object instantiateObject()
        +                         throws Exception
        +
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLNumericArray.html b/javadoc/1.3.1/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..42b50fe --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,849 @@ + + + + + +MLNumericArray (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLNumericArray<T extends Number>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int[] dims,
        +                      int type,
        +                      int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type
        +
        attributes - - array flags
        +
        +
      • +
      + + + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int type,
        +                      T[] vals,
        +                      int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        type - - array type
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        allocate

        +
        protected void allocate()
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int m,
        +                 int n)
        +
        Gets single real array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int m,
        +                    int n)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T[] vector)
        +
        Sets real part of matrix
        +
        +
        Parameters:
        +
        vector - - column-packed vector of elements
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int m,
        +                         int n)
        +
        Sets single imaginary array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int m,
        +                      int n)
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int m,
        +                int n)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int index)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int m,
        +             int n)
        +
        Does the same as getReal.
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T[] vector)
        +
        +
        Parameters:
        +
        vector -
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        protected T get(ByteBuffer buffer,
        +                int index)
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        protected void set(ByteBuffer buffer,
        +                   T value,
        +                   int index)
        +
      • +
      + + + +
        +
      • +

        putImaginaryByteBuffer

        +
        public void putImaginaryByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getImaginaryByteBuffer

        +
        public ByteBuffer getImaginaryByteBuffer()
        +
      • +
      + + + +
        +
      • +

        putRealByteBuffer

        +
        public void putRealByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getRealByteBuffer

        +
        public ByteBuffer getRealByteBuffer()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
        +
        Overrides:
        +
        dispose in class MLArray
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLObject.html b/javadoc/1.3.1/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..31f832f --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLObject.html @@ -0,0 +1,315 @@ + + + + + +MLObject (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLSingle.html b/javadoc/1.3.1/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..4cd08e5 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLSingle.html @@ -0,0 +1,375 @@ + + + + + +MLSingle (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSingle

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                Float[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        buldFromBytes

        +
        public Float buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Float value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLSparse.html b/javadoc/1.3.1/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..e2a5a1a --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLSparse.html @@ -0,0 +1,708 @@ + + + + + +MLSparse (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSparse

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSparse

        +
        public MLSparse(String name,
        +                int[] dims,
        +                int attributes,
        +                int nzmax)
        +
        +
        Parameters:
        +
        name -
        +
        dims -
        +
        attributes -
        +
        nzmax -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getMaxNZ

        +
        public int getMaxNZ()
        +
        Gets maximum number of non-zero values
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getIR

        +
        public int[] getIR()
        +
        Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getJC

        +
        public int[] getJC()
        +
        Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N�1, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]�1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public Double getReal(int m,
        +                      int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single real array element of A(m,n).
        +
        +
        Overrides:
        +
        getReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int m,
        +                    int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int index)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(Double value,
        +                         int m,
        +                         int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single imaginary array element.
        +
        +
        Overrides:
        +
        setImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getImaginary

        +
        public Double getImaginary(int m,
        +                           int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Overrides:
        +
        getImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        exportReal

        +
        public Double[] exportReal()
        +
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        real part
        +
        +
      • +
      + + + +
        +
      • +

        exportImaginary

        +
        public Double[] exportImaginary()
        +
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLStructure.html b/javadoc/1.3.1/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..2df16f2 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLStructure.html @@ -0,0 +1,560 @@ + + + + + +MLStructure (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLStructure

+
+
+ +
+
    +
  • +
    +
    +
    public class MLStructure
    +extends MLArray
    +
    This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims,
        +                   int type,
        +                   int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value)
        +
        Sets field for current structure
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int m,
        +                     int n)
        +
        Sets field for (m,n)'th structure in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int index)
        +
        Sets filed for structure described by index in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        getMaxFieldLenth

        +
        public int getMaxFieldLenth()
        +
        Gets the maximum length of field descriptor
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getKeySetToByteArray

        +
        public byte[] getKeySetToByteArray()
        +
        Dumps field names to byte array. Field names are written as Zero End Strings
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAllFields

        +
        public Collection<MLArray> getAllFields()
        +
        Gets all field from sruct array as flat list of fields.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name)
        +
        Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int m,
        +                        int n)
        +
        Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        m -
        +
        n -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int index)
        +
        Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        index -
        +
        Returns:
        +
        value of the field or null if the field doesn't exist
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLUInt16.html b/javadoc/1.3.1/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..a91d784 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                Short[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLUInt32.html b/javadoc/1.3.1/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..3ea9e53 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                Integer[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLUInt64.html b/javadoc/1.3.1/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..3e38fd8 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLUInt64.html @@ -0,0 +1,496 @@ + + + + + +MLUInt64 (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims)
        +
        Create a MLUInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                Long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/MLUInt8.html b/javadoc/1.3.1/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..f8481d4 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/MLUInt8.html @@ -0,0 +1,535 @@ + + + + + +MLUInt8 (matfilerw 1.3.1 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               Byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/package-frame.html b/javadoc/1.3.1/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..f0719f2 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/package-frame.html @@ -0,0 +1,42 @@ + + + + + +com.jmatio.types (matfilerw 1.3.1 API) + + + + + +

com.jmatio.types

+ + + diff --git a/javadoc/1.3.1/com/jmatio/types/package-summary.html b/javadoc/1.3.1/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..564ed01 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/package-summary.html @@ -0,0 +1,241 @@ + + + + + +com.jmatio.types (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Package com.jmatio.types

+
+
+ +
+ + + + + + diff --git a/javadoc/1.3.1/com/jmatio/types/package-tree.html b/javadoc/1.3.1/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..fe0bbb9 --- /dev/null +++ b/javadoc/1.3.1/com/jmatio/types/package-tree.html @@ -0,0 +1,171 @@ + + + + + +com.jmatio.types Class Hierarchy (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.types

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.1/constant-values.html b/javadoc/1.3.1/constant-values.html new file mode 100644 index 0000000..ef121fc --- /dev/null +++ b/javadoc/1.3.1/constant-values.html @@ -0,0 +1,578 @@ + + + + + +Constant Field Values (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

com.jmatio.*

+ + + + +
+ + + + + + diff --git a/javadoc/1.3.1/deprecated-list.html b/javadoc/1.3.1/deprecated-list.html new file mode 100644 index 0000000..807b08d --- /dev/null +++ b/javadoc/1.3.1/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Deprecated API

+

Contents

+ +
+
+ + +
    +
  • + + + + + + + + + + +
    Deprecated Methods 
    Method and Description
    com.jmatio.io.MatFileReader.getData() +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/1.3.1/help-doc.html b/javadoc/1.3.1/help-doc.html new file mode 100644 index 0000000..a268d8b --- /dev/null +++ b/javadoc/1.3.1/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + + + diff --git a/javadoc/1.3.1/index-all.html b/javadoc/1.3.1/index-all.html new file mode 100644 index 0000000..2d2e357 --- /dev/null +++ b/javadoc/1.3.1/index-all.html @@ -0,0 +1,1367 @@ + + + + + +Index (matfilerw 1.3.1 API) + + + + + + + + + + + +
A B C D E F G H I M N P Q R S T W  + + +

A

+
+
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Add array name to the filter.
+
+
allocate() - Method in class com.jmatio.types.MLNumericArray
+
 
+
allocate() - Method in class com.jmatio.types.MLSparse
+
 
+
attributes - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

B

+
+
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
+
Returns the backing ByteBuffer
+
+
buffer() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
buffer() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
BufferedOutputStream - Class in com.jmatio.io.stream
+
 
+
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
+
 
+
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
+
 
+
ByteBufferedOutputStream - Class in com.jmatio.io.stream
+
+
From https://gist.github.com/manzke/985007
+
+
ByteBufferedOutputStream(int) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferedOutputStream(int, float, boolean) - Constructor for class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
ByteBufferInputStream - Class in com.jmatio.io.stream
+
 
+
ByteBufferInputStream(ByteBuffer, long) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
+
 
+
+ + + +

C

+
+
capacity() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
cells() - Method in class com.jmatio.types.MLCell
+
 
+
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
close() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
com.jmatio.common - package com.jmatio.common
+
 
+
com.jmatio.common.util - package com.jmatio.common.util
+
 
+
com.jmatio.io - package com.jmatio.io
+
 
+
com.jmatio.io.stream - package com.jmatio.io.stream
+
 
+
com.jmatio.types - package com.jmatio.types
+
 
+
contentToString() - Method in class com.jmatio.types.MLArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLCell
+
 
+
contentToString() - Method in class com.jmatio.types.MLChar
+
 
+
contentToString() - Method in class com.jmatio.types.MLNumericArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLSparse
+
 
+
contentToString() - Method in class com.jmatio.types.MLStructure
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
+
 
+
createHeader() - Static method in class com.jmatio.io.MatFileHeader
+
+
A factory.
+
+
+ + + +

D

+
+
DEFAULT_INCREASING_FACTOR - Static variable in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
+
 
+
dims - Variable in class com.jmatio.types.MLArray
+
 
+
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
dispose() - Method in class com.jmatio.types.MLArray
+
 
+
dispose() - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

E

+
+
equals(Object) - Method in class com.jmatio.types.MLChar
+
 
+
equals(Object) - Method in class com.jmatio.types.MLNumericArray
+
 
+
exportChar() - Method in class com.jmatio.types.MLChar
+
 
+
exportImaginary() - Method in class com.jmatio.types.MLSparse
+
+
Returns the imaginary part (PI) array.
+
+
exportReal() - Method in class com.jmatio.types.MLSparse
+
+
Returns the real part (PR) array.
+
+
+ + + +

F

+
+
FileBufferedOutputStream - Class in com.jmatio.io.stream
+
+
This is an OutputStream that is backed by a RandomAccessFile + and accessed with buffered access.
+
+
FileBufferedOutputStream() - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
FileBufferedOutputStream(MLArray) - Constructor for class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
flush() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+ + + +

G

+
+
get(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
get(int) - Method in class com.jmatio.types.MLCell
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
+
+
Override to accelerate the performance
+
+
get(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as getReal.
+
+
get(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
+
+
Override to accelerate the performance
+
+
getAllFields() - Method in class com.jmatio.types.MLStructure
+
+
Gets all field from sruct array as flat list of fields.
+
+
getArray() - Method in class com.jmatio.types.MLDouble
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt16
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt32
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt8
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt8
+
+
Gets two-dimensional real array.
+
+
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
+
 
+
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
+
 
+
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
+
 
+
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
+
 
+
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
+
 
+
getChar(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
getClassName() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getClassName() - Method in class com.jmatio.types.MLObject
+
 
+
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Returns the content of the field/cell/object.
+
+
getContent() - Method in class com.jmatio.io.MatFile
+
 
+
getContent() - Method in class com.jmatio.io.MatFileReader
+
+
Returns a map of MLArray objects that were inside MAT-file.
+
+
getContent() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getData() - Method in class com.jmatio.io.MatFileReader
+
+
Deprecated. +
use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
+
+
+
getDescription() - Method in class com.jmatio.io.MatFileHeader
+
+
Gets descriptive text
+
+
getDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getField(String) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int) - Method in class com.jmatio.types.MLStructure
+
+
Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
+
+
getFieldNames() - Method in class com.jmatio.types.MLStructure
+
+
Returns the Collection of keys for this structure.
+
+
getFlags() - Method in class com.jmatio.types.MLArray
+
 
+
getHeader() - Method in class com.jmatio.io.MatFile
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single imaginary array element of A(m,n).
+
+
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginary(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
getIR() - Method in class com.jmatio.types.MLSparse
+
+
Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
+
+
getJC() - Method in class com.jmatio.types.MLSparse
+
+
Gets column indices.
+
+
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructure
+
+
Dumps field names to byte array.
+
+
getM() - Method in class com.jmatio.types.MLArray
+
 
+
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
+
+
Gets MAT-file header
+
+
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructure
+
+
Gets the maximum length of field descriptor
+
+
getMaxNZ() - Method in class com.jmatio.types.MLSparse
+
+
Gets maximum number of non-zero values
+
+
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
+
+
Returns the value to which the red file maps the specified array name.
+
+
getN() - Method in class com.jmatio.types.MLArray
+
 
+
getName() - Method in class com.jmatio.types.MLArray
+
+
Gets array name
+
+
getNameToByteArray() - Method in class com.jmatio.types.MLArray
+
 
+
getNDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getObject() - Method in class com.jmatio.types.MLObject
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single real array element of A(m,n).
+
+
getReal(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getReal(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getSize() - Method in class com.jmatio.types.MLArray
+
 
+
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLDouble
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt16
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt32
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt8
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSingle
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSparse
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
+
 
+
getString(int) - Method in class com.jmatio.types.MLChar
+
+
Gets the m-th character matrix's row as String.
+
+
getType() - Method in class com.jmatio.types.MLArray
+
 
+
getVersion() - Method in class com.jmatio.io.MatFileHeader
+
+
When creating a MAT-file, set version to 0x0100
+
+
+ + + +

H

+
+
hashCode() - Method in class com.jmatio.types.MLChar
+
 
+
hashCode() - Method in class com.jmatio.types.MLNumericArray
+
 
+
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
+ + + +

I

+
+
increase(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
+
+
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
+
+
isCell() - Method in class com.jmatio.types.MLArray
+
 
+
isChar() - Method in class com.jmatio.types.MLArray
+
 
+
isComplex() - Method in class com.jmatio.types.MLArray
+
 
+
isDouble() - Method in class com.jmatio.types.MLArray
+
 
+
isEmpty() - Method in class com.jmatio.types.MLArray
+
 
+
isFunctionObject() - Method in class com.jmatio.types.MLArray
+
 
+
isInt16() - Method in class com.jmatio.types.MLArray
+
 
+
isInt32() - Method in class com.jmatio.types.MLArray
+
 
+
isInt64() - Method in class com.jmatio.types.MLArray
+
 
+
isInt8() - Method in class com.jmatio.types.MLArray
+
 
+
isLogical() - Method in class com.jmatio.types.MLArray
+
 
+
isObject() - Method in class com.jmatio.types.MLArray
+
 
+
isOpaque() - Method in class com.jmatio.types.MLArray
+
 
+
isSingle() - Method in class com.jmatio.types.MLArray
+
 
+
isSparse() - Method in class com.jmatio.types.MLArray
+
 
+
isStruct() - Method in class com.jmatio.types.MLArray
+
 
+
isUint16() - Method in class com.jmatio.types.MLArray
+
 
+
isUint32() - Method in class com.jmatio.types.MLArray
+
 
+
isUint64() - Method in class com.jmatio.types.MLArray
+
 
+
isUint8() - Method in class com.jmatio.types.MLArray
+
 
+
isUnknown() - Method in class com.jmatio.types.MLArray
+
 
+
+ + + +

M

+
+
matches(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Test if given name matches the filter.
+
+
MatDataTypes - Class in com.jmatio.common
+
+
MAT-file data types
+
+
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
+
 
+
MatFile - Class in com.jmatio.io
+
+
MatFileReader's API is vague.
+
+
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
+
 
+
MatFileFilter - Class in com.jmatio.io
+
+
File filter.
+
+
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
+
+
Creates empty filter intance.
+
+
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
+
+
Create filter intance and add array names.
+
+
MatFileHeader - Class in com.jmatio.io
+
+
MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
+
+
MatFileHeader(String, int, byte[]) - Constructor for class com.jmatio.io.MatFileHeader
+
+
New MAT-file header
+
+
MatFileIncrementalWriter - Class in com.jmatio.io
+
+
MAT-file Incremental writer.
+
+
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer to a file given the filename.
+
+
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creats a writer to a file given the File object.
+
+
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer for a file, given an output channel to the file..
+
+
MatFileInputStream - Class in com.jmatio.io.stream
+
+
MAT-file input stream class.
+
+
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
+
+
Attach MAT-file input stream to InputStream
+
+
MatFileReader - Class in com.jmatio.io
+
+
MAT-file reader.
+
+
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from file.
+
+
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileWriter - Class in com.jmatio.io
+
+
MAT-file writer.
+
+
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
+
+
Creates the new MatFileWriter instance
+
+
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file given by fileName.
+
+
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File.
+
+
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into OuputSteram.
+
+
MatlabIOException - Exception in com.jmatio.io
+
+
MAT-file reader/writer exception
+
+
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
+
 
+
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
+
 
+
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
MLArray - Class in com.jmatio.types
+
 
+
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
+
 
+
MLArrayQuery - Class in com.jmatio.common.util
+
+
The JMatIO query parser.
+
+
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
+
 
+
MLCell - Class in com.jmatio.types
+
 
+
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLChar - Class in com.jmatio.types
+
 
+
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
+
+
Creates the 1 x String.length() MLChar from the given + String.
+
+
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
+
+
Create the MLChar from array of Strings.
+
+
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
+
+
Added method to allow initialization of a char array representing + an array of strings.
+
+
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
+
 
+
MLDouble - Class in com.jmatio.types
+
+
Class represents Double array (matrix)
+
+
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
+
+
Create a MLDouble array with given name, + and dimensions.
+
+
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
+
+
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLEmptyArray - Class in com.jmatio.types
+
 
+
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLInt16 - Class in com.jmatio.types
+
+
Class represents Int16 array (matrix)
+
+
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
+
+
Create a MLSingle array with given name, + and dimensions.
+
+
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
+
+
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt32 - Class in com.jmatio.types
+
 
+
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt8 - Class in com.jmatio.types
+
 
+
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLJavaObject - Class in com.jmatio.types
+
 
+
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
+
 
+
MLNumericArray<T extends Number> - Class in com.jmatio.types
+
 
+
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLObject - Class in com.jmatio.types
+
 
+
MLObject(String, String, MLStructure) - Constructor for class com.jmatio.types.MLObject
+
 
+
MLSingle - Class in com.jmatio.types
+
 
+
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSparse - Class in com.jmatio.types
+
 
+
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
+
 
+
MLStructure - Class in com.jmatio.types
+
+
This class represents Matlab's Structure object (structure array).
+
+
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLStructure(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLUInt16 - Class in com.jmatio.types
+
 
+
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt32 - Class in com.jmatio.types
+
 
+
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Create a MLUInt64 array with given name, + and dimensions.
+
+
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLUInt8 - Class in com.jmatio.types
+
+
Class represents UInt8 (byte) array (matrix)
+
+
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

N

+
+
name - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

P

+
+
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

Q

+
+
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
+
 
+
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Parses the query string and returns the object it refers to.
+
+
+ + + +

R

+
+
read(File) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
 
+
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a bare set of bytes.
+
+
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to char.
+
+
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to double.
+
+
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to int.
+
+
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads the data into a ByteBuffer.
+
+
+ + + +

S

+
+
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(MLArray, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(String) - Method in class com.jmatio.types.MLChar
+
+
Populates the MLChar with the String value.
+
+
set(String, int) - Method in class com.jmatio.types.MLChar
+
+
Set one row, specifying the row.
+
+
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T[]) - Method in class com.jmatio.types.MLNumericArray
+
 
+
set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
setChar(char, int) - Method in class com.jmatio.types.MLChar
+
 
+
setField(String, MLArray) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for current structure
+
+
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets field for (m,n)'th structure in struct array
+
+
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructure
+
+
Sets filed for structure described by index in struct array
+
+
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single imaginary array element.
+
+
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets real part of matrix
+
+
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
size() - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Return number of bytes for given type.
+
+
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
+ + + +

T

+
+
toString() - Method in class com.jmatio.io.MatFileHeader
+
 
+
toString() - Method in class com.jmatio.types.MLArray
+
 
+
type - Variable in class com.jmatio.types.MLArray
+
 
+
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Get String representation of a data type
+
+
typeToString(int) - Static method in class com.jmatio.types.MLArray
+
 
+
+ + + +

W

+
+
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
+
Writes MLArrays into WritableByteChannel.
+
+
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file created from + filepath.
+
+
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File
+
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.ByteBufferedOutputStream
+
 
+
write(int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[]) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(byte[], int, int) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
write(ByteBuffer) - Method in class com.jmatio.io.stream.FileBufferedOutputStream
+
 
+
+A B C D E F G H I M N P Q R S T W 
+ + + + + + diff --git a/javadoc/1.3.1/index.html b/javadoc/1.3.1/index.html new file mode 100644 index 0000000..3d6257a --- /dev/null +++ b/javadoc/1.3.1/index.html @@ -0,0 +1,74 @@ + + + + + +matfilerw 1.3.1 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/1.3.1/overview-frame.html b/javadoc/1.3.1/overview-frame.html new file mode 100644 index 0000000..b10a425 --- /dev/null +++ b/javadoc/1.3.1/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (matfilerw 1.3.1 API) + + + + + +

com.diffplug.matsim:matfilerw:1.3.1 by DiffPlug

+ + +

 

+ + diff --git a/javadoc/1.3.1/overview-summary.html b/javadoc/1.3.1/overview-summary.html new file mode 100644 index 0000000..b2ef7b3 --- /dev/null +++ b/javadoc/1.3.1/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

matfilerw 1.3.1 API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
+
+ + + + + + diff --git a/javadoc/1.3.1/overview-tree.html b/javadoc/1.3.1/overview-tree.html new file mode 100644 index 0000000..e179e07 --- /dev/null +++ b/javadoc/1.3.1/overview-tree.html @@ -0,0 +1,212 @@ + + + + + +Class Hierarchy (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/1.3.1/package-list b/javadoc/1.3.1/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/1.3.1/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/1.3.1/script.js b/javadoc/1.3.1/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/1.3.1/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/1.3.1/serialized-form.html b/javadoc/1.3.1/serialized-form.html new file mode 100644 index 0000000..783162a --- /dev/null +++ b/javadoc/1.3.1/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (matfilerw 1.3.1 API) + + + + + + + + + + + +
+

Serialized Form

+
+
+ +
+ + + + + + diff --git a/javadoc/1.3.1/stylesheet.css b/javadoc/1.3.1/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/1.3.1/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From ca1f222e0c47dd824c92e42a7530e3505f618d72 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Sat, 17 Oct 2015 00:18:30 +0000 Subject: [PATCH 16/56] Lastest javadoc on successful travis build 28 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 4 ++-- javadoc/snapshot/allclasses-noframe.html | 4 ++-- javadoc/snapshot/com/jmatio/common/MatDataTypes.html | 4 ++-- javadoc/snapshot/com/jmatio/common/package-frame.html | 4 ++-- javadoc/snapshot/com/jmatio/common/package-summary.html | 4 ++-- javadoc/snapshot/com/jmatio/common/package-tree.html | 4 ++-- javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html | 4 ++-- javadoc/snapshot/com/jmatio/common/util/package-frame.html | 4 ++-- javadoc/snapshot/com/jmatio/common/util/package-summary.html | 4 ++-- javadoc/snapshot/com/jmatio/common/util/package-tree.html | 4 ++-- javadoc/snapshot/com/jmatio/io/MatFile.html | 4 ++-- javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 4 ++-- javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 4 ++-- javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html | 4 ++-- javadoc/snapshot/com/jmatio/io/MatFileReader.html | 4 ++-- javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 4 ++-- javadoc/snapshot/com/jmatio/io/MatlabIOException.html | 4 ++-- javadoc/snapshot/com/jmatio/io/package-frame.html | 4 ++-- javadoc/snapshot/com/jmatio/io/package-summary.html | 4 ++-- javadoc/snapshot/com/jmatio/io/package-tree.html | 4 ++-- .../snapshot/com/jmatio/io/stream/BufferedOutputStream.html | 4 ++-- .../snapshot/com/jmatio/io/stream/ByteBufferInputStream.html | 4 ++-- .../com/jmatio/io/stream/ByteBufferedOutputStream.html | 4 ++-- .../com/jmatio/io/stream/FileBufferedOutputStream.html | 4 ++-- javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html | 4 ++-- javadoc/snapshot/com/jmatio/io/stream/package-frame.html | 4 ++-- javadoc/snapshot/com/jmatio/io/stream/package-summary.html | 4 ++-- javadoc/snapshot/com/jmatio/io/stream/package-tree.html | 4 ++-- javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLArray.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLCell.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLChar.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLDouble.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLEmptyArray.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLInt16.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLInt32.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLInt64.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLInt8.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLJavaObject.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLNumericArray.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLObject.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLSingle.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLSparse.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLStructure.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLUInt16.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLUInt32.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLUInt64.html | 4 ++-- javadoc/snapshot/com/jmatio/types/MLUInt8.html | 4 ++-- javadoc/snapshot/com/jmatio/types/package-frame.html | 4 ++-- javadoc/snapshot/com/jmatio/types/package-summary.html | 4 ++-- javadoc/snapshot/com/jmatio/types/package-tree.html | 4 ++-- javadoc/snapshot/constant-values.html | 4 ++-- javadoc/snapshot/deprecated-list.html | 4 ++-- javadoc/snapshot/help-doc.html | 4 ++-- javadoc/snapshot/index-all.html | 4 ++-- javadoc/snapshot/index.html | 2 +- javadoc/snapshot/overview-frame.html | 4 ++-- javadoc/snapshot/overview-summary.html | 4 ++-- javadoc/snapshot/overview-tree.html | 4 ++-- javadoc/snapshot/serialized-form.html | 4 ++-- 60 files changed, 119 insertions(+), 119 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index 658002d..6806db8 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 8bbebf8..ca490a1 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 833b102..3b832d5 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 5895949..e4b5f96 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index bac02f8..0d1aadf 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index ee8a317..61f70db 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index 924297a..4368afc 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 2d910eb..3730174 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index e4e0301..e295de2 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index 63ecf9a..cce7eef 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index 6ec5ef5..2640bc4 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index da6a60d..ee9b9ed 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index 5558620..02c5940 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index c62fd6a..086e372 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index d733fd3..23cc5cc 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 8c27c78..da9fb34 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 81c54ca..72ad594 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index b20d819..ad85f7f 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 81bd470..d7e07c2 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index cd68975..9e3a10c 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 0ce4795..edb70a2 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index adc5ffd..e0742b3 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html index b384166..77b5148 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html @@ -2,9 +2,9 @@ - + ByteBufferedOutputStream (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html index e38a0d5..4c1c77c 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html @@ -2,9 +2,9 @@ - + FileBufferedOutputStream (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index 958dea5..0ba8fe8 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index 8eedc4a..0677a6e 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index c060931..a0586ff 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index 760ceb6..f7fd659 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index 7c86da6..f3667e3 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 97a963b..61d0c4f 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index 0209615..a9dfcc3 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index 215d084..8c3e778 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 66654e7..cb25a86 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index cfdbe76..bf38365 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,9 +2,9 @@ - + MLEmptyArray (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index b29507d..8cd60bd 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,9 +2,9 @@ - + MLInt16 (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index d5e0b67..660ba92 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,9 +2,9 @@ - + MLInt32 (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index 30f4dce..c0ce69c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,9 +2,9 @@ - + MLInt64 (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index 92defbe..f59e9da 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,9 +2,9 @@ - + MLInt8 (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index 773582b..9527c86 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,9 +2,9 @@ - + MLJavaObject (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index f8b9641..ae2b91b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,9 +2,9 @@ - + MLNumericArray (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index 052f006..39b7de6 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,9 +2,9 @@ - + MLObject (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index 6fed170..ce7e88c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,9 +2,9 @@ - + MLSingle (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index 599052f..b2fb991 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,9 +2,9 @@ - + MLSparse (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index 1f6c89f..ee21faf 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,9 +2,9 @@ - + MLStructure (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index e7004f9..3e5696c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,9 +2,9 @@ - + MLUInt16 (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index 7e8fe35..3cba0b2 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,9 +2,9 @@ - + MLUInt32 (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index 0e1aa1a..058dc76 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,9 +2,9 @@ - + MLUInt64 (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index 3618cf2..5b7a67b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,9 +2,9 @@ - + MLUInt8 (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 27ad021..91f92ce 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 42d514b..0520589 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index 60225b3..5b68ad7 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.types Class Hierarchy (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index a22357a..22e976d 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index fe404e7..ff60b5f 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index b209c19..0868e0c 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,9 +2,9 @@ - + API Help (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index 008b425..6929766 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,9 +2,9 @@ - + Index (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 7351a79..6b20cdb 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 1.4.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 8bdaea3..f10da69 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index 75e960f..088a652 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 1.4.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index a481080..4e30039 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 1.4.0-SNAPSHOT API) - + From b0c30f7b70c6a32db0db9155b487ca6c48a30498 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Sat, 17 Oct 2015 01:23:03 +0000 Subject: [PATCH 17/56] Lastest javadoc on successful travis build 29 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 2 +- javadoc/snapshot/allclasses-noframe.html | 2 +- javadoc/snapshot/com/jmatio/common/MatDataTypes.html | 2 +- javadoc/snapshot/com/jmatio/common/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFile.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileReader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatlabIOException.html | 2 +- javadoc/snapshot/com/jmatio/io/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html | 2 +- .../snapshot/com/jmatio/io/stream/ByteBufferInputStream.html | 2 +- .../snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html | 2 +- .../snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html | 2 +- javadoc/snapshot/com/jmatio/types/MLArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLCell.html | 2 +- javadoc/snapshot/com/jmatio/types/MLChar.html | 2 +- javadoc/snapshot/com/jmatio/types/MLDouble.html | 2 +- javadoc/snapshot/com/jmatio/types/MLEmptyArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/MLJavaObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLNumericArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSingle.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSparse.html | 2 +- javadoc/snapshot/com/jmatio/types/MLStructure.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/types/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/types/package-tree.html | 2 +- javadoc/snapshot/constant-values.html | 2 +- javadoc/snapshot/deprecated-list.html | 2 +- javadoc/snapshot/help-doc.html | 2 +- javadoc/snapshot/index-all.html | 2 +- javadoc/snapshot/index.html | 2 +- javadoc/snapshot/overview-frame.html | 2 +- javadoc/snapshot/overview-summary.html | 2 +- javadoc/snapshot/overview-tree.html | 2 +- javadoc/snapshot/serialized-form.html | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index 6806db8..e72c6a7 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index ca490a1..529247f 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 3b832d5..25eb886 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,7 +2,7 @@ - + MatDataTypes (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index e4b5f96..6633f22 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 0d1aadf..812b03c 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index 61f70db..54172c9 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common Class Hierarchy (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index 4368afc..0d3b18d 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,7 +2,7 @@ - + MLArrayQuery (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 3730174..896c4c2 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index e295de2..e9c26a0 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index cce7eef..17036a2 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index 2640bc4..5cbbbe6 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,7 +2,7 @@ - + MatFile (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index ee9b9ed..d4b64ec 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,7 +2,7 @@ - + MatFileFilter (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index 02c5940..2c03f49 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,7 +2,7 @@ - + MatFileHeader (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index 086e372..5125cb5 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,7 +2,7 @@ - + MatFileIncrementalWriter (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 23cc5cc..932fa6a 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,7 +2,7 @@ - + MatFileReader (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index da9fb34..b363709 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,7 +2,7 @@ - + MatFileWriter (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 72ad594..e7e5d6b 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,7 +2,7 @@ - + MatlabIOException (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index ad85f7f..e3ebf77 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index d7e07c2..1ce1256 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 9e3a10c..98425a5 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io Class Hierarchy (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index edb70a2..78b8454 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,7 +2,7 @@ - + BufferedOutputStream (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index e0742b3..046f1bd 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,7 +2,7 @@ - + ByteBufferInputStream (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html index 77b5148..7d120ae 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html @@ -2,7 +2,7 @@ - + ByteBufferedOutputStream (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html index 4c1c77c..aab8a38 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html @@ -2,7 +2,7 @@ - + FileBufferedOutputStream (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index 0ba8fe8..e00c8b9 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,7 +2,7 @@ - + MatFileInputStream (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index 0677a6e..079dc1e 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index a0586ff..e110bad 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index f7fd659..54ad51e 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index f3667e3..57a401c 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,7 +2,7 @@ - + ByteStorageSupport (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 61d0c4f..a755c40 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,7 +2,7 @@ - + MLArray (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index a9dfcc3..b9201f6 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,7 +2,7 @@ - + MLCell (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index 8c3e778..31b4be9 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,7 +2,7 @@ - + MLChar (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index cb25a86..4ccdf93 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,7 +2,7 @@ - + MLDouble (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index bf38365..15714e0 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,7 +2,7 @@ - + MLEmptyArray (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index 8cd60bd..04e5ff0 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,7 +2,7 @@ - + MLInt16 (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index 660ba92..1734c97 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,7 +2,7 @@ - + MLInt32 (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index c0ce69c..6bbab24 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,7 +2,7 @@ - + MLInt64 (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index f59e9da..5635ff0 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,7 +2,7 @@ - + MLInt8 (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index 9527c86..8ceb6aa 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,7 +2,7 @@ - + MLJavaObject (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index ae2b91b..f0aae12 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,7 +2,7 @@ - + MLNumericArray (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index 39b7de6..593687d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,7 +2,7 @@ - + MLObject (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index ce7e88c..9442721 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,7 +2,7 @@ - + MLSingle (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index b2fb991..37aab6e 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,7 +2,7 @@ - + MLSparse (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index ee21faf..ee69869 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,7 +2,7 @@ - + MLStructure (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 3e5696c..8073daf 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,7 +2,7 @@ - + MLUInt16 (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index 3cba0b2..f497c50 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,7 +2,7 @@ - + MLUInt32 (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index 058dc76..d6a0236 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,7 +2,7 @@ - + MLUInt64 (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index 5b7a67b..ce80396 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,7 +2,7 @@ - + MLUInt8 (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 91f92ce..bbaf0d5 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 0520589..7457d85 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index 5b68ad7..9a40422 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.types Class Hierarchy (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index 22e976d..1548f7d 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index ff60b5f..3b6a12c 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index 0868e0c..a36cdc9 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,7 +2,7 @@ - + API Help (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index 6929766..555d002 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,7 +2,7 @@ - + Index (matfilerw 1.4.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 6b20cdb..898255a 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 1.4.0-SNAPSHOT API + + +

All Classes

+ + + diff --git a/javadoc/2.0.0.TRANSITION/allclasses-noframe.html b/javadoc/2.0.0.TRANSITION/allclasses-noframe.html new file mode 100644 index 0000000..c49ae66 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/allclasses-noframe.html @@ -0,0 +1,85 @@ + + + + + +All Classes (matfilerw 2.0.0.TRANSITION API) + + + + + +

All Classes

+ + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/MatDataTypes.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..1cbac76 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/MatDataTypes.html @@ -0,0 +1,854 @@ + + + + + +MatDataTypes (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.common
+

Class MatDataTypes

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class MatDataTypes
    +extends Object
    +
    MAT-file data types
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatDataTypes

        +
        public MatDataTypes()
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        sizeOf

        +
        public static int sizeOf(int type)
        +
        Deprecated. 
        +
        Return number of bytes for given type.
        +
        +
        Parameters:
        +
        type - - MatDataTypes
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        typeToString

        +
        public static String typeToString(int type)
        +
        Deprecated. 
        +
        Get String representation of a data type
        +
        +
        Parameters:
        +
        type - - data type
        +
        Returns:
        +
        - String representation
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/package-frame.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/package-frame.html new file mode 100644 index 0000000..1ef2762 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +ca.mjdsystems.jmatio.common (matfilerw 2.0.0.TRANSITION API) + + + + + +

ca.mjdsystems.jmatio.common

+
+

Classes

+ +
+ + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/package-summary.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/package-summary.html new file mode 100644 index 0000000..110d835 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/package-summary.html @@ -0,0 +1,142 @@ + + + + + +ca.mjdsystems.jmatio.common (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Package ca.mjdsystems.jmatio.common

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatDataTypesDeprecated
    +
  • +
+
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/package-tree.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/package-tree.html new file mode 100644 index 0000000..84fe092 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +ca.mjdsystems.jmatio.common Class Hierarchy (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Hierarchy For Package ca.mjdsystems.jmatio.common

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/HeapBufferDataOutputStream.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/HeapBufferDataOutputStream.html new file mode 100644 index 0000000..6f104fb --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/HeapBufferDataOutputStream.html @@ -0,0 +1,383 @@ + + + + + +HeapBufferDataOutputStream (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.io
+

Class HeapBufferDataOutputStream

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HeapBufferDataOutputStream

        +
        public HeapBufferDataOutputStream()
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        write

        +
        public void write(ByteBuffer byteBuffer)
        +           throws IOException
        +
        Deprecated. 
        +
        Writes a sequence of bytes to this stream from the given buffer.
        +
        +
        Parameters:
        +
        byteBuffer - the source ByteBuffer
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +         throws IOException
        +
        Deprecated. 
        +
        Returns the current size of this stream.
        +
        +
        Returns:
        +
        the current size of this stream.
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileFilter.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..fc9a99d --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileFilter.html @@ -0,0 +1,355 @@ + + + + + +MatFileFilter (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.io
+

Class MatFileFilter

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class MatFileFilter
    +extends Object
    +
    File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
    
    + //create new filter instance
    + MatFileFilter filter = new MatFileFilter();
    + //add a needle
    + filter.addArrayName( "your_array_name" );
    + 
    + //read array form file (haystack) looking _only_ for pecified array (needle)
    + MatFileReader mfr = new MatFileReader( fileName, filter );
    + 
    +
    +
    See Also:
    +
    MatFileReader
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter()
        +
        Deprecated. 
        +
        Creates empty filter intance. + + Note: empty filter acceps all results.
        +
      • +
      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter(String[] names)
        +
        Deprecated. 
        +
        Create filter intance and add array names.
        +
        +
        Parameters:
        +
        names - - array of names (needles)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addArrayName

        +
        public void addArrayName(String name)
        +
        Deprecated. 
        +
        Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
        +
        +
        Parameters:
        +
        name - - array name (needle)
        +
        +
      • +
      + + + +
        +
      • +

        matches

        +
        public boolean matches(String name)
        +
        Deprecated. 
        +
        Test if given name matches the filter.
        +
        +
        Parameters:
        +
        name - - array name to be tested
        +
        Returns:
        +
        - true if array (matrix) of this name should be processed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileHeader.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..a7c95b6 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileHeader.html @@ -0,0 +1,409 @@ + + + + + +MatFileHeader (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.io
+

Class MatFileHeader

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class MatFileHeader
    +extends Object
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileHeader

        +
        public MatFileHeader(String description,
        +                     int version,
        +                     byte[] endianIndicator,
        +                     ByteOrder byteOrder)
        +
        Deprecated. 
        +
        New MAT-file header
        +
        +
        Parameters:
        +
        description - - descriptive text (no longer than 116 characters)
        +
        version - - by default is set to 0x0100
        +
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescription

        +
        public String getDescription()
        +
        Deprecated. 
        +
        Gets descriptive text
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getEndianIndicator

        +
        public byte[] getEndianIndicator()
        +
        Deprecated. 
        +
        Gets endian indicator. Bytes written as "MI" suggest that byte-swapping operation is required + in order to interpret data correctly. If value is set to "IM" byte-swapping is not needed.
        +
        +
        Returns:
        +
        - a byte array size of 2
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Deprecated. 
        +
        When creating a MAT-file, set version to 0x0100
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createHeader

        +
        public static MatFileHeader createHeader()
        +
        Deprecated. 
        +
        A factory. Creates new MatFileHeader instance with default header values: +
          +
        • MAT-file is 5.0 version
        • +
        • version is set to 0x0100
        • +
        • no byte-swapping ("IM")
        • +
        +
        +
        Returns:
        +
        - new MatFileHeader instance
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString()
        +
        Deprecated. 
        +
        +
        Overrides:
        +
        toString in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getByteOrder

        +
        public ByteOrder getByteOrder()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileIncrementalWriter.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..b84e7ca --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,428 @@ + + + + + +MatFileIncrementalWriter (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.io
+

Class MatFileIncrementalWriter

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class MatFileIncrementalWriter
    +extends Object
    +
    MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    + writer.write(mlDouble);
    + writer.write(mlChar);
    + 
    + writer.close();
    + 
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr');
    + >> save('mat_file.mat', 'char_arr', '-append');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(String fileName)
        +                         throws IOException
        +
        Deprecated. 
        +
        Creates a writer to a file given the filename.
        +
        +
        Parameters:
        +
        fileName - - name of ouput file
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(File file)
        +                         throws IOException
        +
        Deprecated. 
        +
        Creats a writer to a file given the File object.
        +
        +
        Parameters:
        +
        file - - an output File
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(WritableByteChannel chan)
        +                         throws IOException
        +
        Deprecated. 
        +
        Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
        +
        +
        Parameters:
        +
        chan - - WritableByteChannel
        +
        data - - Collection of MLArray elements
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileReader.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..abd8a2a --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileReader.html @@ -0,0 +1,790 @@ + + + + + +MatFileReader (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.io
+

Class MatFileReader

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        MEMORY_MAPPED_FILE

        +
        public static final int MEMORY_MAPPED_FILE
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DIRECT_BYTE_BUFFER

        +
        public static final int DIRECT_BYTE_BUFFER
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HEAP_BYTE_BUFFER

        +
        public static final int HEAP_BYTE_BUFFER
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName)
        +              throws FileNotFoundException,
        +                     IOException
        +
        Deprecated. 
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        FileNotFoundException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Deprecated. 
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file)
        +              throws IOException
        +
        Deprecated. 
        +
        Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file,
        +                     MatFileFilter filter,
        +                     MatFileType matType)
        +              throws IOException
        +
        Deprecated. 
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, ca.mjdsystems.jmatio.io.MatFileReader.MallocPolicy)

        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(MatFileType matType)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(InputStream stream,
        +                     MatFileType type)
        +              throws IOException
        +
        Deprecated. 
        +
        Creates instance of MatFileReader and reads MAT-file from + file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        stream - the MAT-file stream
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(InputStream stream,
        +                     MatFileFilter filter,
        +                     MatFileType type)
        +              throws IOException
        +
        Deprecated. 
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to + #read(File, MatFileFilter, ca.mjdsystems.jmatio.io.MatFileReader.MallocPolicy) +

        +
        +
        Parameters:
        +
        stream - the MAT-file stream
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file)
        +                         throws IOException
        +
        Deprecated. 
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(InputStream stream)
        +                         throws IOException
        +
        Deprecated. 
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls read(stream, new MatFileFilter()).

        +
        +
        Parameters:
        +
        stream - a valid MAT-file stream to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file,
        +                                int policy)
        +                         throws IOException
        +
        Deprecated. 
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), policy).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        policy - the file memory allocation policy
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + + + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(InputStream stream,
        +                                MatFileFilter filter)
        +                         throws IOException
        +
        Deprecated. 
        +
        Read a mat file from a stream. Internally this will read the stream fully + into memory before parsing it.
        +
        +
        Parameters:
        +
        stream - a valid MAT-file stream to be read
        +
        filter - the array filter applied during reading
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        See Also:
        +
        MatFileFilter
        +
        +
      • +
      + + + +
        +
      • +

        getMatFileHeader

        +
        public MatFileHeader getMatFileHeader()
        +
        Deprecated. 
        +
        Gets MAT-file header
        +
        +
        Returns:
        +
        - a MatFileHeader object
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public ArrayList<MLArray> getData()
        +
        Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
        +
        Returns list of MLArray objects that were inside MAT-file
        +
        +
        Returns:
        +
        - a ArrayList
        +
        +
      • +
      + + + +
        +
      • +

        getMLArray

        +
        public MLArray getMLArray(String name)
        +
        Deprecated. 
        +
        Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
        +
        +
        Parameters:
        +
        - - array name
        +
        Returns:
        +
        - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Map<String,MLArray> getContent()
        +
        Deprecated. 
        +
        Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
        +
        +
        Returns:
        +
        - a Map of MLArrays mapped with their names.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileType.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileType.html new file mode 100644 index 0000000..dfe1dce --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileType.html @@ -0,0 +1,354 @@ + + + + + +MatFileType (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.io
+

Enum MatFileType

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        Regular

        +
        public static final MatFileType Regular
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        ReducedHeader

        +
        public static final MatFileType ReducedHeader
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static MatFileType[] values()
        +
        Deprecated. 
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (MatFileType c : MatFileType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static MatFileType valueOf(String name)
        +
        Deprecated. 
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileWriter.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..9692b17 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatFileWriter.html @@ -0,0 +1,439 @@ + + + + + +MatFileWriter (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.io
+

Class MatFileWriter

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class MatFileWriter
    +extends Object
    +
    MAT-file writer. + + Usage: + +
    + 
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +
    + //2. write arrays to file
    + ArrayList list = new ArrayList();
    + list.add( mlDouble );
    + list.add( mlChar );
    +
    + new MatFileWriter( "mat_file.mat", list );
    + 
    + 
    + + this is "equal" to Matlab commands: + +
    + 
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr', 'char_arr');
    + 
    + +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileWriter

        +
        public MatFileWriter()
        +
        Deprecated. 
        +
        Creates the new MatFileWriter instance
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        MatFileWriter

        +
        public MatFileWriter(WritableByteChannel channel,
        +                     Collection<MLArray> data)
        +              throws IOException
        +
        Deprecated. 
        +
        Writes MLArrays into OuputSteram. + + Writes MAT-file header and compressed data (miCOMPRESSED).
        +
        +
        Parameters:
        +
        output - - OutputStream
        +
        data - - Collection of MLArray elements
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        write

        +
        public void write(String filepath,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Deprecated. 
        +
        Writes MLArrays into file created from + filepath.
        +
        +
        Parameters:
        +
        filepath - the absolute file path of a MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(File file,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Deprecated. 
        +
        Writes MLArrays into File
        +
        +
        Parameters:
        +
        file - the MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatlabIOException.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..5fbbcce --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/MatlabIOException.html @@ -0,0 +1,273 @@ + + + + + +MatlabIOException (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.io
+

Class MatlabIOException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatlabIOException

        +
        public MatlabIOException(String s)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/SimulinkDecoder.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/SimulinkDecoder.html new file mode 100644 index 0000000..ef2a0c6 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/SimulinkDecoder.html @@ -0,0 +1,303 @@ + + + + + +SimulinkDecoder (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.io
+

Class SimulinkDecoder

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SimulinkDecoder

        +
        public SimulinkDecoder(String input)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/package-frame.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/package-frame.html new file mode 100644 index 0000000..e02cb72 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/package-frame.html @@ -0,0 +1,34 @@ + + + + + +ca.mjdsystems.jmatio.io (matfilerw 2.0.0.TRANSITION API) + + + + + +

ca.mjdsystems.jmatio.io

+ + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/package-summary.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/package-summary.html new file mode 100644 index 0000000..b09b0ea --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/package-summary.html @@ -0,0 +1,196 @@ + + + + + +ca.mjdsystems.jmatio.io (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Package ca.mjdsystems.jmatio.io

+
+
+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/package-tree.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/package-tree.html new file mode 100644 index 0000000..79855d3 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/io/package-tree.html @@ -0,0 +1,180 @@ + + + + + +ca.mjdsystems.jmatio.io Class Hierarchy (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Hierarchy For Package ca.mjdsystems.jmatio.io

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/ByteStorageSupport.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..6691546 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,280 @@ + + + + + +ByteStorageSupport (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Interface ByteStorageSupport<T extends Number>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBytesAllocated

        +
        int getBytesAllocated()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        T buldFromBytes(byte[] bytes)
        +
        Deprecated. 
        +
      • +
      + + + + + +
        +
      • +

        getByteArray

        +
        byte[] getByteArray(T value)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        Class<?> getStorageClazz()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/GenericArrayCreator.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/GenericArrayCreator.html new file mode 100644 index 0000000..08829e5 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/GenericArrayCreator.html @@ -0,0 +1,232 @@ + + + + + +GenericArrayCreator (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Interface GenericArrayCreator<T>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        T[] createArray(int m,
        +                int n)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLArray.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLArray.html new file mode 100644 index 0000000..ee64e16 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLArray.html @@ -0,0 +1,1372 @@ + + + + + +MLArray (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLArray

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        mxUNKNOWN_CLASS

        +
        public static final int mxUNKNOWN_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxCELL_CLASS

        +
        public static final int mxCELL_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxSTRUCT_CLASS

        +
        public static final int mxSTRUCT_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxOBJECT_CLASS

        +
        public static final int mxOBJECT_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxCHAR_CLASS

        +
        public static final int mxCHAR_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxSPARSE_CLASS

        +
        public static final int mxSPARSE_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxDOUBLE_CLASS

        +
        public static final int mxDOUBLE_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxSINGLE_CLASS

        +
        public static final int mxSINGLE_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxINT8_CLASS

        +
        public static final int mxINT8_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxUINT8_CLASS

        +
        public static final int mxUINT8_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxINT16_CLASS

        +
        public static final int mxINT16_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxUINT16_CLASS

        +
        public static final int mxUINT16_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxINT32_CLASS

        +
        public static final int mxINT32_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxUINT32_CLASS

        +
        public static final int mxUINT32_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxINT64_CLASS

        +
        public static final int mxINT64_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxUINT64_CLASS

        +
        public static final int mxUINT64_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxFUNCTION_CLASS

        +
        public static final int mxFUNCTION_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mxOPAQUE_CLASS

        +
        public static final int mxOPAQUE_CLASS
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mtFLAG_COMPLEX

        +
        public static final int mtFLAG_COMPLEX
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mtFLAG_GLOBAL

        +
        public static final int mtFLAG_GLOBAL
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mtFLAG_LOGICAL

        +
        public static final int mtFLAG_LOGICAL
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        mtFLAG_TYPE

        +
        public static final int mtFLAG_TYPE
        +
        Deprecated. 
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        dims

        +
        protected int[] dims
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        name

        +
        public String name
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        attributes

        +
        protected int attributes
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        type

        +
        protected int type
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArray

        +
        public MLArray(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Deprecated. 
        +
        Gets array name
        +
        +
        Returns:
        +
        - array name
        +
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getNameToByteArray

        +
        public byte[] getNameToByteArray()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getDimensions

        +
        public int[] getDimensions()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getM

        +
        public int getM()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getN

        +
        public int getN()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getNDimensions

        +
        public int getNDimensions()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        typeToString

        +
        public static final String typeToString(int type)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isCell

        +
        public boolean isCell()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isChar

        +
        public boolean isChar()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isComplex

        +
        public boolean isComplex()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isSparse

        +
        public boolean isSparse()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isStruct

        +
        public boolean isStruct()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isDouble

        +
        public boolean isDouble()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isSingle

        +
        public boolean isSingle()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isInt8

        +
        public boolean isInt8()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isUint8

        +
        public boolean isUint8()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isInt16

        +
        public boolean isInt16()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isUint16

        +
        public boolean isUint16()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isInt32

        +
        public boolean isInt32()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isUint32

        +
        public boolean isUint32()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isInt64

        +
        public boolean isInt64()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isUint64

        +
        public boolean isUint64()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isObject

        +
        public boolean isObject()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        public boolean isOpaque()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isLogical

        +
        public boolean isLogical()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isFunctionObject

        +
        public boolean isFunctionObject()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isUnknown

        +
        public boolean isUnknown()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        protected int getIndex(int m,
        +                       int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString()
        +
        Deprecated. 
        +
        +
        Overrides:
        +
        toString in class Object
        +
        +
      • +
      + + + +
        +
      • +

        contentToString

        +
        public String contentToString()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLCell.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLCell.html new file mode 100644 index 0000000..e2b6512 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLCell.html @@ -0,0 +1,443 @@ + + + + + +MLCell (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLCell

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        set

        +
        public void set(MLArray value,
        +                int m,
        +                int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(MLArray value,
        +                int index)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        get

        +
        public MLArray get(int m,
        +                   int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        get

        +
        public MLArray get(int index)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        public int getIndex(int m,
        +                    int n)
        +
        Deprecated. 
        +
        +
        Overrides:
        +
        getIndex in class MLArray
        +
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLChar.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLChar.html new file mode 100644 index 0000000..209fa6b --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLChar.html @@ -0,0 +1,565 @@ + + + + + +MLChar (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLChar

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String value)
        +
        Deprecated. 
        +
        Creates the 1 x String.length() MLChar from the given + String.
        +
        +
        Parameters:
        +
        name - the MLArray name
        +
        value - the String
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String[] values)
        +
        Deprecated. 
        +
        Create the MLChar from array of Strings.
        +
        +
        Parameters:
        +
        name - the MLArray name
        +
        values - the array of Strings
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String[] values,
        +              int maxlen)
        +
        Deprecated. 
        +
        Added method to allow initialization of a char array representing + an array of strings.
        +
        +
        Parameters:
        +
        name -
        +
        values -
        +
        maxlen -
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        setChar

        +
        public void setChar(char ch,
        +                    int index)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value)
        +
        Deprecated. 
        +
        Populates the MLChar with the String value.
        +
        +
        Parameters:
        +
        value - the String value
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value,
        +                int idx)
        +
        Deprecated. 
        +
        Set one row, specifying the row.
        +
        +
        Parameters:
        +
        value -
        +
        idx -
        +
        +
      • +
      + + + +
        +
      • +

        getChar

        +
        public Character getChar(int m,
        +                         int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        exportChar

        +
        public Character[] exportChar()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        Deprecated. 
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getString

        +
        public String getString(int m)
        +
        Deprecated. 
        +
        Gets the m-th character matrix's row as String.
        +
        +
        Parameters:
        +
        m - - row number
        +
        Returns:
        +
        - String
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLDouble.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLDouble.html new file mode 100644 index 0000000..9e8facf --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLDouble.html @@ -0,0 +1,540 @@ + + + + + +MLDouble (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLDouble

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Deprecated. 
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims)
        +
        Deprecated. 
        +
        Create a MLDouble array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                Double[] vals,
        +                int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[][] vals)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[] vals,
        +                int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Double[] createArray(int m,
        +                            int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public double[][] getArray()
        +
        Deprecated. 
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLEmptyArray.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..f1753f5 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLEmptyArray.html @@ -0,0 +1,305 @@ + + + + + +MLEmptyArray (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLEmptyArray

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name,
        +                    int[] dims,
        +                    int type,
        +                    int attributes)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt16.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt16.html new file mode 100644 index 0000000..2d8b8a4 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt16.html @@ -0,0 +1,540 @@ + + + + + +MLInt16 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Deprecated. 
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxINT16_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims)
        +
        Deprecated. 
        +
        Create a MLSingle array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               Short[] vals,
        +               int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[][] vals)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[] vals,
        +               int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Short[] createArray(int m,
        +                           int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public short[][] getArray()
        +
        Deprecated. 
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Short buldFromBytes(byte[] bytes)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Short value)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Short> getStorageClazz()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt32.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt32.html new file mode 100644 index 0000000..591741b --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt32.html @@ -0,0 +1,543 @@ + + + + + +MLInt32 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Deprecated. 
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims)
        +
        Deprecated. 
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               Integer[] vals,
        +               int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[][] vals)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] vals,
        +               int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Integer[] createArray(int m,
        +                             int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public int[][] getArray()
        +
        Deprecated. 
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Integer buldFromBytes(byte[] bytes)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Integer> getStorageClazz()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Integer value)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt64.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt64.html new file mode 100644 index 0000000..6c5a595 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt64.html @@ -0,0 +1,540 @@ + + + + + +MLInt64 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Deprecated. 
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims)
        +
        Deprecated. 
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               Long[] vals,
        +               int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[][] vals)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[] vals,
        +               int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Long[] createArray(int m,
        +                          int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Deprecated. 
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt8.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt8.html new file mode 100644 index 0000000..a9efda3 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLInt8.html @@ -0,0 +1,565 @@ + + + + + +MLInt8 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Deprecated. 
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims)
        +
        Deprecated. 
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              Byte[] vals,
        +              int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[][] vals)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[] vals,
        +              int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Deprecated. 
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
        Deprecated. 
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLJavaObject.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..c585211 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLJavaObject.html @@ -0,0 +1,326 @@ + + + + + +MLJavaObject (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLJavaObject

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLJavaObject

        +
        public MLJavaObject(String name,
        +                    String className,
        +                    Object o)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getObject

        +
        public Object getObject()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLNumericArray.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..e255184 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLNumericArray.html @@ -0,0 +1,907 @@ + + + + + +MLNumericArray (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLNumericArray<T extends Number>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int[] dims,
        +                      int type,
        +                      int attributes)
        +
        Deprecated. 
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type
        +
        attributes - - array flags
        +
        +
      • +
      + + + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int type,
        +                      T[] vals,
        +                      int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        type - - array type
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        allocate

        +
        protected void allocate()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int m,
        +                 int n)
        +
        Deprecated. 
        +
        Gets single real array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int index)
        +
        Deprecated. 
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int m,
        +                    int n)
        +
        Deprecated. 
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int index)
        +
        Deprecated. 
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T[] vector)
        +
        Deprecated. 
        +
        Sets real part of matrix
        +
        +
        Parameters:
        +
        vector - - column-packed vector of elements
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int m,
        +                         int n)
        +
        Deprecated. 
        +
        Sets single imaginary array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int index)
        +
        Deprecated. 
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int m,
        +                      int n)
        +
        Deprecated. 
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int index)
        +
        Deprecated. 
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int m,
        +                int n)
        +
        Deprecated. 
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int index)
        +
        Deprecated. 
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int m,
        +             int n)
        +
        Deprecated. 
        +
        Does the same as getReal.
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int index)
        +
        Deprecated. 
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T[] vector)
        +
        Deprecated. 
        +
        +
        Parameters:
        +
        vector -
        +
        +
      • +
      + + + +
        +
      • +

        _get

        +
        protected T _get(ByteBuffer buffer,
        +                 int index)
        +
        Deprecated. 
        +
      • +
      + + + + + +
        +
      • +

        _set

        +
        protected void _set(ByteBuffer buffer,
        +                    T value,
        +                    int index)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        putImaginaryByteBuffer

        +
        public void putImaginaryByteBuffer(ByteBuffer buff)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getImaginaryByteBuffer

        +
        public ByteBuffer getImaginaryByteBuffer()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        putRealByteBuffer

        +
        public void putRealByteBuffer(ByteBuffer buff)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getRealByteBuffer

        +
        public ByteBuffer getRealByteBuffer()
        +
        Deprecated. 
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        Deprecated. 
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
        Deprecated. 
        +
        +
        Overrides:
        +
        dispose in class MLArray
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLObject.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLObject.html new file mode 100644 index 0000000..df749c7 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLObject.html @@ -0,0 +1,346 @@ + + + + + +MLObject (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLObject

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLObject

        +
        public MLObject(String name,
        +                String className,
        +                int[] dimensions,
        +                int attributes)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLSingle.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLSingle.html new file mode 100644 index 0000000..0ebac2b --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLSingle.html @@ -0,0 +1,413 @@ + + + + + +MLSingle (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLSingle

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                Float[] vals,
        +                int m)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Float[] createArray(int m,
        +                           int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Float buldFromBytes(byte[] bytes)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Float value)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<?> getStorageClazz()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLSparse.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLSparse.html new file mode 100644 index 0000000..7f51122 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLSparse.html @@ -0,0 +1,801 @@ + + + + + +MLSparse (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLSparse

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSparse

        +
        public MLSparse(String name,
        +                int[] dims,
        +                int attributes,
        +                int nzmax)
        +
        Deprecated. 
        +
        +
        Parameters:
        +
        name -
        +
        dims -
        +
        attributes -
        +
        nzmax -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getMaxNZ

        +
        public int getMaxNZ()
        +
        Deprecated. 
        +
        Gets maximum number of non-zero values
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getIR

        +
        public int[] getIR()
        +
        Deprecated. 
        +
        Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getIC

        +
        public int[] getIC()
        +
        Deprecated. 
        +
        Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getJC

        +
        public int[] getJC()
        +
        Deprecated. 
        +
        Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]�1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createArray

        +
        public Double[] createArray(int m,
        +                            int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public Double getReal(int m,
        +                      int n)
        +
        Deprecated. 
        +
        Description copied from class: MLNumericArray
        +
        Gets single real array element of A(m,n).
        +
        +
        Overrides:
        +
        getReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int m,
        +                    int n)
        +
        Deprecated. 
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int index)
        +
        Deprecated. 
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(Double value,
        +                         int m,
        +                         int n)
        +
        Deprecated. 
        +
        Description copied from class: MLNumericArray
        +
        Sets single imaginary array element.
        +
        +
        Overrides:
        +
        setImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(Double value,
        +                         int index)
        +
        Deprecated. 
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public Double getImaginary(int m,
        +                           int n)
        +
        Deprecated. 
        +
        Description copied from class: MLNumericArray
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Overrides:
        +
        getImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        exportReal

        +
        public Double[] exportReal()
        +
        Deprecated. 
        +
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        real part
        +
        +
      • +
      + + + +
        +
      • +

        exportImaginary

        +
        public Double[] exportImaginary()
        +
        Deprecated. 
        +
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLStructure.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLStructure.html new file mode 100644 index 0000000..6c0c658 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLStructure.html @@ -0,0 +1,591 @@ + + + + + +MLStructure (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLStructure

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class MLStructure
    +extends MLArray
    +
    This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims,
        +                   int type,
        +                   int attributes)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value)
        +
        Deprecated. 
        +
        Sets field for current structure
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int m,
        +                     int n)
        +
        Deprecated. 
        +
        Sets field for (m,n)'th structure in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int index)
        +
        Deprecated. 
        +
        Sets filed for structure described by index in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        getMaxFieldLenth

        +
        public int getMaxFieldLenth()
        +
        Deprecated. 
        +
        Gets the maximum length of field descriptor
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getKeySetToByteArray

        +
        public byte[] getKeySetToByteArray()
        +
        Deprecated. 
        +
        Dumps field names to byte array. Field names are written as Zero End Strings
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAllFields

        +
        public Collection<MLArray> getAllFields()
        +
        Deprecated. 
        +
        Gets all field from sruct array as flat list of fields.
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getFieldNames

        +
        public Collection<String> getFieldNames()
        +
        Deprecated. 
        +
        Returns the Collection of keys for this structure.
        +
        +
        Returns:
        +
        the Collection of keys for this structure
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name)
        +
        Deprecated. 
        +
        Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int m,
        +                        int n)
        +
        Deprecated. 
        +
        Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        m -
        +
        n -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int index)
        +
        Deprecated. 
        +
        Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        index -
        +
        Returns:
        +
        value of the field or null if the field doesn't exist
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLUInt32.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..602b0bd --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLUInt32.html @@ -0,0 +1,375 @@ + + + + + +MLUInt32 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLUInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] vals,
        +                int m)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[][] vals)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                Integer[] vals,
        +                int m)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLUInt64.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..59ef30a --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLUInt64.html @@ -0,0 +1,540 @@ + + + + + +MLUInt64 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLUInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Deprecated. 
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims)
        +
        Deprecated. 
        +
        Create a MLUInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                Long[] vals,
        +                int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[][] vals)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[] vals,
        +                int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Long[] createArray(int m,
        +                          int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Deprecated. 
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLUInt8.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..8bdb199 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/MLUInt8.html @@ -0,0 +1,566 @@ + + + + + +MLUInt8 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
ca.mjdsystems.jmatio.types
+

Class MLUInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Deprecated. 
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims)
        +
        Deprecated. 
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               Byte[] vals,
        +               int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[][] vals)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[] vals,
        +               int m)
        +
        Deprecated. 
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Deprecated. 
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
        Deprecated. 
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/package-frame.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/package-frame.html new file mode 100644 index 0000000..4af2969 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/package-frame.html @@ -0,0 +1,42 @@ + + + + + +ca.mjdsystems.jmatio.types (matfilerw 2.0.0.TRANSITION API) + + + + + +

ca.mjdsystems.jmatio.types

+ + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/package-summary.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/package-summary.html new file mode 100644 index 0000000..279f058 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/package-summary.html @@ -0,0 +1,229 @@ + + + + + +ca.mjdsystems.jmatio.types (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Package ca.mjdsystems.jmatio.types

+
+
+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/package-tree.html b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/package-tree.html new file mode 100644 index 0000000..0dc67ac --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/ca/mjdsystems/jmatio/types/package-tree.html @@ -0,0 +1,168 @@ + + + + + +ca.mjdsystems.jmatio.types Class Hierarchy (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Hierarchy For Package ca.mjdsystems.jmatio.types

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/common/MatDataTypes.html b/javadoc/2.0.0.TRANSITION/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..690eda8 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.common
+

Class MatDataTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class MatDataTypes
    +extends Object
    +
    MAT-file data types
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/common/package-frame.html b/javadoc/2.0.0.TRANSITION/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..30365aa --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common (matfilerw 2.0.0.TRANSITION API) + + + + + +

com.jmatio.common

+
+

Classes

+ +
+ + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/common/package-summary.html b/javadoc/2.0.0.TRANSITION/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..4f82dd7 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/common/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Package com.jmatio.common

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatDataTypes +
    MAT-file data types
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/common/package-tree.html b/javadoc/2.0.0.TRANSITION/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..53d90fa --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common Class Hierarchy (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/MLArrayQuery.html b/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..5031d49 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.common.util
+

Class MLArrayQuery

+
+
+ +
+
    +
  • +
    +
    +
    public class MLArrayQuery
    +extends Object
    +
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArrayQuery

        +
        public MLArrayQuery(String queryString)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        q

        +
        public static Object q(MLArray array,
        +                       String query)
        +
        +
        Parameters:
        +
        array -
        +
        query -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        query

        +
        public Object query(MLArray array)
        +
        Parses the query string and returns the object it refers to.
        +
        +
        Parameters:
        +
        array - source MLArray
        +
        Returns:
        +
        query result
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Object getContent(MLArray array,
        +                         int m,
        +                         int n)
        +
        Returns the content of the field/cell/object.
        +
        +
        Parameters:
        +
        array - the parent structure/cell
        +
        m - column or -1
        +
        n - row or -1
        +
        Returns:
        +
        if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/package-frame.html b/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..de1cb11 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (matfilerw 2.0.0.TRANSITION API) + + + + + +

com.jmatio.common.util

+
+

Classes

+ +
+ + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/package-summary.html b/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..8319bec --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Package com.jmatio.common.util

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MLArrayQuery +
    The JMatIO query parser.
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/package-tree.html b/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..95bc03a --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFile.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..6f3853c --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFile.html @@ -0,0 +1,358 @@ + + + + + +MatFile (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFile

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFile
    +extends Object
    +
    MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

    + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileFilter.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..cd095b0 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileFilter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileFilter
    +extends Object
    +
    File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
    
    + //create new filter instance
    + MatFileFilter filter = new MatFileFilter();
    + //add a needle
    + filter.addArrayName( "your_array_name" );
    + 
    + //read array form file (haystack) looking _only_ for pecified array (needle)
    + MatFileReader mfr = new MatFileReader( fileName, filter );
    + 
    +
    +
    See Also:
    +
    MatFileReader
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter()
        +
        Creates empty filter intance. + + Note: empty filter acceps all results.
        +
      • +
      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter(String[] names)
        +
        Create filter intance and add array names.
        +
        +
        Parameters:
        +
        names - - array of names (needles)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addArrayName

        +
        public void addArrayName(String name)
        +
        Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
        +
        +
        Parameters:
        +
        name - - array name (needle)
        +
        +
      • +
      + + + +
        +
      • +

        matches

        +
        public boolean matches(String name)
        +
        Test if given name matches the filter.
        +
        +
        Parameters:
        +
        name - - array name to be tested
        +
        Returns:
        +
        - true if array (matrix) of this name should be processed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileHeader.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..26eac04 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,491 @@ + + + + + +MatFileHeader (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileHeader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileHeader
    +extends Object
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        DEFAULT_ENDIAN

        +
        public static final ByteOrder DEFAULT_ENDIAN
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileHeader

        +
        public MatFileHeader(String description,
        +                     int version,
        +                     ByteOrder byteOrder)
        +
        New MAT-file header
        +
        +
        Parameters:
        +
        description - - descriptive text (no longer than 116 characters)
        +
        version - - by default is set to 0x0100
        +
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        parseFrom

        +
        public static MatFileHeader parseFrom(String description,
        +                                      byte[] bversion,
        +                                      byte[] endianIndicator)
        +
        Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
        +
        +
        Parameters:
        +
        description - - descriptive test
        +
        bversion - - 2-byte array containing the version (raw from a MAT-File)
        +
        endianIndicator - - 2-byte array containing the endian indicator (raw from a MAT-File(
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        parseByteOrder

        +
        public static ByteOrder parseByteOrder(byte[] endianIndicator)
        +
        Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
        +
        +
        Parameters:
        +
        endianIndicator - 2-byte long array holding the endian indicator
        +
        +
      • +
      + + + +
        +
      • +

        getDescription

        +
        public String getDescription()
        +
        Gets descriptive text
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getEndianIndicator

        +
        public byte[] getEndianIndicator()
        +
        Gets endian indicator. Bytes written as "MI" suggest that byte-swapping operation is required + in order to interpret data correctly. If value is set to "IM" byte-swapping is not needed.
        +
        +
        Returns:
        +
        - a byte array size of 2
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        When creating a MAT-file, set version to 0x0100
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createHeader

        +
        public static MatFileHeader createHeader()
        +
        A factory. Creates new MatFileHeader instance with default header values: +
          +
        • MAT-file is 5.0 version
        • +
        • version is set to 0x0100
        • +
        • no byte-swapping ("IM")
        • +
        +
        +
        Returns:
        +
        - new MatFileHeader instance
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getByteOrder

        +
        public ByteOrder getByteOrder()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..e6891e8 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileIncrementalWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileIncrementalWriter
    +extends Object
    +
    MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    + writer.write(mlDouble);
    + writer.write(mlChar);
    + 
    + writer.close();
    + 
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr');
    + >> save('mat_file.mat', 'char_arr', '-append');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(String fileName)
        +                         throws IOException
        +
        Creates a writer to a file given the filename.
        +
        +
        Parameters:
        +
        fileName - - name of ouput file
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(File file)
        +                         throws IOException
        +
        Creats a writer to a file given the File object.
        +
        +
        Parameters:
        +
        file - - an output File
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(WritableByteChannel chan)
        +                         throws IOException
        +
        Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
        +
        +
        Parameters:
        +
        chan - - WritableByteChannel
        +
        data - - Collection of MLArray elements
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileReader.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..1557c21 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileReader.html @@ -0,0 +1,800 @@ + + + + + +MatFileReader (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileReader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileReader
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName)
        +              throws FileNotFoundException,
        +                     IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        FileNotFoundException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file,
        +                     MatFileFilter filter,
        +                     MatFileType matType)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(MatFileType matType)
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader()
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(InputStream stream,
        +                     MatFileType type)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        stream - the MAT-file stream
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(InputStream stream,
        +                     MatFileFilter filter,
        +                     MatFileType type)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to + #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy) +

        +
        +
        Parameters:
        +
        stream - the MAT-file stream
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(InputStream stream)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls read(stream, new MatFileFilter()).

        +
        +
        Parameters:
        +
        stream - a valid MAT-file stream to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file,
        +                                int policy)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), policy).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        policy - the file memory allocation policy
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(InputStream stream,
        +                                MatFileFilter filter)
        +                         throws IOException
        +
        Read a mat file from a stream. Internally this will read the stream fully + into memory before parsing it.
        +
        +
        Parameters:
        +
        stream - a valid MAT-file stream to be read
        +
        filter - the array filter applied during reading
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        See Also:
        +
        MatFileFilter
        +
        +
      • +
      + + + +
        +
      • +

        getMatFileHeader

        +
        public MatFileHeader getMatFileHeader()
        +
        Gets MAT-file header
        +
        +
        Returns:
        +
        - a MatFileHeader object
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public ArrayList<MLArray> getData()
        +
        Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
        +
        Returns list of MLArray objects that were inside MAT-file
        +
        +
        Returns:
        +
        - a ArrayList
        +
        +
      • +
      + + + +
        +
      • +

        getMLArray

        +
        public MLArray getMLArray(String name)
        +
        Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
        +
        +
        Parameters:
        +
        - - array name
        +
        Returns:
        +
        - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Map<String,MLArray> getContent()
        +
        Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
        +
        +
        Returns:
        +
        - a Map of MLArrays mapped with their names.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileType.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileType.html new file mode 100644 index 0000000..4db5b53 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileType.html @@ -0,0 +1,342 @@ + + + + + +MatFileType (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Enum MatFileType

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        Regular

        +
        public static final MatFileType Regular
        +
      • +
      + + + +
        +
      • +

        ReducedHeader

        +
        public static final MatFileType ReducedHeader
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static MatFileType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (MatFileType c : MatFileType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static MatFileType valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileWriter.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..3632fe2 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,425 @@ + + + + + +MatFileWriter (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileWriter
    +extends Object
    +
    MAT-file writer. + + Usage: + +
    + 
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +
    + //2. write arrays to file
    + ArrayList list = new ArrayList();
    + list.add( mlDouble );
    + list.add( mlChar );
    +
    + new MatFileWriter( "mat_file.mat", list );
    + 
    + 
    + + this is "equal" to Matlab commands: + +
    + 
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr', 'char_arr');
    + 
    + +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        write

        +
        public void write(String filepath,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into file created from + filepath.
        +
        +
        Parameters:
        +
        filepath - the absolute file path of a MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(File file,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into File
        +
        +
        Parameters:
        +
        file - the MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatlabIOException.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..6644b37 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatlabIOException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatlabIOException

        +
        public MatlabIOException(String s)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/SimulinkDecoder.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/SimulinkDecoder.html new file mode 100644 index 0000000..dc4ffa4 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/SimulinkDecoder.html @@ -0,0 +1,295 @@ + + + + + +SimulinkDecoder (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class SimulinkDecoder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable, AutoCloseable
    +
    +
    +
    +
    public class SimulinkDecoder
    +extends InputStream
    +
    This class decodes the Simulink base64 representation of a MAT file.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/package-frame.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..6f2855d --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/package-frame.html @@ -0,0 +1,34 @@ + + + + + +com.jmatio.io (matfilerw 2.0.0.TRANSITION API) + + + + + +

com.jmatio.io

+ + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/package-summary.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..0356f43 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/package-summary.html @@ -0,0 +1,215 @@ + + + + + +com.jmatio.io (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Package com.jmatio.io

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatFile +
    MatFileReader's API is vague.
    +
    MatFileFilter +
    File filter.
    +
    MatFileHeader +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    MatFileIncrementalWriter +
    MAT-file Incremental writer.
    +
    MatFileReader 
    MatFileWriter +
    MAT-file writer.
    +
    SimulinkDecoder +
    This class decodes the Simulink base64 representation of a MAT file.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    MatFileType +
    Describes the type of Mat file.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    MatlabIOException +
    MAT-file reader/writer exception
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/package-tree.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..30ab6dd --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/package-tree.html @@ -0,0 +1,172 @@ + + + + + +com.jmatio.io Class Hierarchy (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..b8f55c9 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,314 @@ + + + + + +BufferedOutputStream (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class BufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..15ae112 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferInputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/HeapBufferDataOutputStream.html new file mode 100644 index 0000000..4d39866 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -0,0 +1,372 @@ + + + + + +HeapBufferDataOutputStream (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class HeapBufferDataOutputStream

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HeapBufferDataOutputStream

        +
        public HeapBufferDataOutputStream()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..646c6dc --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class MatFileInputStream

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileInputStream
    +extends Object
    +
    MAT-file input stream class.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileInputStream

        +
        public MatFileInputStream(ByteBuffer buf,
        +                          int type)
        +
        Attach MAT-file input stream to InputStream
        +
        +
        Parameters:
        +
        is - - input stream
        +
        type - - type of data in the stream
        +
        See Also:
        +
        MatDataTypes
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readInt

        +
        public int readInt()
        +            throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to int.
        +
        +
        Returns:
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readChar

        +
        public char readChar()
        +              throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to char.
        +
        +
        Returns:
        +
        - char
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readDouble

        +
        public double readDouble()
        +                  throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to double.
        +
        +
        Returns:
        +
        - double
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readByte

        +
        public byte readByte()
        +
      • +
      + + + + + + + +
        +
      • +

        skip

        +
        public void skip(int padding)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/package-frame.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..df0b277 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,23 @@ + + + + + +com.jmatio.io.stream (matfilerw 2.0.0.TRANSITION API) + + + + + +

com.jmatio.io.stream

+ + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/package-summary.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..7b4abd0 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,156 @@ + + + + + +com.jmatio.io.stream (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Package com.jmatio.io.stream

+
+
+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/package-tree.html b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..2eadf78 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io.stream

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/ByteStorageSupport.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..9bc717f --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Interface ByteStorageSupport<T extends Number>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBytesAllocated

        +
        int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        T buldFromBytes(byte[] bytes)
        +
      • +
      + + + + + +
        +
      • +

        getByteArray

        +
        byte[] getByteArray(T value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/GenericArrayCreator.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/GenericArrayCreator.html new file mode 100644 index 0000000..1c30b68 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/GenericArrayCreator.html @@ -0,0 +1,227 @@ + + + + + +GenericArrayCreator (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Interface GenericArrayCreator<T>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        T[] createArray(int m,
        +                int n)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLArray.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..22110ba --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLArray.html @@ -0,0 +1,1202 @@ + + + + + +MLArray (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLArray

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArray

        +
        public MLArray(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Gets array name
        +
        +
        Returns:
        +
        - array name
        +
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
      • +
      + + + +
        +
      • +

        getNameToByteArray

        +
        public byte[] getNameToByteArray()
        +
      • +
      + + + +
        +
      • +

        getDimensions

        +
        public int[] getDimensions()
        +
      • +
      + + + +
        +
      • +

        getM

        +
        public int getM()
        +
      • +
      + + + +
        +
      • +

        getN

        +
        public int getN()
        +
      • +
      + + + +
        +
      • +

        getNDimensions

        +
        public int getNDimensions()
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        typeToString

        +
        public static final String typeToString(int type)
        +
      • +
      + + + +
        +
      • +

        isCell

        +
        public boolean isCell()
        +
      • +
      + + + +
        +
      • +

        isChar

        +
        public boolean isChar()
        +
      • +
      + + + +
        +
      • +

        isComplex

        +
        public boolean isComplex()
        +
      • +
      + + + +
        +
      • +

        isSparse

        +
        public boolean isSparse()
        +
      • +
      + + + +
        +
      • +

        isStruct

        +
        public boolean isStruct()
        +
      • +
      + + + +
        +
      • +

        isDouble

        +
        public boolean isDouble()
        +
      • +
      + + + +
        +
      • +

        isSingle

        +
        public boolean isSingle()
        +
      • +
      + + + +
        +
      • +

        isInt8

        +
        public boolean isInt8()
        +
      • +
      + + + +
        +
      • +

        isUint8

        +
        public boolean isUint8()
        +
      • +
      + + + +
        +
      • +

        isInt16

        +
        public boolean isInt16()
        +
      • +
      + + + +
        +
      • +

        isUint16

        +
        public boolean isUint16()
        +
      • +
      + + + +
        +
      • +

        isInt32

        +
        public boolean isInt32()
        +
      • +
      + + + +
        +
      • +

        isUint32

        +
        public boolean isUint32()
        +
      • +
      + + + +
        +
      • +

        isInt64

        +
        public boolean isInt64()
        +
      • +
      + + + +
        +
      • +

        isUint64

        +
        public boolean isUint64()
        +
      • +
      + + + +
        +
      • +

        isObject

        +
        public boolean isObject()
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        public boolean isOpaque()
        +
      • +
      + + + +
        +
      • +

        isLogical

        +
        public boolean isLogical()
        +
      • +
      + + + +
        +
      • +

        isFunctionObject

        +
        public boolean isFunctionObject()
        +
      • +
      + + + +
        +
      • +

        isUnknown

        +
        public boolean isUnknown()
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        protected int getIndex(int m,
        +                       int n)
        +
      • +
      + + + + + + + +
        +
      • +

        contentToString

        +
        public String contentToString()
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLCell.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..a565181 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLCell

+
+
+ +
+
    +
  • +
    +
    +
    public class MLCell
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLChar.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..6c2f776 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLChar.html @@ -0,0 +1,547 @@ + + + + + +MLChar (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLChar

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + + + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String[] values,
        +              int maxlen)
        +
        Added method to allow initialization of a char array representing + an array of strings.
        +
        +
        Parameters:
        +
        name -
        +
        values -
        +
        maxlen -
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        setChar

        +
        public void setChar(char ch,
        +                    int index)
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value)
        +
        Populates the MLChar with the String value.
        +
        +
        Parameters:
        +
        value - the String value
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value,
        +                int idx)
        +
        Set one row, specifying the row.
        +
        +
        Parameters:
        +
        value -
        +
        idx -
        +
        +
      • +
      + + + +
        +
      • +

        getChar

        +
        public Character getChar(int m,
        +                         int n)
        +
      • +
      + + + +
        +
      • +

        exportChar

        +
        public Character[] exportChar()
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getString

        +
        public String getString(int m)
        +
        Gets the m-th character matrix's row as String.
        +
        +
        Parameters:
        +
        m - - row number
        +
        Returns:
        +
        - String
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLDouble.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..8eb1194 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLDouble.html @@ -0,0 +1,511 @@ + + + + + +MLDouble (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLDouble

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims)
        +
        Create a MLDouble array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                Double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Double[] createArray(int m,
        +                            int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public double[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLEmptyArray.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..bf7ddfd --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLEmptyArray

+
+
+ +
+
    +
  • +
    +
    +
    public class MLEmptyArray
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray()
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name)
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name,
        +                    int[] dims,
        +                    int type,
        +                    int attributes)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt16.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..32c777f --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt16.html @@ -0,0 +1,515 @@ + + + + + +MLInt16 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxINT16_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims)
        +
        Create a MLSingle array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               Short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Short[] createArray(int m,
        +                           int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public short[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Short buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Short value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Short> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt32.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..057e814 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt32.html @@ -0,0 +1,514 @@ + + + + + +MLInt32 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               Integer[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Integer[] createArray(int m,
        +                             int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public int[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Integer buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Integer> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Integer value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt64.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..6c6a49a --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt64.html @@ -0,0 +1,511 @@ + + + + + +MLInt64 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               Long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Long[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt8.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..d9a2144 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLInt8.html @@ -0,0 +1,534 @@ + + + + + +MLInt8 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              Byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLJavaObject.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..2368f2a --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLJavaObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLJavaObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public ByteBuffer getContent()
        +
      • +
      + + + +
        +
      • +

        instantiateObject

        +
        public Object instantiateObject()
        +                         throws Exception
        +
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLNumericArray.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..c6e50ce --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,856 @@ + + + + + +MLNumericArray (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLNumericArray<T extends Number>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int[] dims,
        +                      int type,
        +                      int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type
        +
        attributes - - array flags
        +
        +
      • +
      + + + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int type,
        +                      T[] vals,
        +                      int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        type - - array type
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        allocate

        +
        protected void allocate()
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int m,
        +                 int n)
        +
        Gets single real array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int m,
        +                    int n)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T[] vector)
        +
        Sets real part of matrix
        +
        +
        Parameters:
        +
        vector - - column-packed vector of elements
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int m,
        +                         int n)
        +
        Sets single imaginary array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int m,
        +                      int n)
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int m,
        +                int n)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int index)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int m,
        +             int n)
        +
        Does the same as getReal.
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T[] vector)
        +
        +
        Parameters:
        +
        vector -
        +
        +
      • +
      + + + +
        +
      • +

        _get

        +
        protected T _get(ByteBuffer buffer,
        +                 int index)
        +
      • +
      + + + + + +
        +
      • +

        _set

        +
        protected void _set(ByteBuffer buffer,
        +                    T value,
        +                    int index)
        +
      • +
      + + + +
        +
      • +

        putImaginaryByteBuffer

        +
        public void putImaginaryByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getImaginaryByteBuffer

        +
        public ByteBuffer getImaginaryByteBuffer()
        +
      • +
      + + + +
        +
      • +

        putRealByteBuffer

        +
        public void putRealByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getRealByteBuffer

        +
        public ByteBuffer getRealByteBuffer()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
        +
        Overrides:
        +
        dispose in class MLArray
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLObject.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..a212f6c --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLObject.html @@ -0,0 +1,342 @@ + + + + + +MLObject (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLObject
    +extends MLStructureObjectBase
    +
    This class represents Matlab's Object object (object array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLObject

        +
        public MLObject(String name,
        +                String className,
        +                int[] dimensions,
        +                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
      • +
      + + + +
        +
      • +

        setFields

        +
        public void setFields(int i,
        +                      Map<String,MLArray> structure)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLSingle.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..b9af247 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLSingle.html @@ -0,0 +1,390 @@ + + + + + +MLSingle (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSingle

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                Float[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Float[] createArray(int m,
        +                           int n)
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Float buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Float value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLSparse.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..eb35eec --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLSparse.html @@ -0,0 +1,745 @@ + + + + + +MLSparse (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSparse

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSparse

        +
        public MLSparse(String name,
        +                int[] dims,
        +                int attributes,
        +                int nzmax)
        +
        +
        Parameters:
        +
        name -
        +
        dims -
        +
        attributes -
        +
        nzmax -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getMaxNZ

        +
        public int getMaxNZ()
        +
        Gets maximum number of non-zero values
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getIR

        +
        public int[] getIR()
        +
        Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getIC

        +
        public int[] getIC()
        +
        Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getJC

        +
        public int[] getJC()
        +
        Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]?????????1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createArray

        +
        public Double[] createArray(int m,
        +                            int n)
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public Double getReal(int m,
        +                      int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single real array element of A(m,n).
        +
        +
        Overrides:
        +
        getReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int m,
        +                    int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int index)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(Double value,
        +                         int m,
        +                         int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single imaginary array element.
        +
        +
        Overrides:
        +
        setImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getImaginary

        +
        public Double getImaginary(int m,
        +                           int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Overrides:
        +
        getImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        exportReal

        +
        public Double[] exportReal()
        +
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        real part
        +
        +
      • +
      + + + +
        +
      • +

        exportImaginary

        +
        public Double[] exportImaginary()
        +
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLStructure.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..cdbf92d --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLStructure.html @@ -0,0 +1,305 @@ + + + + + +MLStructure (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLStructure

+
+
+ +
+
    +
  • +
    +
    +
    public class MLStructure
    +extends MLStructureObjectBase
    +
    This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims,
        +                   int attributes)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLStructureObjectBase.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLStructureObjectBase.html new file mode 100644 index 0000000..ac4e50c --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLStructureObjectBase.html @@ -0,0 +1,599 @@ + + + + + +MLStructureObjectBase (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLStructureObjectBase

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    MLObject, MLStructure
    +
    +
    +
    +
    public abstract class MLStructureObjectBase
    +extends MLArray
    +
    Base class for MLStructure and MLObject. + + Note: array of structures can contain only structures of the same type + , that means structures must have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructureObjectBase

        +
        protected MLStructureObjectBase(String name,
        +                                int[] dims,
        +                                int type,
        +                                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value)
        +
        Sets field for current structure
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int m,
        +                     int n)
        +
        Sets field for (m,n)'th structure in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int index)
        +
        Sets filed for structure described by index in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        getMaxFieldLenth

        +
        public int getMaxFieldLenth()
        +
        Gets the maximum length of field descriptor
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getKeySetToByteArray

        +
        public byte[] getKeySetToByteArray()
        +
        Dumps field names to byte array. Field names are written as Zero End Strings
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAllFields

        +
        public Collection<MLArray> getAllFields()
        +
        Gets all field from sruct array as flat list of fields.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name)
        +
        Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getFields

        +
        public Map<String,MLArray> getFields(int i)
        +
        Returns all the fields for the given index.
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int m,
        +                        int n)
        +
        Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        m -
        +
        n -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int index)
        +
        Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        index -
        +
        Returns:
        +
        value of the field or null if the field doesn't exist
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt16.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..d2d2e2b --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                Short[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt32.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..815919f --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                Integer[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt64.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..a4d0e35 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt64.html @@ -0,0 +1,511 @@ + + + + + +MLUInt64 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims)
        +
        Create a MLUInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                Long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Long[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt8.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..b280203 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/MLUInt8.html @@ -0,0 +1,535 @@ + + + + + +MLUInt8 (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               Byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        _get

        +
        protected Byte _get(ByteBuffer buffer,
        +                    int index)
        +
        Override to accelerate the performance
        +
        +
        Overrides:
        +
        _get in class MLNumericArray<Byte>
        +
        See Also:
        +
        com.jmatio.types.MLNumericArray#get(java.nio.ByteBuffer, int)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/package-frame.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..c69b2c2 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/package-frame.html @@ -0,0 +1,44 @@ + + + + + +com.jmatio.types (matfilerw 2.0.0.TRANSITION API) + + + + + +

com.jmatio.types

+ + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/package-summary.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..f16ff04 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/package-summary.html @@ -0,0 +1,253 @@ + + + + + +com.jmatio.types (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Package com.jmatio.types

+
+
+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/com/jmatio/types/package-tree.html b/javadoc/2.0.0.TRANSITION/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..5f2c3a4 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/com/jmatio/types/package-tree.html @@ -0,0 +1,176 @@ + + + + + +com.jmatio.types Class Hierarchy (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.types

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/constant-values.html b/javadoc/2.0.0.TRANSITION/constant-values.html new file mode 100644 index 0000000..1af602f --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/constant-values.html @@ -0,0 +1,968 @@ + + + + + +Constant Field Values (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

ca.mjdsystems.*

+ + + + + + +

com.jmatio.*

+ + + +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/deprecated-list.html b/javadoc/2.0.0.TRANSITION/deprecated-list.html new file mode 100644 index 0000000..deaf6ba --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/deprecated-list.html @@ -0,0 +1,309 @@ + + + + + +Deprecated List (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/help-doc.html b/javadoc/2.0.0.TRANSITION/help-doc.html new file mode 100644 index 0000000..136577e --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/index-all.html b/javadoc/2.0.0.TRANSITION/index-all.html new file mode 100644 index 0000000..75290f7 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/index-all.html @@ -0,0 +1,3057 @@ + + + + + +Index (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
A B C D E G H I M N P Q R S T V W _  + + +

A

+
+
addArrayName(String) - Method in class ca.mjdsystems.jmatio.io.MatFileFilter
+
+
Deprecated.
+
Add array name to the filter.
+
+
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Add array name to the filter.
+
+
allocate() - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
allocate() - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
allocate() - Method in class com.jmatio.types.MLNumericArray
+
 
+
allocate() - Method in class com.jmatio.types.MLSparse
+
 
+
attributes - Variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
attributes - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

B

+
+
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
+
Returns the backing ByteBuffer
+
+
BufferedOutputStream - Class in com.jmatio.io.stream
+
 
+
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
+
 
+
buldFromBytes(byte[]) - Method in interface ca.mjdsystems.jmatio.types.ByteStorageSupport
+
+
Deprecated.
+
buldFromBytes(byte[]) - Method in class ca.mjdsystems.jmatio.types.MLDouble
+
+
Deprecated.
+
buldFromBytes(byte[]) - Method in class ca.mjdsystems.jmatio.types.MLInt16
+
+
Deprecated.
+
buldFromBytes(byte[]) - Method in class ca.mjdsystems.jmatio.types.MLInt32
+
+
Deprecated.
+
buldFromBytes(byte[]) - Method in class ca.mjdsystems.jmatio.types.MLInt64
+
+
Deprecated.
+
buldFromBytes(byte[]) - Method in class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
buldFromBytes(byte[]) - Method in class ca.mjdsystems.jmatio.types.MLSingle
+
+
Deprecated.
+
buldFromBytes(byte[]) - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
buldFromBytes(byte[]) - Method in class ca.mjdsystems.jmatio.types.MLUInt64
+
+
Deprecated.
+
buldFromBytes(byte[]) - Method in class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
+
 
+
ByteBufferInputStream - Class in com.jmatio.io.stream
+
 
+
ByteBufferInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
ByteStorageSupport<T extends Number> - Interface in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
+
 
+
+ + + +

C

+
+
ca.mjdsystems.jmatio.common - package ca.mjdsystems.jmatio.common
+
 
+
ca.mjdsystems.jmatio.io - package ca.mjdsystems.jmatio.io
+
 
+
ca.mjdsystems.jmatio.types - package ca.mjdsystems.jmatio.types
+
 
+
cells() - Method in class ca.mjdsystems.jmatio.types.MLCell
+
+
Deprecated.
+
cells() - Method in class com.jmatio.types.MLCell
+
 
+
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
close() - Method in class ca.mjdsystems.jmatio.io.MatFileIncrementalWriter
+
+
Deprecated.
+
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
com.jmatio.common - package com.jmatio.common
+
 
+
com.jmatio.common.util - package com.jmatio.common.util
+
 
+
com.jmatio.io - package com.jmatio.io
+
 
+
com.jmatio.io.stream - package com.jmatio.io.stream
+
 
+
com.jmatio.types - package com.jmatio.types
+
 
+
contentToString() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
contentToString() - Method in class ca.mjdsystems.jmatio.types.MLCell
+
+
Deprecated.
+
contentToString() - Method in class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
contentToString() - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
contentToString() - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
contentToString() - Method in class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
contentToString() - Method in class com.jmatio.types.MLArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLCell
+
 
+
contentToString() - Method in class com.jmatio.types.MLChar
+
 
+
contentToString() - Method in class com.jmatio.types.MLNumericArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLSparse
+
 
+
contentToString() - Method in class com.jmatio.types.MLStructureObjectBase
+
 
+
createArray(int, int) - Method in interface ca.mjdsystems.jmatio.types.GenericArrayCreator
+
+
Deprecated.
+
createArray(int, int) - Method in class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
createArray(int, int) - Method in class ca.mjdsystems.jmatio.types.MLDouble
+
+
Deprecated.
+
createArray(int, int) - Method in class ca.mjdsystems.jmatio.types.MLInt16
+
+
Deprecated.
+
createArray(int, int) - Method in class ca.mjdsystems.jmatio.types.MLInt32
+
+
Deprecated.
+
createArray(int, int) - Method in class ca.mjdsystems.jmatio.types.MLInt64
+
+
Deprecated.
+
createArray(int, int) - Method in class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
createArray(int, int) - Method in class ca.mjdsystems.jmatio.types.MLSingle
+
+
Deprecated.
+
createArray(int, int) - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
createArray(int, int) - Method in class ca.mjdsystems.jmatio.types.MLUInt64
+
+
Deprecated.
+
createArray(int, int) - Method in class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
createArray(int, int) - Method in interface com.jmatio.types.GenericArrayCreator
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLDouble
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLInt16
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLInt32
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLInt64
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLInt8
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLSingle
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLUInt64
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
+
 
+
createHeader() - Static method in class ca.mjdsystems.jmatio.io.MatFileHeader
+
+
Deprecated.
+
A factory.
+
+
createHeader() - Static method in class com.jmatio.io.MatFileHeader
+
+
A factory.
+
+
+ + + +

D

+
+
DEFAULT_ENDIAN - Static variable in class com.jmatio.io.MatFileHeader
+
 
+
DEFAULT_NAME - Static variable in class com.jmatio.types.MLArray
+
 
+
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
+
 
+
dims - Variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
dims - Variable in class com.jmatio.types.MLArray
+
 
+
DIRECT_BYTE_BUFFER - Static variable in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
dispose() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
dispose() - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
dispose() - Method in class com.jmatio.types.MLArray
+
 
+
dispose() - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

E

+
+
equals(Object) - Method in class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
equals(Object) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
equals(Object) - Method in class com.jmatio.types.MLChar
+
 
+
equals(Object) - Method in class com.jmatio.types.MLNumericArray
+
 
+
exportChar() - Method in class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
exportChar() - Method in class com.jmatio.types.MLChar
+
 
+
exportImaginary() - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
Returns the imaginary part (PI) array.
+
+
exportImaginary() - Method in class com.jmatio.types.MLSparse
+
+
Returns the imaginary part (PI) array.
+
+
exportReal() - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
Returns the real part (PR) array.
+
+
exportReal() - Method in class com.jmatio.types.MLSparse
+
+
Returns the real part (PR) array.
+
+
+ + + +

G

+
+
GenericArrayCreator<T> - Interface in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
GenericArrayCreator<T> - Interface in com.jmatio.types
+
 
+
get(int, int) - Method in class ca.mjdsystems.jmatio.types.MLCell
+
+
Deprecated.
+
get(int) - Method in class ca.mjdsystems.jmatio.types.MLCell
+
+
Deprecated.
+
get(int, int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Does the same as getReal.
+
+
get(int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
get(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
get(int) - Method in class com.jmatio.types.MLCell
+
 
+
get(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as getReal.
+
+
get(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getAllFields() - Method in class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
Gets all field from sruct array as flat list of fields.
+
+
getAllFields() - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Gets all field from sruct array as flat list of fields.
+
+
getArray() - Method in class ca.mjdsystems.jmatio.types.MLDouble
+
+
Deprecated.
+
Gets two-dimensional real array.
+
+
getArray() - Method in class ca.mjdsystems.jmatio.types.MLInt16
+
+
Deprecated.
+
Gets two-dimensional real array.
+
+
getArray() - Method in class ca.mjdsystems.jmatio.types.MLInt32
+
+
Deprecated.
+
Gets two-dimensional real array.
+
+
getArray() - Method in class ca.mjdsystems.jmatio.types.MLInt64
+
+
Deprecated.
+
Gets two-dimensional real array.
+
+
getArray() - Method in class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
Gets two-dimensional real array.
+
+
getArray() - Method in class ca.mjdsystems.jmatio.types.MLUInt64
+
+
Deprecated.
+
Gets two-dimensional real array.
+
+
getArray() - Method in class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLDouble
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt16
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt32
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt8
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt8
+
+
Gets two-dimensional real array.
+
+
getByteArray(T) - Method in interface ca.mjdsystems.jmatio.types.ByteStorageSupport
+
+
Deprecated.
+
getByteArray(Double) - Method in class ca.mjdsystems.jmatio.types.MLDouble
+
+
Deprecated.
+
getByteArray(Short) - Method in class ca.mjdsystems.jmatio.types.MLInt16
+
+
Deprecated.
+
getByteArray(Integer) - Method in class ca.mjdsystems.jmatio.types.MLInt32
+
+
Deprecated.
+
getByteArray(Long) - Method in class ca.mjdsystems.jmatio.types.MLInt64
+
+
Deprecated.
+
getByteArray(Byte) - Method in class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
getByteArray(Float) - Method in class ca.mjdsystems.jmatio.types.MLSingle
+
+
Deprecated.
+
getByteArray(Double) - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
getByteArray(Long) - Method in class ca.mjdsystems.jmatio.types.MLUInt64
+
+
Deprecated.
+
getByteArray(Byte) - Method in class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
+
 
+
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
+
 
+
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
+
 
+
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
+
 
+
getByteBuffer() - Method in class ca.mjdsystems.jmatio.io.HeapBufferDataOutputStream
+
+
Deprecated.
+
getByteBuffer() - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
+
 
+
getByteOrder() - Method in class ca.mjdsystems.jmatio.io.MatFileHeader
+
+
Deprecated.
+
getByteOrder() - Method in class com.jmatio.io.MatFileHeader
+
 
+
getBytesAllocated() - Method in interface ca.mjdsystems.jmatio.types.ByteStorageSupport
+
+
Deprecated.
+
getBytesAllocated() - Method in class ca.mjdsystems.jmatio.types.MLDouble
+
+
Deprecated.
+
getBytesAllocated() - Method in class ca.mjdsystems.jmatio.types.MLInt16
+
+
Deprecated.
+
getBytesAllocated() - Method in class ca.mjdsystems.jmatio.types.MLInt32
+
+
Deprecated.
+
getBytesAllocated() - Method in class ca.mjdsystems.jmatio.types.MLInt64
+
+
Deprecated.
+
getBytesAllocated() - Method in class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
getBytesAllocated() - Method in class ca.mjdsystems.jmatio.types.MLSingle
+
+
Deprecated.
+
getBytesAllocated() - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
getBytesAllocated() - Method in class ca.mjdsystems.jmatio.types.MLUInt64
+
+
Deprecated.
+
getBytesAllocated() - Method in class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
+
 
+
getChar(int, int) - Method in class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
getChar(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
getClassName() - Method in class ca.mjdsystems.jmatio.types.MLJavaObject
+
+
Deprecated.
+
getClassName() - Method in class ca.mjdsystems.jmatio.types.MLObject
+
+
Deprecated.
+
getClassName() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getClassName() - Method in class com.jmatio.types.MLObject
+
 
+
getContent() - Method in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Returns a map of MLArray objects that were inside MAT-file.
+
+
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Returns the content of the field/cell/object.
+
+
getContent() - Method in class com.jmatio.io.MatFile
+
 
+
getContent() - Method in class com.jmatio.io.MatFileReader
+
+
Returns a map of MLArray objects that were inside MAT-file.
+
+
getContent() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getData() - Method in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated. +
use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
+
+
+
getData() - Method in class com.jmatio.io.MatFileReader
+
+
Deprecated. +
use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
+
+
+
getDescription() - Method in class ca.mjdsystems.jmatio.io.MatFileHeader
+
+
Deprecated.
+
Gets descriptive text
+
+
getDescription() - Method in class com.jmatio.io.MatFileHeader
+
+
Gets descriptive text
+
+
getDimensions() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
getDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getEndianIndicator() - Method in class ca.mjdsystems.jmatio.io.MatFileHeader
+
+
Deprecated.
+
Gets endian indicator.
+
+
getEndianIndicator() - Method in class com.jmatio.io.MatFileHeader
+
+
Gets endian indicator.
+
+
getField(String) - Method in class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int, int) - Method in class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int) - Method in class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
+
+
getField(String) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
+
+
getFieldNames() - Method in class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
Returns the Collection of keys for this structure.
+
+
getFieldNames() - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Returns the Collection of keys for this structure.
+
+
getFields(int) - Method in class ca.mjdsystems.jmatio.types.MLObject
+
+
Deprecated.
+
getFields(int) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Returns all the fields for the given index.
+
+
getFlags() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
getFlags() - Method in class com.jmatio.types.MLArray
+
 
+
getHeader() - Method in class com.jmatio.io.MatFile
+
 
+
getIC() - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
+
+
getIC() - Method in class com.jmatio.types.MLSparse
+
+
Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
+
+
getImaginary(int, int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Gets single imaginary array element of A(m,n).
+
+
getImaginary(int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
getImaginary(int, int) - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
getImaginary(int) - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single imaginary array element of A(m,n).
+
+
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginary(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginaryByteBuffer() - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getIndex(int, int) - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
getIndex(int, int) - Method in class ca.mjdsystems.jmatio.types.MLCell
+
+
Deprecated.
+
getIndex(int, int) - Method in class com.jmatio.types.MLArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
getIR() - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
+
+
getIR() - Method in class com.jmatio.types.MLSparse
+
+
Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
+
+
getJC() - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
Gets column indices.
+
+
getJC() - Method in class com.jmatio.types.MLSparse
+
+
Gets column indices.
+
+
getKeySetToByteArray() - Method in class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
Dumps field names to byte array.
+
+
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Dumps field names to byte array.
+
+
getM() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
getM() - Method in class com.jmatio.types.MLArray
+
 
+
getMatFileHeader() - Method in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Gets MAT-file header
+
+
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
+
+
Gets MAT-file header
+
+
getMaxFieldLenth() - Method in class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
Gets the maximum length of field descriptor
+
+
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Gets the maximum length of field descriptor
+
+
getMaxNZ() - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
Gets maximum number of non-zero values
+
+
getMaxNZ() - Method in class com.jmatio.types.MLSparse
+
+
Gets maximum number of non-zero values
+
+
getMLArray(String) - Method in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Returns the value to which the red file maps the specified array name.
+
+
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
+
+
Returns the value to which the red file maps the specified array name.
+
+
getN() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
getN() - Method in class com.jmatio.types.MLArray
+
 
+
getName() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
Gets array name
+
+
getName() - Method in class com.jmatio.types.MLArray
+
+
Gets array name
+
+
getNameToByteArray() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
getNameToByteArray() - Method in class com.jmatio.types.MLArray
+
 
+
getNDimensions() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
getNDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getObject() - Method in class ca.mjdsystems.jmatio.types.MLJavaObject
+
+
Deprecated.
+
getReal(int, int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Gets single real array element of A(m,n).
+
+
getReal(int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
getReal(int, int) - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
getReal(int) - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single real array element of A(m,n).
+
+
getReal(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getReal(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getRealByteBuffer() - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getSize() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
getSize() - Method in class com.jmatio.types.MLArray
+
 
+
getStorageClazz() - Method in interface ca.mjdsystems.jmatio.types.ByteStorageSupport
+
+
Deprecated.
+
getStorageClazz() - Method in class ca.mjdsystems.jmatio.types.MLDouble
+
+
Deprecated.
+
getStorageClazz() - Method in class ca.mjdsystems.jmatio.types.MLInt16
+
+
Deprecated.
+
getStorageClazz() - Method in class ca.mjdsystems.jmatio.types.MLInt32
+
+
Deprecated.
+
getStorageClazz() - Method in class ca.mjdsystems.jmatio.types.MLInt64
+
+
Deprecated.
+
getStorageClazz() - Method in class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
getStorageClazz() - Method in class ca.mjdsystems.jmatio.types.MLSingle
+
+
Deprecated.
+
getStorageClazz() - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
getStorageClazz() - Method in class ca.mjdsystems.jmatio.types.MLUInt64
+
+
Deprecated.
+
getStorageClazz() - Method in class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLDouble
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt16
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt32
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt8
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSingle
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSparse
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
+
 
+
getString(int) - Method in class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
Gets the m-th character matrix's row as String.
+
+
getString(int) - Method in class com.jmatio.types.MLChar
+
+
Gets the m-th character matrix's row as String.
+
+
getType() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
getType() - Method in class com.jmatio.types.MLArray
+
 
+
getVersion() - Method in class ca.mjdsystems.jmatio.io.MatFileHeader
+
+
Deprecated.
+
When creating a MAT-file, set version to 0x0100
+
+
getVersion() - Method in class com.jmatio.io.MatFileHeader
+
+
When creating a MAT-file, set version to 0x0100
+
+
+ + + +

H

+
+
hashCode() - Method in class com.jmatio.types.MLChar
+
 
+
hashCode() - Method in class com.jmatio.types.MLNumericArray
+
 
+
HEAP_BYTE_BUFFER - Static variable in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
HeapBufferDataOutputStream - Class in ca.mjdsystems.jmatio.io
+
+
Deprecated.
+
+
HeapBufferDataOutputStream() - Constructor for class ca.mjdsystems.jmatio.io.HeapBufferDataOutputStream
+
+
Deprecated.
+
HeapBufferDataOutputStream - Class in com.jmatio.io.stream
+
 
+
HeapBufferDataOutputStream() - Constructor for class com.jmatio.io.stream.HeapBufferDataOutputStream
+
 
+
+ + + +

I

+
+
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
+
+
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
+
+
isCell() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isCell() - Method in class com.jmatio.types.MLArray
+
 
+
isChar() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isChar() - Method in class com.jmatio.types.MLArray
+
 
+
isComplex() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isComplex() - Method in class com.jmatio.types.MLArray
+
 
+
isDouble() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isDouble() - Method in class com.jmatio.types.MLArray
+
 
+
isEmpty() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isEmpty() - Method in class com.jmatio.types.MLArray
+
 
+
isFunctionObject() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isFunctionObject() - Method in class com.jmatio.types.MLArray
+
 
+
isInt16() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isInt16() - Method in class com.jmatio.types.MLArray
+
 
+
isInt32() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isInt32() - Method in class com.jmatio.types.MLArray
+
 
+
isInt64() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isInt64() - Method in class com.jmatio.types.MLArray
+
 
+
isInt8() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isInt8() - Method in class com.jmatio.types.MLArray
+
 
+
isLogical() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isLogical() - Method in class com.jmatio.types.MLArray
+
 
+
isObject() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isObject() - Method in class com.jmatio.types.MLArray
+
 
+
isOpaque() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isOpaque() - Method in class com.jmatio.types.MLArray
+
 
+
isSingle() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isSingle() - Method in class com.jmatio.types.MLArray
+
 
+
isSparse() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isSparse() - Method in class com.jmatio.types.MLArray
+
 
+
isStruct() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isStruct() - Method in class com.jmatio.types.MLArray
+
 
+
isUint16() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isUint16() - Method in class com.jmatio.types.MLArray
+
 
+
isUint32() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isUint32() - Method in class com.jmatio.types.MLArray
+
 
+
isUint64() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isUint64() - Method in class com.jmatio.types.MLArray
+
 
+
isUint8() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isUint8() - Method in class com.jmatio.types.MLArray
+
 
+
isUnknown() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
isUnknown() - Method in class com.jmatio.types.MLArray
+
 
+
+ + + +

M

+
+
matches(String) - Method in class ca.mjdsystems.jmatio.io.MatFileFilter
+
+
Deprecated.
+
Test if given name matches the filter.
+
+
matches(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Test if given name matches the filter.
+
+
MatDataTypes - Class in ca.mjdsystems.jmatio.common
+
+
Deprecated.
+
+
MatDataTypes() - Constructor for class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
MatDataTypes - Class in com.jmatio.common
+
+
MAT-file data types
+
+
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
+
 
+
MatFile - Class in com.jmatio.io
+
+
MatFileReader's API is vague.
+
+
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
+
 
+
MatFileFilter - Class in ca.mjdsystems.jmatio.io
+
+
Deprecated.
+
+
MatFileFilter() - Constructor for class ca.mjdsystems.jmatio.io.MatFileFilter
+
+
Deprecated.
+
Creates empty filter intance.
+
+
MatFileFilter(String[]) - Constructor for class ca.mjdsystems.jmatio.io.MatFileFilter
+
+
Deprecated.
+
Create filter intance and add array names.
+
+
MatFileFilter - Class in com.jmatio.io
+
+
File filter.
+
+
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
+
+
Creates empty filter intance.
+
+
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
+
+
Create filter intance and add array names.
+
+
MatFileHeader - Class in ca.mjdsystems.jmatio.io
+
+
Deprecated.
+
+
MatFileHeader(String, int, byte[], ByteOrder) - Constructor for class ca.mjdsystems.jmatio.io.MatFileHeader
+
+
Deprecated.
+
New MAT-file header
+
+
MatFileHeader - Class in com.jmatio.io
+
+
MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
+
+
MatFileHeader(String, int, ByteOrder) - Constructor for class com.jmatio.io.MatFileHeader
+
+
New MAT-file header
+
+
MatFileIncrementalWriter - Class in ca.mjdsystems.jmatio.io
+
+
Deprecated.
+
+
MatFileIncrementalWriter(String) - Constructor for class ca.mjdsystems.jmatio.io.MatFileIncrementalWriter
+
+
Deprecated.
+
Creates a writer to a file given the filename.
+
+
MatFileIncrementalWriter(File) - Constructor for class ca.mjdsystems.jmatio.io.MatFileIncrementalWriter
+
+
Deprecated.
+
Creats a writer to a file given the File object.
+
+
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class ca.mjdsystems.jmatio.io.MatFileIncrementalWriter
+
+
Deprecated.
+
Creates a writer for a file, given an output channel to the file..
+
+
MatFileIncrementalWriter - Class in com.jmatio.io
+
+
MAT-file Incremental writer.
+
+
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer to a file given the filename.
+
+
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creats a writer to a file given the File object.
+
+
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer for a file, given an output channel to the file..
+
+
MatFileInputStream - Class in com.jmatio.io.stream
+
+
MAT-file input stream class.
+
+
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
+
+
Attach MAT-file input stream to InputStream
+
+
MatFileReader - Class in ca.mjdsystems.jmatio.io
+
+
Deprecated.
+
+
MatFileReader(String) - Constructor for class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(String, MatFileFilter) - Constructor for class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(File) - Constructor for class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Creates instance of MatFileReader and reads MAT-file + from file.
+
+
MatFileReader(File, MatFileFilter, MatFileType) - Constructor for class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader(MatFileType) - Constructor for class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
MatFileReader(InputStream, MatFileType) - Constructor for class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader(InputStream, MatFileFilter, MatFileType) - Constructor for class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader - Class in com.jmatio.io
+
 
+
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from file.
+
+
MatFileReader(File, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileReader(MatFileType) - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileReader(InputStream, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader(InputStream, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileType - Enum in ca.mjdsystems.jmatio.io
+
+
Deprecated.
+
+
MatFileType - Enum in com.jmatio.io
+
+
Describes the type of Mat file.
+
+
MatFileWriter - Class in ca.mjdsystems.jmatio.io
+
+
Deprecated.
+
+
MatFileWriter() - Constructor for class ca.mjdsystems.jmatio.io.MatFileWriter
+
+
Deprecated.
+
Creates the new MatFileWriter instance
+
+
MatFileWriter(String, Collection<MLArray>) - Constructor for class ca.mjdsystems.jmatio.io.MatFileWriter
+
+
Deprecated.
+
Writes MLArrays into file given by fileName.
+
+
MatFileWriter(File, Collection<MLArray>) - Constructor for class ca.mjdsystems.jmatio.io.MatFileWriter
+
+
Deprecated.
+
Writes MLArrays into File.
+
+
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class ca.mjdsystems.jmatio.io.MatFileWriter
+
+
Deprecated.
+
Writes MLArrays into OuputSteram.
+
+
MatFileWriter - Class in com.jmatio.io
+
+
MAT-file writer.
+
+
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
+
+
Creates the new MatFileWriter instance
+
+
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file given by fileName.
+
+
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File.
+
+
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into OuputSteram.
+
+
MatlabIOException - Exception in ca.mjdsystems.jmatio.io
+
+
Deprecated.
+
+
MatlabIOException(String) - Constructor for exception ca.mjdsystems.jmatio.io.MatlabIOException
+
+
Deprecated.
+
MatlabIOException - Exception in com.jmatio.io
+
+
MAT-file reader/writer exception
+
+
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
+
 
+
MEMORY_MAPPED_FILE - Static variable in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
+
 
+
miCOMPRESSED - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miDOUBLE - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT16 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT32 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT64 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT8 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miMATRIX - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSINGLE - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_CHAR - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_DOUBLE - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT16 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT32 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT64 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT8 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT16 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT32 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT64 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT8 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT16 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT32 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT64 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT8 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUNKNOWN - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF16 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF32 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF8 - Static variable in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
MLArray - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLArray(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
MLArray - Class in com.jmatio.types
+
 
+
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
+
 
+
MLArrayQuery - Class in com.jmatio.common.util
+
+
The JMatIO query parser.
+
+
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
+
 
+
MLCell - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLCell(String, int[]) - Constructor for class ca.mjdsystems.jmatio.types.MLCell
+
+
Deprecated.
+
MLCell(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLCell
+
+
Deprecated.
+
MLCell - Class in com.jmatio.types
+
 
+
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLChar - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLChar(String, String) - Constructor for class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
Creates the 1 x String.length() MLChar from the given + String.
+
+
MLChar(String, String[]) - Constructor for class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
Create the MLChar from array of Strings.
+
+
MLChar(String, String[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
Added method to allow initialization of a char array representing + an array of strings.
+
+
MLChar(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
MLChar - Class in com.jmatio.types
+
 
+
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
+
+
Creates the 1 x String.length() MLChar from the given + String.
+
+
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
+
+
Create the MLChar from array of Strings.
+
+
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
+
+
Added method to allow initialization of a char array representing + an array of strings.
+
+
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
+
 
+
MLDouble - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLDouble(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLDouble
+
+
Deprecated.
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLDouble(String, int[]) - Constructor for class ca.mjdsystems.jmatio.types.MLDouble
+
+
Deprecated.
+
Create a MLDouble array with given name, + and dimensions.
+
+
MLDouble(String, Double[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLDouble
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLDouble(String, double[][]) - Constructor for class ca.mjdsystems.jmatio.types.MLDouble
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
+
+
MLDouble(String, double[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLDouble
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLDouble - Class in com.jmatio.types
+
+
Class represents Double array (matrix)
+
+
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
+
+
Create a MLDouble array with given name, + and dimensions.
+
+
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
+
+
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLEmptyArray - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLEmptyArray() - Constructor for class ca.mjdsystems.jmatio.types.MLEmptyArray
+
+
Deprecated.
+
MLEmptyArray(String) - Constructor for class ca.mjdsystems.jmatio.types.MLEmptyArray
+
+
Deprecated.
+
MLEmptyArray(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLEmptyArray
+
+
Deprecated.
+
MLEmptyArray - Class in com.jmatio.types
+
 
+
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLInt16 - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLInt16(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt16
+
+
Deprecated.
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt16(String, int[]) - Constructor for class ca.mjdsystems.jmatio.types.MLInt16
+
+
Deprecated.
+
Create a MLSingle array with given name, + and dimensions.
+
+
MLInt16(String, Short[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt16
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt16(String, short[][]) - Constructor for class ca.mjdsystems.jmatio.types.MLInt16
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
+
+
MLInt16(String, short[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt16
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt16 - Class in com.jmatio.types
+
+
Class represents Int16 array (matrix)
+
+
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
+
+
Create a MLSingle array with given name, + and dimensions.
+
+
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
+
+
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt32 - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLInt32(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt32
+
+
Deprecated.
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt32(String, int[]) - Constructor for class ca.mjdsystems.jmatio.types.MLInt32
+
+
Deprecated.
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt32(String, Integer[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt32
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt32(String, int[][]) - Constructor for class ca.mjdsystems.jmatio.types.MLInt32
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt32(String, int[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt32
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt32 - Class in com.jmatio.types
+
 
+
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt64 - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLInt64(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt64
+
+
Deprecated.
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt64(String, int[]) - Constructor for class ca.mjdsystems.jmatio.types.MLInt64
+
+
Deprecated.
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt64(String, Long[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt64
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt64(String, long[][]) - Constructor for class ca.mjdsystems.jmatio.types.MLInt64
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt64(String, long[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt64
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt8 - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLInt8(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt8(String, int[]) - Constructor for class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLInt8(String, Byte[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt8(String, byte[][]) - Constructor for class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt8(String, byte[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt8 - Class in com.jmatio.types
+
 
+
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLJavaObject - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLJavaObject(String, String, Object) - Constructor for class ca.mjdsystems.jmatio.types.MLJavaObject
+
+
Deprecated.
+
MLJavaObject - Class in com.jmatio.types
+
 
+
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
+
 
+
MLNumericArray<T extends Number> - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLNumericArray(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLNumericArray(String, int, T[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLNumericArray<T extends Number> - Class in com.jmatio.types
+
 
+
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLObject - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLObject(String, String, int[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLObject
+
+
Deprecated.
+
MLObject - Class in com.jmatio.types
+
+
This class represents Matlab's Object object (object array).
+
+
MLObject(String, String, int[], int) - Constructor for class com.jmatio.types.MLObject
+
 
+
MLSingle - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLSingle(String, Float[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLSingle
+
+
Deprecated.
+
MLSingle(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLSingle
+
+
Deprecated.
+
MLSingle - Class in com.jmatio.types
+
 
+
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSparse - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLSparse(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
MLSparse - Class in com.jmatio.types
+
 
+
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
+
 
+
mlStructArray - Variable in class com.jmatio.types.MLStructureObjectBase
+
+
Array of structures
+
+
MLStructure - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLStructure(String, int[]) - Constructor for class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
MLStructure(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
MLStructure - Class in com.jmatio.types
+
+
This class represents Matlab's Structure object (structure array).
+
+
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLStructure(String, int[], int) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLStructureObjectBase - Class in com.jmatio.types
+
+
Base class for MLStructure and MLObject.
+
+
MLStructureObjectBase(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructureObjectBase
+
 
+
MLUInt16 - Class in com.jmatio.types
+
 
+
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt32 - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLUInt32(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt32
+
+
Deprecated.
+
MLUInt32(String, int[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt32
+
+
Deprecated.
+
MLUInt32(String, int[]) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt32
+
+
Deprecated.
+
MLUInt32(String, int[][]) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt32
+
+
Deprecated.
+
MLUInt32(String, Integer[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt32
+
+
Deprecated.
+
MLUInt32 - Class in com.jmatio.types
+
 
+
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt64 - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLUInt64(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt64
+
+
Deprecated.
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt64(String, int[]) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt64
+
+
Deprecated.
+
Create a MLUInt64 array with given name, + and dimensions.
+
+
MLUInt64(String, Long[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt64
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt64(String, long[][]) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt64
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt64(String, long[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt64
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLUInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Create a MLUInt64 array with given name, + and dimensions.
+
+
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLUInt8 - Class in ca.mjdsystems.jmatio.types
+
+
Deprecated.
+
+
MLUInt8(String, int[], int, int) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt8(String, int[]) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLUInt8(String, Byte[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt8(String, byte[][]) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt8(String, byte[], int) - Constructor for class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLUInt8 - Class in com.jmatio.types
+
+
Class represents UInt8 (byte) array (matrix)
+
+
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
mtFLAG_COMPLEX - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_GLOBAL - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_LOGICAL - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_TYPE - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCELL_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCHAR_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxDOUBLE_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxFUNCTION_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT16_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT32_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT64_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT8_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOBJECT_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOPAQUE_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSINGLE_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSPARSE_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSTRUCT_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT16_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT32_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT64_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT8_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUNKNOWN_CLASS - Static variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

N

+
+
name - Variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
name - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

P

+
+
parseByteOrder(byte[]) - Static method in class com.jmatio.io.MatFileHeader
+
+
Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
+
+
parseFrom(String, byte[], byte[]) - Static method in class com.jmatio.io.MatFileHeader
+
+
Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
+
+
putImaginaryByteBuffer(ByteBuffer) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
putRealByteBuffer(ByteBuffer) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

Q

+
+
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
+
 
+
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Parses the query string and returns the object it refers to.
+
+
+ + + +

R

+
+
read(File) - Method in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(InputStream) - Method in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, int) - Method in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, MatFileFilter, int) - Method in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
read(InputStream, MatFileFilter) - Method in class ca.mjdsystems.jmatio.io.MatFileReader
+
+
Deprecated.
+
Read a mat file from a stream.
+
+
read() - Method in class ca.mjdsystems.jmatio.io.SimulinkDecoder
+
+
Deprecated.
+
read(File) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(InputStream) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
 
+
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
 
+
read(InputStream, MatFileFilter) - Method in class com.jmatio.io.MatFileReader
+
+
Read a mat file from a stream.
+
+
read() - Method in class com.jmatio.io.SimulinkDecoder
+
 
+
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a bare set of bytes.
+
+
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to char.
+
+
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to double.
+
+
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to int.
+
+
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads the data into a ByteBuffer.
+
+
+ + + +

S

+
+
set(MLArray, int, int) - Method in class ca.mjdsystems.jmatio.types.MLCell
+
+
Deprecated.
+
set(MLArray, int) - Method in class ca.mjdsystems.jmatio.types.MLCell
+
+
Deprecated.
+
set(String) - Method in class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
Populates the MLChar with the String value.
+
+
set(String, int) - Method in class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
Set one row, specifying the row.
+
+
set(T, int, int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Does the same as setReal.
+
+
set(T, int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Does the same as setReal.
+
+
set(T[]) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(MLArray, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(String) - Method in class com.jmatio.types.MLChar
+
+
Populates the MLChar with the String value.
+
+
set(String, int) - Method in class com.jmatio.types.MLChar
+
+
Set one row, specifying the row.
+
+
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T[]) - Method in class com.jmatio.types.MLNumericArray
+
 
+
setChar(char, int) - Method in class ca.mjdsystems.jmatio.types.MLChar
+
+
Deprecated.
+
setChar(char, int) - Method in class com.jmatio.types.MLChar
+
 
+
setField(String, MLArray) - Method in class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
Sets field for current structure
+
+
setField(String, MLArray, int, int) - Method in class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
Sets field for (m,n)'th structure in struct array
+
+
setField(String, MLArray, int) - Method in class ca.mjdsystems.jmatio.types.MLStructure
+
+
Deprecated.
+
Sets filed for structure described by index in struct array
+
+
setField(String, MLArray) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Sets field for current structure
+
+
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Sets field for (m,n)'th structure in struct array
+
+
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Sets filed for structure described by index in struct array
+
+
setFields(int, Map<String, MLArray>) - Method in class ca.mjdsystems.jmatio.types.MLObject
+
+
Deprecated.
+
setFields(int, Map<String, MLArray>) - Method in class com.jmatio.types.MLObject
+
 
+
setImaginary(T, int, int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Sets single imaginary array element.
+
+
setImaginary(T, int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Sets single real array element.
+
+
setImaginary(Double, int, int) - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
setImaginary(Double, int) - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single imaginary array element.
+
+
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(T, int, int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Sets single real array element.
+
+
setReal(T, int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Sets single real array element.
+
+
setReal(T[]) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
Sets real part of matrix
+
+
setReal(Double, int, int) - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
setReal(Double, int) - Method in class ca.mjdsystems.jmatio.types.MLSparse
+
+
Deprecated.
+
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets real part of matrix
+
+
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
SimulinkDecoder - Class in ca.mjdsystems.jmatio.io
+
+
Deprecated.
+
+
SimulinkDecoder(String) - Constructor for class ca.mjdsystems.jmatio.io.SimulinkDecoder
+
+
Deprecated.
+
SimulinkDecoder - Class in com.jmatio.io
+
+
This class decodes the Simulink base64 representation of a MAT file.
+
+
SimulinkDecoder(String) - Constructor for class com.jmatio.io.SimulinkDecoder
+
 
+
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
 
+
sizeOf(int) - Static method in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
Return number of bytes for given type.
+
+
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Return number of bytes for given type.
+
+
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
+ + + +

T

+
+
toString() - Method in class ca.mjdsystems.jmatio.io.MatFileHeader
+
+
Deprecated.
+
toString() - Method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
toString() - Method in class com.jmatio.io.MatFileHeader
+
 
+
toString() - Method in class com.jmatio.types.MLArray
+
 
+
type - Variable in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
type - Variable in class com.jmatio.types.MLArray
+
 
+
typeToString(int) - Static method in class ca.mjdsystems.jmatio.common.MatDataTypes
+
+
Deprecated.
+
Get String representation of a data type
+
+
typeToString(int) - Static method in class ca.mjdsystems.jmatio.types.MLArray
+
+
Deprecated.
+
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Get String representation of a data type
+
+
typeToString(int) - Static method in class com.jmatio.types.MLArray
+
 
+
+ + + +

V

+
+
valueOf(String) - Static method in enum ca.mjdsystems.jmatio.io.MatFileType
+
+
Deprecated.
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum com.jmatio.io.MatFileType
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum ca.mjdsystems.jmatio.io.MatFileType
+
+
Deprecated.
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum com.jmatio.io.MatFileType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
+ + + +

W

+
+
write(ByteBuffer) - Method in class ca.mjdsystems.jmatio.io.HeapBufferDataOutputStream
+
+
Deprecated.
+
write(MLArray) - Method in class ca.mjdsystems.jmatio.io.MatFileIncrementalWriter
+
+
Deprecated.
+
write(Collection<MLArray>) - Method in class ca.mjdsystems.jmatio.io.MatFileIncrementalWriter
+
+
Deprecated.
+
Writes MLArrays into WritableByteChannel.
+
+
write(String, Collection<MLArray>) - Method in class ca.mjdsystems.jmatio.io.MatFileWriter
+
+
Deprecated.
+
Writes MLArrays into file created from + filepath.
+
+
write(File, Collection<MLArray>) - Method in class ca.mjdsystems.jmatio.io.MatFileWriter
+
+
Deprecated.
+
Writes MLArrays into File
+
+
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
+
Writes MLArrays into WritableByteChannel.
+
+
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file created from + filepath.
+
+
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File
+
+
write(ByteBuffer) - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
+
 
+
+ + + +

_

+
+
_get(ByteBuffer, int) - Method in class ca.mjdsystems.jmatio.types.MLInt8
+
+
Deprecated.
+
Override to accelerate the performance
+
+
_get(ByteBuffer, int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
_get(ByteBuffer, int) - Method in class ca.mjdsystems.jmatio.types.MLUInt8
+
+
Deprecated.
+
Override to accelerate the performance
+
+
_get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
+
+
Override to accelerate the performance
+
+
_get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
_get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
+
+
Override to accelerate the performance
+
+
_set(ByteBuffer, T, int) - Method in class ca.mjdsystems.jmatio.types.MLNumericArray
+
+
Deprecated.
+
_set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
+A B C D E G H I M N P Q R S T V W _ 
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/index.html b/javadoc/2.0.0.TRANSITION/index.html new file mode 100644 index 0000000..3b3a4cd --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/index.html @@ -0,0 +1,74 @@ + + + + + +matfilerw 2.0.0.TRANSITION API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/2.0.0.TRANSITION/overview-frame.html b/javadoc/2.0.0.TRANSITION/overview-frame.html new file mode 100644 index 0000000..950de00 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/overview-frame.html @@ -0,0 +1,29 @@ + + + + + +Overview List (matfilerw 2.0.0.TRANSITION API) + + + + + +

com.diffplug.matsim:matfilerw:2.0.0.TRANSITION by DiffPlug

+ + +

 

+ + diff --git a/javadoc/2.0.0.TRANSITION/overview-summary.html b/javadoc/2.0.0.TRANSITION/overview-summary.html new file mode 100644 index 0000000..26e25b7 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/overview-summary.html @@ -0,0 +1,166 @@ + + + + + +Overview (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

matfilerw 2.0.0.TRANSITION API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
ca.mjdsystems.jmatio.common 
ca.mjdsystems.jmatio.io 
ca.mjdsystems.jmatio.types 
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
+
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/overview-tree.html b/javadoc/2.0.0.TRANSITION/overview-tree.html new file mode 100644 index 0000000..5584a7d --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/overview-tree.html @@ -0,0 +1,272 @@ + + + + + +Class Hierarchy (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + + +
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/package-list b/javadoc/2.0.0.TRANSITION/package-list new file mode 100644 index 0000000..18c5a4f --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/package-list @@ -0,0 +1,8 @@ +ca.mjdsystems.jmatio.common +ca.mjdsystems.jmatio.io +ca.mjdsystems.jmatio.types +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/2.0.0.TRANSITION/script.js b/javadoc/2.0.0.TRANSITION/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/2.0.0.TRANSITION/serialized-form.html b/javadoc/2.0.0.TRANSITION/serialized-form.html new file mode 100644 index 0000000..8bcda47 --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/serialized-form.html @@ -0,0 +1,147 @@ + + + + + +Serialized Form (matfilerw 2.0.0.TRANSITION API) + + + + + + + + + + + +
+

Serialized Form

+
+
+ +
+ + + + + + diff --git a/javadoc/2.0.0.TRANSITION/stylesheet.css b/javadoc/2.0.0.TRANSITION/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/2.0.0.TRANSITION/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From 1ceca904d15a5296d676c1d3e554597ca99b4d90 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Mon, 26 Oct 2015 05:13:35 +0000 Subject: [PATCH 19/56] Lastest javadoc on successful travis build 33 auto-pushed to gh-pages --- javadoc/2.0.0/allclasses-frame.html | 55 + javadoc/2.0.0/allclasses-noframe.html | 55 + .../2.0.0/com/jmatio/common/MatDataTypes.html | 784 +++++++++ .../com/jmatio/common/package-frame.html | 20 + .../com/jmatio/common/package-summary.html | 144 ++ .../2.0.0/com/jmatio/common/package-tree.html | 137 ++ .../com/jmatio/common/util/MLArrayQuery.html | 333 ++++ .../com/jmatio/common/util/package-frame.html | 20 + .../jmatio/common/util/package-summary.html | 144 ++ .../com/jmatio/common/util/package-tree.html | 137 ++ javadoc/2.0.0/com/jmatio/io/MatFile.html | 358 +++++ .../2.0.0/com/jmatio/io/MatFileFilter.html | 345 ++++ .../2.0.0/com/jmatio/io/MatFileHeader.html | 491 ++++++ .../jmatio/io/MatFileIncrementalWriter.html | 412 +++++ .../2.0.0/com/jmatio/io/MatFileReader.html | 800 +++++++++ javadoc/2.0.0/com/jmatio/io/MatFileType.html | 342 ++++ .../2.0.0/com/jmatio/io/MatFileWriter.html | 425 +++++ .../com/jmatio/io/MatlabIOException.html | 268 +++ .../2.0.0/com/jmatio/io/SimulinkDecoder.html | 295 ++++ .../2.0.0/com/jmatio/io/package-frame.html | 34 + .../2.0.0/com/jmatio/io/package-summary.html | 215 +++ javadoc/2.0.0/com/jmatio/io/package-tree.html | 172 ++ .../io/stream/BufferedOutputStream.html | 314 ++++ .../io/stream/ByteBufferInputStream.html | 320 ++++ .../io/stream/HeapBufferDataOutputStream.html | 372 +++++ .../jmatio/io/stream/MatFileInputStream.html | 404 +++++ .../com/jmatio/io/stream/package-frame.html | 23 + .../com/jmatio/io/stream/package-summary.html | 156 ++ .../com/jmatio/io/stream/package-tree.html | 152 ++ .../com/jmatio/types/ByteStorageSupport.html | 266 +++ .../com/jmatio/types/GenericArrayCreator.html | 227 +++ javadoc/2.0.0/com/jmatio/types/MLArray.html | 1202 ++++++++++++++ javadoc/2.0.0/com/jmatio/types/MLCell.html | 414 +++++ javadoc/2.0.0/com/jmatio/types/MLChar.html | 547 +++++++ javadoc/2.0.0/com/jmatio/types/MLDouble.html | 511 ++++++ .../2.0.0/com/jmatio/types/MLEmptyArray.html | 294 ++++ javadoc/2.0.0/com/jmatio/types/MLInt16.html | 515 ++++++ javadoc/2.0.0/com/jmatio/types/MLInt32.html | 514 ++++++ javadoc/2.0.0/com/jmatio/types/MLInt64.html | 511 ++++++ javadoc/2.0.0/com/jmatio/types/MLInt8.html | 534 ++++++ .../2.0.0/com/jmatio/types/MLJavaObject.html | 336 ++++ .../com/jmatio/types/MLNumericArray.html | 856 ++++++++++ javadoc/2.0.0/com/jmatio/types/MLObject.html | 342 ++++ javadoc/2.0.0/com/jmatio/types/MLSingle.html | 390 +++++ javadoc/2.0.0/com/jmatio/types/MLSparse.html | 745 +++++++++ .../2.0.0/com/jmatio/types/MLStructure.html | 305 ++++ .../jmatio/types/MLStructureObjectBase.html | 599 +++++++ javadoc/2.0.0/com/jmatio/types/MLUInt16.html | 358 +++++ javadoc/2.0.0/com/jmatio/types/MLUInt32.html | 358 +++++ javadoc/2.0.0/com/jmatio/types/MLUInt64.html | 511 ++++++ javadoc/2.0.0/com/jmatio/types/MLUInt8.html | 535 ++++++ .../2.0.0/com/jmatio/types/package-frame.html | 44 + .../com/jmatio/types/package-summary.html | 253 +++ .../2.0.0/com/jmatio/types/package-tree.html | 176 ++ javadoc/2.0.0/constant-values.html | 564 +++++++ javadoc/2.0.0/deprecated-list.html | 149 ++ javadoc/2.0.0/help-doc.html | 225 +++ javadoc/2.0.0/index-all.html | 1431 +++++++++++++++++ javadoc/2.0.0/index.html | 74 + javadoc/2.0.0/overview-frame.html | 26 + javadoc/2.0.0/overview-summary.html | 154 ++ javadoc/2.0.0/overview-tree.html | 230 +++ javadoc/2.0.0/package-list | 5 + javadoc/2.0.0/script.js | 30 + javadoc/2.0.0/serialized-form.html | 137 ++ javadoc/2.0.0/stylesheet.css | 574 +++++++ 66 files changed, 22669 insertions(+) create mode 100644 javadoc/2.0.0/allclasses-frame.html create mode 100644 javadoc/2.0.0/allclasses-noframe.html create mode 100644 javadoc/2.0.0/com/jmatio/common/MatDataTypes.html create mode 100644 javadoc/2.0.0/com/jmatio/common/package-frame.html create mode 100644 javadoc/2.0.0/com/jmatio/common/package-summary.html create mode 100644 javadoc/2.0.0/com/jmatio/common/package-tree.html create mode 100644 javadoc/2.0.0/com/jmatio/common/util/MLArrayQuery.html create mode 100644 javadoc/2.0.0/com/jmatio/common/util/package-frame.html create mode 100644 javadoc/2.0.0/com/jmatio/common/util/package-summary.html create mode 100644 javadoc/2.0.0/com/jmatio/common/util/package-tree.html create mode 100644 javadoc/2.0.0/com/jmatio/io/MatFile.html create mode 100644 javadoc/2.0.0/com/jmatio/io/MatFileFilter.html create mode 100644 javadoc/2.0.0/com/jmatio/io/MatFileHeader.html create mode 100644 javadoc/2.0.0/com/jmatio/io/MatFileIncrementalWriter.html create mode 100644 javadoc/2.0.0/com/jmatio/io/MatFileReader.html create mode 100644 javadoc/2.0.0/com/jmatio/io/MatFileType.html create mode 100644 javadoc/2.0.0/com/jmatio/io/MatFileWriter.html create mode 100644 javadoc/2.0.0/com/jmatio/io/MatlabIOException.html create mode 100644 javadoc/2.0.0/com/jmatio/io/SimulinkDecoder.html create mode 100644 javadoc/2.0.0/com/jmatio/io/package-frame.html create mode 100644 javadoc/2.0.0/com/jmatio/io/package-summary.html create mode 100644 javadoc/2.0.0/com/jmatio/io/package-tree.html create mode 100644 javadoc/2.0.0/com/jmatio/io/stream/BufferedOutputStream.html create mode 100644 javadoc/2.0.0/com/jmatio/io/stream/ByteBufferInputStream.html create mode 100644 javadoc/2.0.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html create mode 100644 javadoc/2.0.0/com/jmatio/io/stream/MatFileInputStream.html create mode 100644 javadoc/2.0.0/com/jmatio/io/stream/package-frame.html create mode 100644 javadoc/2.0.0/com/jmatio/io/stream/package-summary.html create mode 100644 javadoc/2.0.0/com/jmatio/io/stream/package-tree.html create mode 100644 javadoc/2.0.0/com/jmatio/types/ByteStorageSupport.html create mode 100644 javadoc/2.0.0/com/jmatio/types/GenericArrayCreator.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLArray.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLCell.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLChar.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLDouble.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLEmptyArray.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLInt16.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLInt32.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLInt64.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLInt8.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLJavaObject.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLNumericArray.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLObject.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLSingle.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLSparse.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLStructure.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLStructureObjectBase.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLUInt16.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLUInt32.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLUInt64.html create mode 100644 javadoc/2.0.0/com/jmatio/types/MLUInt8.html create mode 100644 javadoc/2.0.0/com/jmatio/types/package-frame.html create mode 100644 javadoc/2.0.0/com/jmatio/types/package-summary.html create mode 100644 javadoc/2.0.0/com/jmatio/types/package-tree.html create mode 100644 javadoc/2.0.0/constant-values.html create mode 100644 javadoc/2.0.0/deprecated-list.html create mode 100644 javadoc/2.0.0/help-doc.html create mode 100644 javadoc/2.0.0/index-all.html create mode 100644 javadoc/2.0.0/index.html create mode 100644 javadoc/2.0.0/overview-frame.html create mode 100644 javadoc/2.0.0/overview-summary.html create mode 100644 javadoc/2.0.0/overview-tree.html create mode 100644 javadoc/2.0.0/package-list create mode 100644 javadoc/2.0.0/script.js create mode 100644 javadoc/2.0.0/serialized-form.html create mode 100644 javadoc/2.0.0/stylesheet.css diff --git a/javadoc/2.0.0/allclasses-frame.html b/javadoc/2.0.0/allclasses-frame.html new file mode 100644 index 0000000..173281c --- /dev/null +++ b/javadoc/2.0.0/allclasses-frame.html @@ -0,0 +1,55 @@ + + + + + +All Classes (matfilerw 2.0.0 API) + + + + + +

All Classes

+ + + diff --git a/javadoc/2.0.0/allclasses-noframe.html b/javadoc/2.0.0/allclasses-noframe.html new file mode 100644 index 0000000..24374d3 --- /dev/null +++ b/javadoc/2.0.0/allclasses-noframe.html @@ -0,0 +1,55 @@ + + + + + +All Classes (matfilerw 2.0.0 API) + + + + + +

All Classes

+ + + diff --git a/javadoc/2.0.0/com/jmatio/common/MatDataTypes.html b/javadoc/2.0.0/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..6fe743a --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.common
+

Class MatDataTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class MatDataTypes
    +extends Object
    +
    MAT-file data types
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/common/package-frame.html b/javadoc/2.0.0/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..241f55e --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common (matfilerw 2.0.0 API) + + + + + +

com.jmatio.common

+
+

Classes

+ +
+ + diff --git a/javadoc/2.0.0/com/jmatio/common/package-summary.html b/javadoc/2.0.0/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..70c6549 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/common/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Package com.jmatio.common

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatDataTypes +
    MAT-file data types
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/2.0.0/com/jmatio/common/package-tree.html b/javadoc/2.0.0/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..1217689 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common Class Hierarchy (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0/com/jmatio/common/util/MLArrayQuery.html b/javadoc/2.0.0/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..f475065 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.common.util
+

Class MLArrayQuery

+
+
+ +
+
    +
  • +
    +
    +
    public class MLArrayQuery
    +extends Object
    +
    The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArrayQuery

        +
        public MLArrayQuery(String queryString)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        q

        +
        public static Object q(MLArray array,
        +                       String query)
        +
        +
        Parameters:
        +
        array -
        +
        query -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        query

        +
        public Object query(MLArray array)
        +
        Parses the query string and returns the object it refers to.
        +
        +
        Parameters:
        +
        array - source MLArray
        +
        Returns:
        +
        query result
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Object getContent(MLArray array,
        +                         int m,
        +                         int n)
        +
        Returns the content of the field/cell/object.
        +
        +
        Parameters:
        +
        array - the parent structure/cell
        +
        m - column or -1
        +
        n - row or -1
        +
        Returns:
        +
        if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/common/util/package-frame.html b/javadoc/2.0.0/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..922ed81 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (matfilerw 2.0.0 API) + + + + + +

com.jmatio.common.util

+
+

Classes

+ +
+ + diff --git a/javadoc/2.0.0/com/jmatio/common/util/package-summary.html b/javadoc/2.0.0/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..83f5260 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Package com.jmatio.common.util

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MLArrayQuery +
    The JMatIO query parser.
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/2.0.0/com/jmatio/common/util/package-tree.html b/javadoc/2.0.0/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..3fde504 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.common.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/MatFile.html b/javadoc/2.0.0/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..7561379 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/MatFile.html @@ -0,0 +1,358 @@ + + + + + +MatFile (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFile

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFile
    +extends Object
    +
    MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

    + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/MatFileFilter.html b/javadoc/2.0.0/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..85e1bcf --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileFilter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileFilter
    +extends Object
    +
    File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
    
    + //create new filter instance
    + MatFileFilter filter = new MatFileFilter();
    + //add a needle
    + filter.addArrayName( "your_array_name" );
    + 
    + //read array form file (haystack) looking _only_ for pecified array (needle)
    + MatFileReader mfr = new MatFileReader( fileName, filter );
    + 
    +
    +
    See Also:
    +
    MatFileReader
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter()
        +
        Creates empty filter intance. + + Note: empty filter acceps all results.
        +
      • +
      + + + +
        +
      • +

        MatFileFilter

        +
        public MatFileFilter(String[] names)
        +
        Create filter intance and add array names.
        +
        +
        Parameters:
        +
        names - - array of names (needles)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addArrayName

        +
        public void addArrayName(String name)
        +
        Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
        +
        +
        Parameters:
        +
        name - - array name (needle)
        +
        +
      • +
      + + + +
        +
      • +

        matches

        +
        public boolean matches(String name)
        +
        Test if given name matches the filter.
        +
        +
        Parameters:
        +
        name - - array name to be tested
        +
        Returns:
        +
        - true if array (matrix) of this name should be processed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/MatFileHeader.html b/javadoc/2.0.0/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..db821bc --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,491 @@ + + + + + +MatFileHeader (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileHeader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileHeader
    +extends Object
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        DEFAULT_ENDIAN

        +
        public static final ByteOrder DEFAULT_ENDIAN
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileHeader

        +
        public MatFileHeader(String description,
        +                     int version,
        +                     ByteOrder byteOrder)
        +
        New MAT-file header
        +
        +
        Parameters:
        +
        description - - descriptive text (no longer than 116 characters)
        +
        version - - by default is set to 0x0100
        +
        endianIndicator - - byte array size of 2 indicating byte-swapping requirement
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        parseFrom

        +
        public static MatFileHeader parseFrom(String description,
        +                                      byte[] bversion,
        +                                      byte[] endianIndicator)
        +
        Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
        +
        +
        Parameters:
        +
        description - - descriptive test
        +
        bversion - - 2-byte array containing the version (raw from a MAT-File)
        +
        endianIndicator - - 2-byte array containing the endian indicator (raw from a MAT-File(
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        parseByteOrder

        +
        public static ByteOrder parseByteOrder(byte[] endianIndicator)
        +
        Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
        +
        +
        Parameters:
        +
        endianIndicator - 2-byte long array holding the endian indicator
        +
        +
      • +
      + + + +
        +
      • +

        getDescription

        +
        public String getDescription()
        +
        Gets descriptive text
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getEndianIndicator

        +
        public byte[] getEndianIndicator()
        +
        Gets endian indicator. Bytes written as "MI" suggest that byte-swapping operation is required + in order to interpret data correctly. If value is set to "IM" byte-swapping is not needed.
        +
        +
        Returns:
        +
        - a byte array size of 2
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        When creating a MAT-file, set version to 0x0100
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createHeader

        +
        public static MatFileHeader createHeader()
        +
        A factory. Creates new MatFileHeader instance with default header values: +
          +
        • MAT-file is 5.0 version
        • +
        • version is set to 0x0100
        • +
        • no byte-swapping ("IM")
        • +
        +
        +
        Returns:
        +
        - new MatFileHeader instance
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getByteOrder

        +
        public ByteOrder getByteOrder()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/2.0.0/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..b1cc365 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileIncrementalWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileIncrementalWriter
    +extends Object
    +
    MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
    
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +         
    + //2. write arrays to file
    + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
    + writer.write(mlDouble);
    + writer.write(mlChar);
    + 
    + writer.close();
    + 
    + 
    + + this is "equal" to Matlab commands: +
    
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr');
    + >> save('mat_file.mat', 'char_arr', '-append');
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(String fileName)
        +                         throws IOException
        +
        Creates a writer to a file given the filename.
        +
        +
        Parameters:
        +
        fileName - - name of ouput file
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(File file)
        +                         throws IOException
        +
        Creats a writer to a file given the File object.
        +
        +
        Parameters:
        +
        file - - an output File
        +
        Throws:
        +
        IOException
        +
        DataFormatException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileIncrementalWriter

        +
        public MatFileIncrementalWriter(WritableByteChannel chan)
        +                         throws IOException
        +
        Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
        +
        +
        Parameters:
        +
        chan - - WritableByteChannel
        +
        data - - Collection of MLArray elements
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/MatFileReader.html b/javadoc/2.0.0/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..e95010e --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/MatFileReader.html @@ -0,0 +1,800 @@ + + + + + +MatFileReader (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileReader

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileReader
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName)
        +              throws FileNotFoundException,
        +                     IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        FileNotFoundException
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(String fileName,
        +                     MatFileFilter filter)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
        +
        +
        Parameters:
        +
        fileName - the MAT-file path String
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(File file,
        +                     MatFileFilter filter,
        +                     MatFileType matType)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

        +
        +
        Parameters:
        +
        file - the MAT-file
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(MatFileType matType)
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader()
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(InputStream stream,
        +                     MatFileType type)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. + + This method reads MAT-file without filtering.
        +
        +
        Parameters:
        +
        stream - the MAT-file stream
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      + + + +
        +
      • +

        MatFileReader

        +
        public MatFileReader(InputStream stream,
        +                     MatFileFilter filter,
        +                     MatFileType type)
        +              throws IOException
        +
        Creates instance of MatFileReader and reads MAT-file from + file. +

        + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

        + Note: this method reads file using the memory mapped file policy, see + notes to + #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy) +

        +
        +
        Parameters:
        +
        stream - the MAT-file stream
        +
        MatFileFilter - array name filter.
        +
        Throws:
        +
        IOException - when error occurred while processing the file.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(InputStream stream)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls read(stream, new MatFileFilter()).

        +
        +
        Parameters:
        +
        stream - a valid MAT-file stream to be read
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(File file,
        +                                int policy)
        +                         throws IOException
        +
        Reads the content of a MAT-file and returns the mapped content. +

        + This method calls + read(file, new MatFileFilter(), policy).

        +
        +
        Parameters:
        +
        file - a valid MAT-file file to be read
        +
        policy - the file memory allocation policy
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        read

        +
        public Map<String,MLArray> read(InputStream stream,
        +                                MatFileFilter filter)
        +                         throws IOException
        +
        Read a mat file from a stream. Internally this will read the stream fully + into memory before parsing it.
        +
        +
        Parameters:
        +
        stream - a valid MAT-file stream to be read
        +
        filter - the array filter applied during reading
        +
        Returns:
        +
        the same as getContent()
        +
        Throws:
        +
        IOException - if error occurs during file processing
        +
        See Also:
        +
        MatFileFilter
        +
        +
      • +
      + + + +
        +
      • +

        getMatFileHeader

        +
        public MatFileHeader getMatFileHeader()
        +
        Gets MAT-file header
        +
        +
        Returns:
        +
        - a MatFileHeader object
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public ArrayList<MLArray> getData()
        +
        Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
        +
        Returns list of MLArray objects that were inside MAT-file
        +
        +
        Returns:
        +
        - a ArrayList
        +
        +
      • +
      + + + +
        +
      • +

        getMLArray

        +
        public MLArray getMLArray(String name)
        +
        Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
        +
        +
        Parameters:
        +
        - - array name
        +
        Returns:
        +
        - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
        +
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public Map<String,MLArray> getContent()
        +
        Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
        +
        +
        Returns:
        +
        - a Map of MLArrays mapped with their names.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/MatFileType.html b/javadoc/2.0.0/com/jmatio/io/MatFileType.html new file mode 100644 index 0000000..a8db690 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/MatFileType.html @@ -0,0 +1,342 @@ + + + + + +MatFileType (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Enum MatFileType

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        Regular

        +
        public static final MatFileType Regular
        +
      • +
      + + + +
        +
      • +

        ReducedHeader

        +
        public static final MatFileType ReducedHeader
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static MatFileType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (MatFileType c : MatFileType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static MatFileType valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/MatFileWriter.html b/javadoc/2.0.0/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..463ed5a --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,425 @@ + + + + + +MatFileWriter (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatFileWriter

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileWriter
    +extends Object
    +
    MAT-file writer. + + Usage: + +
    + 
    + //1. First create example arrays
    + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
    + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
    + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
    +
    + //2. write arrays to file
    + ArrayList list = new ArrayList();
    + list.add( mlDouble );
    + list.add( mlChar );
    +
    + new MatFileWriter( "mat_file.mat", list );
    + 
    + 
    + + this is "equal" to Matlab commands: + +
    + 
    + >> double_arr = [ 1 2; 3 4; 5 6];
    + >> char_arr = 'I am dummy';
    + >>
    + >> save('mat_file.mat', 'double_arr', 'char_arr');
    + 
    + +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        write

        +
        public void write(String filepath,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into file created from + filepath.
        +
        +
        Parameters:
        +
        filepath - the absolute file path of a MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(File file,
        +                  Collection<MLArray> data)
        +           throws IOException
        +
        Writes MLArrays into File
        +
        +
        Parameters:
        +
        file - the MAT-file to which data is written
        +
        data - the collection of MLArray objects
        +
        Throws:
        +
        IOException - if error occurred during MAT-file writing
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/MatlabIOException.html b/javadoc/2.0.0/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..117a904 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class MatlabIOException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatlabIOException

        +
        public MatlabIOException(String s)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/SimulinkDecoder.html b/javadoc/2.0.0/com/jmatio/io/SimulinkDecoder.html new file mode 100644 index 0000000..7d4003a --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/SimulinkDecoder.html @@ -0,0 +1,295 @@ + + + + + +SimulinkDecoder (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io
+

Class SimulinkDecoder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable, AutoCloseable
    +
    +
    +
    +
    public class SimulinkDecoder
    +extends InputStream
    +
    This class decodes the Simulink base64 representation of a MAT file.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/package-frame.html b/javadoc/2.0.0/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..d7bceb6 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/package-frame.html @@ -0,0 +1,34 @@ + + + + + +com.jmatio.io (matfilerw 2.0.0 API) + + + + + +

com.jmatio.io

+ + + diff --git a/javadoc/2.0.0/com/jmatio/io/package-summary.html b/javadoc/2.0.0/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..e58188b --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/package-summary.html @@ -0,0 +1,215 @@ + + + + + +com.jmatio.io (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Package com.jmatio.io

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    MatFile +
    MatFileReader's API is vague.
    +
    MatFileFilter +
    File filter.
    +
    MatFileHeader +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    MatFileIncrementalWriter +
    MAT-file Incremental writer.
    +
    MatFileReader 
    MatFileWriter +
    MAT-file writer.
    +
    SimulinkDecoder +
    This class decodes the Simulink base64 representation of a MAT file.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    MatFileType +
    Describes the type of Mat file.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    MatlabIOException +
    MAT-file reader/writer exception
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/package-tree.html b/javadoc/2.0.0/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..569a573 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/package-tree.html @@ -0,0 +1,172 @@ + + + + + +com.jmatio.io Class Hierarchy (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/2.0.0/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..c9dc5c2 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,314 @@ + + + + + +BufferedOutputStream (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class BufferedOutputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/2.0.0/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..2bda994 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class ByteBufferInputStream

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/2.0.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html new file mode 100644 index 0000000..3bfd2ee --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -0,0 +1,372 @@ + + + + + +HeapBufferDataOutputStream (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class HeapBufferDataOutputStream

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HeapBufferDataOutputStream

        +
        public HeapBufferDataOutputStream()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/2.0.0/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..418accb --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.io.stream
+

Class MatFileInputStream

+
+
+ +
+
    +
  • +
    +
    +
    public class MatFileInputStream
    +extends Object
    +
    MAT-file input stream class.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatFileInputStream

        +
        public MatFileInputStream(ByteBuffer buf,
        +                          int type)
        +
        Attach MAT-file input stream to InputStream
        +
        +
        Parameters:
        +
        is - - input stream
        +
        type - - type of data in the stream
        +
        See Also:
        +
        MatDataTypes
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readInt

        +
        public int readInt()
        +            throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to int.
        +
        +
        Returns:
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readChar

        +
        public char readChar()
        +              throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to char.
        +
        +
        Returns:
        +
        - char
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readDouble

        +
        public double readDouble()
        +                  throws IOException
        +
        Reads data (number of bytes red is determined by data type) + from the stream to double.
        +
        +
        Returns:
        +
        - double
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        readByte

        +
        public byte readByte()
        +
      • +
      + + + + + + + +
        +
      • +

        skip

        +
        public void skip(int padding)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/stream/package-frame.html b/javadoc/2.0.0/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..3341eef --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,23 @@ + + + + + +com.jmatio.io.stream (matfilerw 2.0.0 API) + + + + + +

com.jmatio.io.stream

+ + + diff --git a/javadoc/2.0.0/com/jmatio/io/stream/package-summary.html b/javadoc/2.0.0/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..b217c05 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,156 @@ + + + + + +com.jmatio.io.stream (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Package com.jmatio.io.stream

+
+
+ +
+ + + + + + diff --git a/javadoc/2.0.0/com/jmatio/io/stream/package-tree.html b/javadoc/2.0.0/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..12c4abb --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.io.stream

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/ByteStorageSupport.html b/javadoc/2.0.0/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..1dcd67c --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Interface ByteStorageSupport<T extends Number>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBytesAllocated

        +
        int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        T buldFromBytes(byte[] bytes)
        +
      • +
      + + + + + +
        +
      • +

        getByteArray

        +
        byte[] getByteArray(T value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/GenericArrayCreator.html b/javadoc/2.0.0/com/jmatio/types/GenericArrayCreator.html new file mode 100644 index 0000000..42bc626 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/GenericArrayCreator.html @@ -0,0 +1,227 @@ + + + + + +GenericArrayCreator (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Interface GenericArrayCreator<T>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        T[] createArray(int m,
        +                int n)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLArray.html b/javadoc/2.0.0/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..22a9ed2 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLArray.html @@ -0,0 +1,1202 @@ + + + + + +MLArray (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLArray

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLArray

        +
        public MLArray(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Gets array name
        +
        +
        Returns:
        +
        - array name
        +
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
      • +
      + + + +
        +
      • +

        getNameToByteArray

        +
        public byte[] getNameToByteArray()
        +
      • +
      + + + +
        +
      • +

        getDimensions

        +
        public int[] getDimensions()
        +
      • +
      + + + +
        +
      • +

        getM

        +
        public int getM()
        +
      • +
      + + + +
        +
      • +

        getN

        +
        public int getN()
        +
      • +
      + + + +
        +
      • +

        getNDimensions

        +
        public int getNDimensions()
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        typeToString

        +
        public static final String typeToString(int type)
        +
      • +
      + + + +
        +
      • +

        isCell

        +
        public boolean isCell()
        +
      • +
      + + + +
        +
      • +

        isChar

        +
        public boolean isChar()
        +
      • +
      + + + +
        +
      • +

        isComplex

        +
        public boolean isComplex()
        +
      • +
      + + + +
        +
      • +

        isSparse

        +
        public boolean isSparse()
        +
      • +
      + + + +
        +
      • +

        isStruct

        +
        public boolean isStruct()
        +
      • +
      + + + +
        +
      • +

        isDouble

        +
        public boolean isDouble()
        +
      • +
      + + + +
        +
      • +

        isSingle

        +
        public boolean isSingle()
        +
      • +
      + + + +
        +
      • +

        isInt8

        +
        public boolean isInt8()
        +
      • +
      + + + +
        +
      • +

        isUint8

        +
        public boolean isUint8()
        +
      • +
      + + + +
        +
      • +

        isInt16

        +
        public boolean isInt16()
        +
      • +
      + + + +
        +
      • +

        isUint16

        +
        public boolean isUint16()
        +
      • +
      + + + +
        +
      • +

        isInt32

        +
        public boolean isInt32()
        +
      • +
      + + + +
        +
      • +

        isUint32

        +
        public boolean isUint32()
        +
      • +
      + + + +
        +
      • +

        isInt64

        +
        public boolean isInt64()
        +
      • +
      + + + +
        +
      • +

        isUint64

        +
        public boolean isUint64()
        +
      • +
      + + + +
        +
      • +

        isObject

        +
        public boolean isObject()
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        public boolean isOpaque()
        +
      • +
      + + + +
        +
      • +

        isLogical

        +
        public boolean isLogical()
        +
      • +
      + + + +
        +
      • +

        isFunctionObject

        +
        public boolean isFunctionObject()
        +
      • +
      + + + +
        +
      • +

        isUnknown

        +
        public boolean isUnknown()
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        protected int getIndex(int m,
        +                       int n)
        +
      • +
      + + + + + + + +
        +
      • +

        contentToString

        +
        public String contentToString()
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLCell.html b/javadoc/2.0.0/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..ba4dd8a --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLCell

+
+
+ +
+
    +
  • +
    +
    +
    public class MLCell
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLCell

        +
        public MLCell(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLChar.html b/javadoc/2.0.0/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..472a458 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLChar.html @@ -0,0 +1,547 @@ + + + + + +MLChar (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLChar

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + + + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              String[] values,
        +              int maxlen)
        +
        Added method to allow initialization of a char array representing + an array of strings.
        +
        +
        Parameters:
        +
        name -
        +
        values -
        +
        maxlen -
        +
        +
      • +
      + + + +
        +
      • +

        MLChar

        +
        public MLChar(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        setChar

        +
        public void setChar(char ch,
        +                    int index)
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value)
        +
        Populates the MLChar with the String value.
        +
        +
        Parameters:
        +
        value - the String value
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(String value,
        +                int idx)
        +
        Set one row, specifying the row.
        +
        +
        Parameters:
        +
        value -
        +
        idx -
        +
        +
      • +
      + + + +
        +
      • +

        getChar

        +
        public Character getChar(int m,
        +                         int n)
        +
      • +
      + + + +
        +
      • +

        exportChar

        +
        public Character[] exportChar()
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getString

        +
        public String getString(int m)
        +
        Gets the m-th character matrix's row as String.
        +
        +
        Parameters:
        +
        m - - row number
        +
        Returns:
        +
        - String
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLDouble.html b/javadoc/2.0.0/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..35eb510 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLDouble.html @@ -0,0 +1,511 @@ + + + + + +MLDouble (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLDouble

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                int[] dims)
        +
        Create a MLDouble array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                Double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLDouble

        +
        public MLDouble(String name,
        +                double[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Double[] createArray(int m,
        +                            int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public double[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLEmptyArray.html b/javadoc/2.0.0/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..0ae737a --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLEmptyArray

+
+
+ +
+
    +
  • +
    +
    +
    public class MLEmptyArray
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray()
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name)
        +
      • +
      + + + +
        +
      • +

        MLEmptyArray

        +
        public MLEmptyArray(String name,
        +                    int[] dims,
        +                    int type,
        +                    int attributes)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLInt16.html b/javadoc/2.0.0/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..c593c3f --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLInt16.html @@ -0,0 +1,515 @@ + + + + + +MLInt16 (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxINT16_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               int[] dims)
        +
        Create a MLSingle array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               Short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of Short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt16

        +
        public MLInt16(String name,
        +               short[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of short, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Short[] createArray(int m,
        +                           int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public short[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Short buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Short value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Short> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLInt32.html b/javadoc/2.0.0/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..8c7eb9f --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLInt32.html @@ -0,0 +1,514 @@ + + + + + +MLInt32 (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               Integer[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt32

        +
        public MLInt32(String name,
        +               int[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Integer[] createArray(int m,
        +                             int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public int[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Integer buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Integer> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Integer value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLInt64.html b/javadoc/2.0.0/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..665eb88 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLInt64.html @@ -0,0 +1,511 @@ + + + + + +MLInt64 (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               int[] dims)
        +
        Create a MLInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               Long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt64

        +
        public MLInt64(String name,
        +               long[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Long[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLInt8.html b/javadoc/2.0.0/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..5e8e913 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLInt8.html @@ -0,0 +1,534 @@ + + + + + +MLInt8 (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims,
        +              int type,
        +              int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              Byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLInt8

        +
        public MLInt8(String name,
        +              byte[] vals,
        +              int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLJavaObject.html b/javadoc/2.0.0/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..f322827 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLJavaObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLJavaObject
    +extends MLArray
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
      • +
      + + + +
        +
      • +

        getContent

        +
        public ByteBuffer getContent()
        +
      • +
      + + + +
        +
      • +

        instantiateObject

        +
        public Object instantiateObject()
        +                         throws Exception
        +
        Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLNumericArray.html b/javadoc/2.0.0/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..3aa6799 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,856 @@ + + + + + +MLNumericArray (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLNumericArray<T extends Number>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int[] dims,
        +                      int type,
        +                      int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type
        +
        attributes - - array flags
        +
        +
      • +
      + + + + + +
        +
      • +

        MLNumericArray

        +
        public MLNumericArray(String name,
        +                      int type,
        +                      T[] vals,
        +                      int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        type - - array type
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        allocate

        +
        protected void allocate()
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int m,
        +                 int n)
        +
        Gets single real array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public T getReal(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int m,
        +                    int n)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T value,
        +                    int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + + + +
        +
      • +

        setReal

        +
        public void setReal(T[] vector)
        +
        Sets real part of matrix
        +
        +
        Parameters:
        +
        vector - - column-packed vector of elements
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int m,
        +                         int n)
        +
        Sets single imaginary array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(T value,
        +                         int index)
        +
        Sets single real array element.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int m,
        +                      int n)
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        getImaginary

        +
        public T getImaginary(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int m,
        +                int n)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        m - - row index
        +
        n - - column index
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T value,
        +                int index)
        +
        Does the same as setReal.
        +
        +
        Parameters:
        +
        value - - element value
        +
        index - - column-packed vector index
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int m,
        +             int n)
        +
        Does the same as getReal.
        +
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(int index)
        +
        +
        Parameters:
        +
        index -
        +
        Returns:
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public void set(T[] vector)
        +
        +
        Parameters:
        +
        vector -
        +
        +
      • +
      + + + +
        +
      • +

        _get

        +
        protected T _get(ByteBuffer buffer,
        +                 int index)
        +
      • +
      + + + + + +
        +
      • +

        _set

        +
        protected void _set(ByteBuffer buffer,
        +                    T value,
        +                    int index)
        +
      • +
      + + + +
        +
      • +

        putImaginaryByteBuffer

        +
        public void putImaginaryByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getImaginaryByteBuffer

        +
        public ByteBuffer getImaginaryByteBuffer()
        +
      • +
      + + + +
        +
      • +

        putRealByteBuffer

        +
        public void putRealByteBuffer(ByteBuffer buff)
        +
      • +
      + + + +
        +
      • +

        getRealByteBuffer

        +
        public ByteBuffer getRealByteBuffer()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        public void dispose()
        +
        +
        Overrides:
        +
        dispose in class MLArray
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLObject.html b/javadoc/2.0.0/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..f74327d --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLObject.html @@ -0,0 +1,342 @@ + + + + + +MLObject (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLObject

+
+
+ +
+
    +
  • +
    +
    +
    public class MLObject
    +extends MLStructureObjectBase
    +
    This class represents Matlab's Object object (object array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLObject

        +
        public MLObject(String name,
        +                String className,
        +                int[] dimensions,
        +                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public String getClassName()
        +
      • +
      + + + +
        +
      • +

        setFields

        +
        public void setFields(int i,
        +                      Map<String,MLArray> structure)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLSingle.html b/javadoc/2.0.0/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..bdb3a05 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLSingle.html @@ -0,0 +1,390 @@ + + + + + +MLSingle (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSingle

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                Float[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLSingle

        +
        public MLSingle(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Float[] createArray(int m,
        +                           int n)
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Float buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Float value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<?> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLSparse.html b/javadoc/2.0.0/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..bc24278 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLSparse.html @@ -0,0 +1,745 @@ + + + + + +MLSparse (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLSparse

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLSparse

        +
        public MLSparse(String name,
        +                int[] dims,
        +                int attributes,
        +                int nzmax)
        +
        +
        Parameters:
        +
        name -
        +
        dims -
        +
        attributes -
        +
        nzmax -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getMaxNZ

        +
        public int getMaxNZ()
        +
        Gets maximum number of non-zero values
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getIR

        +
        public int[] getIR()
        +
        Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getIC

        +
        public int[] getIC()
        +
        Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
        +
      • +
      + + + +
        +
      • +

        getJC

        +
        public int[] getJC()
        +
        Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]?????????1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        createArray

        +
        public Double[] createArray(int m,
        +                            int n)
        +
      • +
      + + + +
        +
      • +

        getReal

        +
        public Double getReal(int m,
        +                      int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single real array element of A(m,n).
        +
        +
        Overrides:
        +
        getReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int m,
        +                    int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setReal

        +
        public void setReal(Double value,
        +                    int index)
        +
        Description copied from class: MLNumericArray
        +
        Sets single real array element.
        +
        +
        Overrides:
        +
        setReal in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        setImaginary

        +
        public void setImaginary(Double value,
        +                         int m,
        +                         int n)
        +
        Description copied from class: MLNumericArray
        +
        Sets single imaginary array element.
        +
        +
        Overrides:
        +
        setImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        value -
        +
        m -
        +
        n -
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getImaginary

        +
        public Double getImaginary(int m,
        +                           int n)
        +
        Description copied from class: MLNumericArray
        +
        Gets single imaginary array element of A(m,n).
        +
        +
        Overrides:
        +
        getImaginary in class MLNumericArray<Double>
        +
        Parameters:
        +
        m - - row index
        +
        n - - column index
        +
        Returns:
        +
        - array element
        +
        +
      • +
      + + + + + + + +
        +
      • +

        exportReal

        +
        public Double[] exportReal()
        +
        Returns the real part (PR) array. PR has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        real part
        +
        +
      • +
      + + + +
        +
      • +

        exportImaginary

        +
        public Double[] exportImaginary()
        +
        Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Double buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Double value)
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Double> getStorageClazz()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLStructure.html b/javadoc/2.0.0/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..0c33080 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLStructure.html @@ -0,0 +1,305 @@ + + + + + +MLStructure (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLStructure

+
+
+ +
+
    +
  • +
    +
    +
    public class MLStructure
    +extends MLStructureObjectBase
    +
    This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLStructure

        +
        public MLStructure(String name,
        +                   int[] dims,
        +                   int attributes)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLStructureObjectBase.html b/javadoc/2.0.0/com/jmatio/types/MLStructureObjectBase.html new file mode 100644 index 0000000..9ee8326 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLStructureObjectBase.html @@ -0,0 +1,599 @@ + + + + + +MLStructureObjectBase (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLStructureObjectBase

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    MLObject, MLStructure
    +
    +
    +
    +
    public abstract class MLStructureObjectBase
    +extends MLArray
    +
    Base class for MLStructure and MLObject. + + Note: array of structures can contain only structures of the same type + , that means structures must have the same field names.
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLStructureObjectBase

        +
        protected MLStructureObjectBase(String name,
        +                                int[] dims,
        +                                int type,
        +                                int attributes)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value)
        +
        Sets field for current structure
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int m,
        +                     int n)
        +
        Sets field for (m,n)'th structure in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        m -
        +
        n -
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public void setField(String name,
        +                     MLArray value,
        +                     int index)
        +
        Sets filed for structure described by index in struct array
        +
        +
        Parameters:
        +
        name - - name of the field
        +
        value - - MLArray field value
        +
        index -
        +
        +
      • +
      + + + +
        +
      • +

        getMaxFieldLenth

        +
        public int getMaxFieldLenth()
        +
        Gets the maximum length of field descriptor
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getKeySetToByteArray

        +
        public byte[] getKeySetToByteArray()
        +
        Dumps field names to byte array. Field names are written as Zero End Strings
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAllFields

        +
        public Collection<MLArray> getAllFields()
        +
        Gets all field from sruct array as flat list of fields.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name)
        +
        Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getFields

        +
        public Map<String,MLArray> getFields(int i)
        +
        Returns all the fields for the given index.
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int m,
        +                        int n)
        +
        Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        m -
        +
        n -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getField

        +
        public MLArray getField(String name,
        +                        int index)
        +
        Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
        +
        +
        Parameters:
        +
        name -
        +
        index -
        +
        Returns:
        +
        value of the field or null if the field doesn't exist
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLUInt16.html b/javadoc/2.0.0/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..e359de8 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt16

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                Short[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt16

        +
        public MLUInt16(String name,
        +                short[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLUInt32.html b/javadoc/2.0.0/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..e89c19f --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt32

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] vals,
        +                int m)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[] dims)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                int[][] vals)
        +
      • +
      + + + +
        +
      • +

        MLUInt32

        +
        public MLUInt32(String name,
        +                Integer[] vals,
        +                int m)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLUInt64.html b/javadoc/2.0.0/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..967192d --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLUInt64.html @@ -0,0 +1,511 @@ + + + + + +MLUInt64 (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt64

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims,
        +                int type,
        +                int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                int[] dims)
        +
        Create a MLUInt64 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                Long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt64

        +
        public MLUInt64(String name,
        +                long[] vals,
        +                int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Long[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public long[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Long buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Long> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Long value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/MLUInt8.html b/javadoc/2.0.0/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..2b6502d --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/MLUInt8.html @@ -0,0 +1,535 @@ + + + + + +MLUInt8 (matfilerw 2.0.0 API) + + + + + + + + + + + + +
+
com.jmatio.types
+

Class MLUInt8

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims,
        +               int type,
        +               int attributes)
        +
        Normally this constructor is used only by MatFileReader and MatFileWriter
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        type - - array type: here mxDOUBLE_CLASS
        +
        attributes - - array flags
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               int[] dims)
        +
        Create a MLUInt8 array with given name, + and dimensions.
        +
        +
        Parameters:
        +
        name - - array name
        +
        dims - - array dimensions
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               Byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[][] vals)
        +
        Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - two-dimensional array of values
        +
        +
      • +
      + + + +
        +
      • +

        MLUInt8

        +
        public MLUInt8(String name,
        +               byte[] vals,
        +               int m)
        +
        Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
        +
        +
        Parameters:
        +
        name - - array name
        +
        vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
        +
        m - - Number of rows
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createArray

        +
        public Byte[] createArray(int m,
        +                          int n)
        +
      • +
      + + + +
        +
      • +

        getArray

        +
        public byte[][] getArray()
        +
        Gets two-dimensional real array.
        +
        +
        Returns:
        +
        - 2D real array
        +
        +
      • +
      + + + +
        +
      • +

        buldFromBytes

        +
        public Byte buldFromBytes(byte[] bytes)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(Byte value)
        +
      • +
      + + + +
        +
      • +

        getBytesAllocated

        +
        public int getBytesAllocated()
        +
      • +
      + + + +
        +
      • +

        getStorageClazz

        +
        public Class<Byte> getStorageClazz()
        +
      • +
      + + + +
        +
      • +

        _get

        +
        protected Byte _get(ByteBuffer buffer,
        +                    int index)
        +
        Override to accelerate the performance
        +
        +
        Overrides:
        +
        _get in class MLNumericArray<Byte>
        +
        See Also:
        +
        com.jmatio.types.MLNumericArray#get(java.nio.ByteBuffer, int)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/package-frame.html b/javadoc/2.0.0/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..15e639a --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/package-frame.html @@ -0,0 +1,44 @@ + + + + + +com.jmatio.types (matfilerw 2.0.0 API) + + + + + +

com.jmatio.types

+ + + diff --git a/javadoc/2.0.0/com/jmatio/types/package-summary.html b/javadoc/2.0.0/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..8e934e9 --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/package-summary.html @@ -0,0 +1,253 @@ + + + + + +com.jmatio.types (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Package com.jmatio.types

+
+
+ +
+ + + + + + diff --git a/javadoc/2.0.0/com/jmatio/types/package-tree.html b/javadoc/2.0.0/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..942164c --- /dev/null +++ b/javadoc/2.0.0/com/jmatio/types/package-tree.html @@ -0,0 +1,176 @@ + + + + + +com.jmatio.types Class Hierarchy (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Hierarchy For Package com.jmatio.types

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0/constant-values.html b/javadoc/2.0.0/constant-values.html new file mode 100644 index 0000000..831fe0f --- /dev/null +++ b/javadoc/2.0.0/constant-values.html @@ -0,0 +1,564 @@ + + + + + +Constant Field Values (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

com.jmatio.*

+ + + +
+ + + + + + diff --git a/javadoc/2.0.0/deprecated-list.html b/javadoc/2.0.0/deprecated-list.html new file mode 100644 index 0000000..63443da --- /dev/null +++ b/javadoc/2.0.0/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Deprecated API

+

Contents

+ +
+
+ + +
    +
  • + + + + + + + + + + +
    Deprecated Methods 
    Method and Description
    com.jmatio.io.MatFileReader.getData() +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
  • +
+
+ + + + + + diff --git a/javadoc/2.0.0/help-doc.html b/javadoc/2.0.0/help-doc.html new file mode 100644 index 0000000..459050f --- /dev/null +++ b/javadoc/2.0.0/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + + + diff --git a/javadoc/2.0.0/index-all.html b/javadoc/2.0.0/index-all.html new file mode 100644 index 0000000..5ed675e --- /dev/null +++ b/javadoc/2.0.0/index-all.html @@ -0,0 +1,1431 @@ + + + + + +Index (matfilerw 2.0.0 API) + + + + + + + + + + + +
A B C D E G H I M N P Q R S T V W _  + + +

A

+
+
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Add array name to the filter.
+
+
allocate() - Method in class com.jmatio.types.MLNumericArray
+
 
+
allocate() - Method in class com.jmatio.types.MLSparse
+
 
+
attributes - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

B

+
+
buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
+
Returns the backing ByteBuffer
+
+
BufferedOutputStream - Class in com.jmatio.io.stream
+
 
+
BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
+
 
+
buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
+
 
+
buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
+
 
+
ByteBufferInputStream - Class in com.jmatio.io.stream
+
 
+
ByteBufferInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
+
 
+
+ + + +

C

+
+
cells() - Method in class com.jmatio.types.MLCell
+
 
+
CHARSET - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
close() - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
com.jmatio.common - package com.jmatio.common
+
 
+
com.jmatio.common.util - package com.jmatio.common.util
+
 
+
com.jmatio.io - package com.jmatio.io
+
 
+
com.jmatio.io.stream - package com.jmatio.io.stream
+
 
+
com.jmatio.types - package com.jmatio.types
+
 
+
contentToString() - Method in class com.jmatio.types.MLArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLCell
+
 
+
contentToString() - Method in class com.jmatio.types.MLChar
+
 
+
contentToString() - Method in class com.jmatio.types.MLNumericArray
+
 
+
contentToString() - Method in class com.jmatio.types.MLSparse
+
 
+
contentToString() - Method in class com.jmatio.types.MLStructureObjectBase
+
 
+
createArray(int, int) - Method in interface com.jmatio.types.GenericArrayCreator
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLDouble
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLInt16
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLInt32
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLInt64
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLInt8
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLSingle
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLUInt64
+
 
+
createArray(int, int) - Method in class com.jmatio.types.MLUInt8
+
 
+
createHeader() - Static method in class com.jmatio.io.MatFileHeader
+
+
A factory.
+
+
+ + + +

D

+
+
DEFAULT_ENDIAN - Static variable in class com.jmatio.io.MatFileHeader
+
 
+
DEFAULT_NAME - Static variable in class com.jmatio.types.MLArray
+
 
+
DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
+
 
+
dims - Variable in class com.jmatio.types.MLArray
+
 
+
DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
dispose() - Method in class com.jmatio.types.MLArray
+
 
+
dispose() - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

E

+
+
equals(Object) - Method in class com.jmatio.types.MLChar
+
 
+
equals(Object) - Method in class com.jmatio.types.MLNumericArray
+
 
+
exportChar() - Method in class com.jmatio.types.MLChar
+
 
+
exportImaginary() - Method in class com.jmatio.types.MLSparse
+
+
Returns the imaginary part (PI) array.
+
+
exportReal() - Method in class com.jmatio.types.MLSparse
+
+
Returns the real part (PR) array.
+
+
+ + + +

G

+
+
GenericArrayCreator<T> - Interface in com.jmatio.types
+
 
+
get(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
get(int) - Method in class com.jmatio.types.MLCell
+
 
+
get(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as getReal.
+
+
get(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getAllFields() - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Gets all field from sruct array as flat list of fields.
+
+
getArray() - Method in class com.jmatio.types.MLDouble
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt16
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt32
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLInt8
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt64
+
+
Gets two-dimensional real array.
+
+
getArray() - Method in class com.jmatio.types.MLUInt8
+
+
Gets two-dimensional real array.
+
+
getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLDouble
+
 
+
getByteArray(Short) - Method in class com.jmatio.types.MLInt16
+
 
+
getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
+
 
+
getByteArray(Float) - Method in class com.jmatio.types.MLSingle
+
 
+
getByteArray(Double) - Method in class com.jmatio.types.MLSparse
+
 
+
getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
+
 
+
getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
+
 
+
getByteBuffer() - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
+
 
+
getByteOrder() - Method in class com.jmatio.io.MatFileHeader
+
 
+
getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLDouble
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt16
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt32
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLInt8
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSingle
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLSparse
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
+
 
+
getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
+
 
+
getChar(int, int) - Method in class com.jmatio.types.MLChar
+
 
+
getClassName() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getClassName() - Method in class com.jmatio.types.MLObject
+
 
+
getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Returns the content of the field/cell/object.
+
+
getContent() - Method in class com.jmatio.io.MatFile
+
 
+
getContent() - Method in class com.jmatio.io.MatFileReader
+
+
Returns a map of MLArray objects that were inside MAT-file.
+
+
getContent() - Method in class com.jmatio.types.MLJavaObject
+
 
+
getData() - Method in class com.jmatio.io.MatFileReader
+
+
Deprecated. +
use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
+
+
+
getDescription() - Method in class com.jmatio.io.MatFileHeader
+
+
Gets descriptive text
+
+
getDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getEndianIndicator() - Method in class com.jmatio.io.MatFileHeader
+
+
Gets endian indicator.
+
+
getField(String) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
+
+
getField(String, int) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
+
+
getFieldNames() - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Returns the Collection of keys for this structure.
+
+
getFields(int) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Returns all the fields for the given index.
+
+
getFlags() - Method in class com.jmatio.types.MLArray
+
 
+
getHeader() - Method in class com.jmatio.io.MatFile
+
 
+
getIC() - Method in class com.jmatio.types.MLSparse
+
+
Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
+
+
getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single imaginary array element of A(m,n).
+
+
getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginary(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLArray
+
 
+
getIndex(int, int) - Method in class com.jmatio.types.MLCell
+
 
+
getIR() - Method in class com.jmatio.types.MLSparse
+
+
Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
+
+
getJC() - Method in class com.jmatio.types.MLSparse
+
+
Gets column indices.
+
+
getKeySetToByteArray() - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Dumps field names to byte array.
+
+
getM() - Method in class com.jmatio.types.MLArray
+
 
+
getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
+
+
Gets MAT-file header
+
+
getMaxFieldLenth() - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Gets the maximum length of field descriptor
+
+
getMaxNZ() - Method in class com.jmatio.types.MLSparse
+
+
Gets maximum number of non-zero values
+
+
getMLArray(String) - Method in class com.jmatio.io.MatFileReader
+
+
Returns the value to which the red file maps the specified array name.
+
+
getN() - Method in class com.jmatio.types.MLArray
+
 
+
getName() - Method in class com.jmatio.types.MLArray
+
+
Gets array name
+
+
getNameToByteArray() - Method in class com.jmatio.types.MLArray
+
 
+
getNDimensions() - Method in class com.jmatio.types.MLArray
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Gets single real array element of A(m,n).
+
+
getReal(int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
getReal(int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
getReal(int) - Method in class com.jmatio.types.MLSparse
+
 
+
getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
+
 
+
getSize() - Method in class com.jmatio.types.MLArray
+
 
+
getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLDouble
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt16
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt32
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLInt8
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSingle
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLSparse
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt64
+
 
+
getStorageClazz() - Method in class com.jmatio.types.MLUInt8
+
 
+
getString(int) - Method in class com.jmatio.types.MLChar
+
+
Gets the m-th character matrix's row as String.
+
+
getType() - Method in class com.jmatio.types.MLArray
+
 
+
getVersion() - Method in class com.jmatio.io.MatFileHeader
+
+
When creating a MAT-file, set version to 0x0100
+
+
+ + + +

H

+
+
hashCode() - Method in class com.jmatio.types.MLChar
+
 
+
hashCode() - Method in class com.jmatio.types.MLNumericArray
+
 
+
HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
+
 
+
HeapBufferDataOutputStream - Class in com.jmatio.io.stream
+
 
+
HeapBufferDataOutputStream() - Constructor for class com.jmatio.io.stream.HeapBufferDataOutputStream
+
 
+
+ + + +

I

+
+
instantiateObject() - Method in class com.jmatio.types.MLJavaObject
+
+
Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
+
+
isCell() - Method in class com.jmatio.types.MLArray
+
 
+
isChar() - Method in class com.jmatio.types.MLArray
+
 
+
isComplex() - Method in class com.jmatio.types.MLArray
+
 
+
isDouble() - Method in class com.jmatio.types.MLArray
+
 
+
isEmpty() - Method in class com.jmatio.types.MLArray
+
 
+
isFunctionObject() - Method in class com.jmatio.types.MLArray
+
 
+
isInt16() - Method in class com.jmatio.types.MLArray
+
 
+
isInt32() - Method in class com.jmatio.types.MLArray
+
 
+
isInt64() - Method in class com.jmatio.types.MLArray
+
 
+
isInt8() - Method in class com.jmatio.types.MLArray
+
 
+
isLogical() - Method in class com.jmatio.types.MLArray
+
 
+
isObject() - Method in class com.jmatio.types.MLArray
+
 
+
isOpaque() - Method in class com.jmatio.types.MLArray
+
 
+
isSingle() - Method in class com.jmatio.types.MLArray
+
 
+
isSparse() - Method in class com.jmatio.types.MLArray
+
 
+
isStruct() - Method in class com.jmatio.types.MLArray
+
 
+
isUint16() - Method in class com.jmatio.types.MLArray
+
 
+
isUint32() - Method in class com.jmatio.types.MLArray
+
 
+
isUint64() - Method in class com.jmatio.types.MLArray
+
 
+
isUint8() - Method in class com.jmatio.types.MLArray
+
 
+
isUnknown() - Method in class com.jmatio.types.MLArray
+
 
+
+ + + +

M

+
+
matches(String) - Method in class com.jmatio.io.MatFileFilter
+
+
Test if given name matches the filter.
+
+
MatDataTypes - Class in com.jmatio.common
+
+
MAT-file data types
+
+
MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
+
 
+
MatFile - Class in com.jmatio.io
+
+
MatFileReader's API is vague.
+
+
MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
+
 
+
MatFileFilter - Class in com.jmatio.io
+
+
File filter.
+
+
MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
+
+
Creates empty filter intance.
+
+
MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
+
+
Create filter intance and add array names.
+
+
MatFileHeader - Class in com.jmatio.io
+
+
MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
+
+
MatFileHeader(String, int, ByteOrder) - Constructor for class com.jmatio.io.MatFileHeader
+
+
New MAT-file header
+
+
MatFileIncrementalWriter - Class in com.jmatio.io
+
+
MAT-file Incremental writer.
+
+
MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer to a file given the filename.
+
+
MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creats a writer to a file given the File object.
+
+
MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
+
+
Creates a writer for a file, given an output channel to the file..
+
+
MatFileInputStream - Class in com.jmatio.io.stream
+
+
MAT-file input stream class.
+
+
MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
+
+
Attach MAT-file input stream to InputStream
+
+
MatFileReader - Class in com.jmatio.io
+
 
+
MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
+
+
MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file + from file.
+
+
MatFileReader(File, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileReader(MatFileType) - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
+
 
+
MatFileReader(InputStream, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileReader(InputStream, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
+
+
Creates instance of MatFileReader and reads MAT-file from + file.
+
+
MatFileType - Enum in com.jmatio.io
+
+
Describes the type of Mat file.
+
+
MatFileWriter - Class in com.jmatio.io
+
+
MAT-file writer.
+
+
MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
+
+
Creates the new MatFileWriter instance
+
+
MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file given by fileName.
+
+
MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File.
+
+
MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into OuputSteram.
+
+
MatlabIOException - Exception in com.jmatio.io
+
+
MAT-file reader/writer exception
+
+
MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
+
 
+
MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
+
 
+
miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
+
 
+
MLArray - Class in com.jmatio.types
+
 
+
MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
+
 
+
MLArrayQuery - Class in com.jmatio.common.util
+
+
The JMatIO query parser.
+
+
MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
+
 
+
MLCell - Class in com.jmatio.types
+
 
+
MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
+
 
+
MLChar - Class in com.jmatio.types
+
 
+
MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
+
+
Creates the 1 x String.length() MLChar from the given + String.
+
+
MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
+
+
Create the MLChar from array of Strings.
+
+
MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
+
+
Added method to allow initialization of a char array representing + an array of strings.
+
+
MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
+
 
+
MLDouble - Class in com.jmatio.types
+
+
Class represents Double array (matrix)
+
+
MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
+
+
Create a MLDouble array with given name, + and dimensions.
+
+
MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
+
+
MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLEmptyArray - Class in com.jmatio.types
+
 
+
MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
+
 
+
MLInt16 - Class in com.jmatio.types
+
+
Class represents Int16 array (matrix)
+
+
MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
+
+
Create a MLSingle array with given name, + and dimensions.
+
+
MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
+
+
MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt32 - Class in com.jmatio.types
+
 
+
MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
+
+
Create a MLInt64 array with given name, + and dimensions.
+
+
MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLInt8 - Class in com.jmatio.types
+
 
+
MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLJavaObject - Class in com.jmatio.types
+
 
+
MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
+
 
+
MLNumericArray<T extends Number> - Class in com.jmatio.types
+
 
+
MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLObject - Class in com.jmatio.types
+
+
This class represents Matlab's Object object (object array).
+
+
MLObject(String, String, int[], int) - Constructor for class com.jmatio.types.MLObject
+
 
+
MLSingle - Class in com.jmatio.types
+
 
+
MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
+
 
+
MLSparse - Class in com.jmatio.types
+
 
+
MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
+
 
+
mlStructArray - Variable in class com.jmatio.types.MLStructureObjectBase
+
+
Array of structures
+
+
MLStructure - Class in com.jmatio.types
+
+
This class represents Matlab's Structure object (structure array).
+
+
MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLStructure(String, int[], int) - Constructor for class com.jmatio.types.MLStructure
+
 
+
MLStructureObjectBase - Class in com.jmatio.types
+
+
Base class for MLStructure and MLObject.
+
+
MLStructureObjectBase(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructureObjectBase
+
 
+
MLUInt16 - Class in com.jmatio.types
+
 
+
MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
+
 
+
MLUInt32 - Class in com.jmatio.types
+
 
+
MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
+
 
+
MLUInt64 - Class in com.jmatio.types
+
+
Class represents Int64 (long) array (matrix)
+
+
MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Create a MLUInt64 array with given name, + and dimensions.
+
+
MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
MLUInt8 - Class in com.jmatio.types
+
+
Class represents UInt8 (byte) array (matrix)
+
+
MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Normally this constructor is used only by MatFileReader and MatFileWriter
+
+
MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Create a MLUInt8 array with given name, + and dimensions.
+
+
MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
+
+
MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
+
+
MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
+
+
Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
+
+
mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
+
 
+
mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

N

+
+
name - Variable in class com.jmatio.types.MLArray
+
 
+
+ + + +

P

+
+
parseByteOrder(byte[]) - Static method in class com.jmatio.io.MatFileHeader
+
+
Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
+
+
parseFrom(String, byte[], byte[]) - Static method in class com.jmatio.io.MatFileHeader
+
+
Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
+
+
putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
+
 
+
+ + + +

Q

+
+
q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
+
 
+
query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
+
+
Parses the query string and returns the object it refers to.
+
+
+ + + +

R

+
+
read(File) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(InputStream) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, int) - Method in class com.jmatio.io.MatFileReader
+
+
Reads the content of a MAT-file and returns the mapped content.
+
+
read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
 
+
read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
+
 
+
read(InputStream, MatFileFilter) - Method in class com.jmatio.io.MatFileReader
+
+
Read a mat file from a stream.
+
+
read() - Method in class com.jmatio.io.SimulinkDecoder
+
 
+
read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
+
 
+
readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a bare set of bytes.
+
+
readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to char.
+
+
readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to double.
+
+
readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
+
+
Reads a full set of bytes (including the header).
+
+
readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads data (number of bytes red is determined by data type) + from the stream to int.
+
+
readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
+
+
Reads the data into a ByteBuffer.
+
+
+ + + +

S

+
+
set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(MLArray, int) - Method in class com.jmatio.types.MLCell
+
 
+
set(String) - Method in class com.jmatio.types.MLChar
+
+
Populates the MLChar with the String value.
+
+
set(String, int) - Method in class com.jmatio.types.MLChar
+
+
Set one row, specifying the row.
+
+
set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Does the same as setReal.
+
+
set(T[]) - Method in class com.jmatio.types.MLNumericArray
+
 
+
setChar(char, int) - Method in class com.jmatio.types.MLChar
+
 
+
setField(String, MLArray) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Sets field for current structure
+
+
setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Sets field for (m,n)'th structure in struct array
+
+
setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructureObjectBase
+
+
Sets filed for structure described by index in struct array
+
+
setFields(int, Map<String, MLArray>) - Method in class com.jmatio.types.MLObject
+
 
+
setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single imaginary array element.
+
+
setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets single real array element.
+
+
setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
+
+
Sets real part of matrix
+
+
setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
+
 
+
setReal(Double, int) - Method in class com.jmatio.types.MLSparse
+
 
+
SimulinkDecoder - Class in com.jmatio.io
+
+
This class decodes the Simulink base64 representation of a MAT file.
+
+
SimulinkDecoder(String) - Constructor for class com.jmatio.io.SimulinkDecoder
+
 
+
size() - Method in class com.jmatio.io.stream.BufferedOutputStream
+
 
+
sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Return number of bytes for given type.
+
+
skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
+
 
+
+ + + +

T

+
+
toString() - Method in class com.jmatio.io.MatFileHeader
+
 
+
toString() - Method in class com.jmatio.types.MLArray
+
 
+
type - Variable in class com.jmatio.types.MLArray
+
 
+
typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
+
+
Get String representation of a data type
+
+
typeToString(int) - Static method in class com.jmatio.types.MLArray
+
 
+
+ + + +

V

+
+
valueOf(String) - Static method in enum com.jmatio.io.MatFileType
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum com.jmatio.io.MatFileType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
+ + + +

W

+
+
write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
 
+
write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
+
+
Writes MLArrays into WritableByteChannel.
+
+
write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into file created from + filepath.
+
+
write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
+
+
Writes MLArrays into File
+
+
write(ByteBuffer) - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
+
 
+
+ + + +

_

+
+
_get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
+
+
Override to accelerate the performance
+
+
_get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
_get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
+
+
Override to accelerate the performance
+
+
_set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
+
 
+
+A B C D E G H I M N P Q R S T V W _ 
+ + + + + + diff --git a/javadoc/2.0.0/index.html b/javadoc/2.0.0/index.html new file mode 100644 index 0000000..3778cd6 --- /dev/null +++ b/javadoc/2.0.0/index.html @@ -0,0 +1,74 @@ + + + + + +matfilerw 2.0.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/2.0.0/overview-frame.html b/javadoc/2.0.0/overview-frame.html new file mode 100644 index 0000000..025f961 --- /dev/null +++ b/javadoc/2.0.0/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (matfilerw 2.0.0 API) + + + + + +

com.diffplug.matsim:matfilerw:2.0.0 by DiffPlug

+ + +

 

+ + diff --git a/javadoc/2.0.0/overview-summary.html b/javadoc/2.0.0/overview-summary.html new file mode 100644 index 0000000..099de2a --- /dev/null +++ b/javadoc/2.0.0/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

matfilerw 2.0.0 API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.jmatio.common 
com.jmatio.common.util 
com.jmatio.io 
com.jmatio.io.stream 
com.jmatio.types 
+
+ + + + + + diff --git a/javadoc/2.0.0/overview-tree.html b/javadoc/2.0.0/overview-tree.html new file mode 100644 index 0000000..9a86f28 --- /dev/null +++ b/javadoc/2.0.0/overview-tree.html @@ -0,0 +1,230 @@ + + + + + +Class Hierarchy (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + + + diff --git a/javadoc/2.0.0/package-list b/javadoc/2.0.0/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/2.0.0/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/2.0.0/script.js b/javadoc/2.0.0/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/2.0.0/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/2.0.0/serialized-form.html b/javadoc/2.0.0/serialized-form.html new file mode 100644 index 0000000..b478d80 --- /dev/null +++ b/javadoc/2.0.0/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (matfilerw 2.0.0 API) + + + + + + + + + + + +
+

Serialized Form

+
+
+ +
+ + + + + + diff --git a/javadoc/2.0.0/stylesheet.css b/javadoc/2.0.0/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/2.0.0/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From b4aa2ce5756ec283b62661539c61e817e74bd141 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Mon, 26 Oct 2015 09:19:32 +0000 Subject: [PATCH 20/56] Lastest javadoc on successful travis build 36 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 13 +- javadoc/snapshot/allclasses-noframe.html | 13 +- .../com/jmatio/common/MatDataTypes.html | 12 +- .../com/jmatio/common/package-frame.html | 6 +- .../com/jmatio/common/package-summary.html | 12 +- .../com/jmatio/common/package-tree.html | 12 +- .../com/jmatio/common/util/MLArrayQuery.html | 12 +- .../com/jmatio/common/util/package-frame.html | 6 +- .../jmatio/common/util/package-summary.html | 12 +- .../com/jmatio/common/util/package-tree.html | 12 +- javadoc/snapshot/com/jmatio/io/MatFile.html | 12 +- .../snapshot/com/jmatio/io/MatFileFilter.html | 12 +- .../snapshot/com/jmatio/io/MatFileHeader.html | 126 +++- .../jmatio/io/MatFileIncrementalWriter.html | 12 +- .../snapshot/com/jmatio/io/MatFileReader.html | 232 +++++-- .../snapshot/com/jmatio/io/MatFileType.html | 342 ++++++++++ .../snapshot/com/jmatio/io/MatFileWriter.html | 41 +- .../com/jmatio/io/MatlabIOException.html | 16 +- .../com/jmatio/io/SimulinkDecoder.html | 295 +++++++++ .../snapshot/com/jmatio/io/package-frame.html | 11 +- .../com/jmatio/io/package-summary.html | 39 +- .../snapshot/com/jmatio/io/package-tree.html | 29 +- .../io/stream/BufferedOutputStream.html | 20 +- .../io/stream/ByteBufferInputStream.html | 28 +- .../io/stream/FileBufferedOutputStream.html | 469 -------------- ...m.html => HeapBufferDataOutputStream.html} | 253 +++----- .../jmatio/io/stream/MatFileInputStream.html | 16 +- .../com/jmatio/io/stream/package-frame.html | 9 +- .../com/jmatio/io/stream/package-summary.html | 27 +- .../com/jmatio/io/stream/package-tree.html | 18 +- .../com/jmatio/types/ByteStorageSupport.html | 16 +- .../com/jmatio/types/GenericArrayCreator.html | 227 +++++++ .../snapshot/com/jmatio/types/MLArray.html | 85 ++- javadoc/snapshot/com/jmatio/types/MLCell.html | 14 +- javadoc/snapshot/com/jmatio/types/MLChar.html | 35 +- .../snapshot/com/jmatio/types/MLDouble.html | 41 +- .../com/jmatio/types/MLEmptyArray.html | 14 +- .../snapshot/com/jmatio/types/MLInt16.html | 41 +- .../snapshot/com/jmatio/types/MLInt32.html | 41 +- .../snapshot/com/jmatio/types/MLInt64.html | 41 +- javadoc/snapshot/com/jmatio/types/MLInt8.html | 65 +- .../com/jmatio/types/MLJavaObject.html | 14 +- .../com/jmatio/types/MLNumericArray.html | 95 +-- .../snapshot/com/jmatio/types/MLObject.html | 67 +- .../snapshot/com/jmatio/types/MLSingle.html | 39 +- .../snapshot/com/jmatio/types/MLSparse.html | 91 ++- .../com/jmatio/types/MLStructure.html | 329 ++-------- .../jmatio/types/MLStructureObjectBase.html | 599 ++++++++++++++++++ .../snapshot/com/jmatio/types/MLUInt16.html | 24 +- .../snapshot/com/jmatio/types/MLUInt32.html | 20 +- .../snapshot/com/jmatio/types/MLUInt64.html | 41 +- .../snapshot/com/jmatio/types/MLUInt8.html | 46 +- .../com/jmatio/types/package-frame.html | 8 +- .../com/jmatio/types/package-summary.html | 32 +- .../com/jmatio/types/package-tree.html | 21 +- javadoc/snapshot/constant-values.html | 80 +-- javadoc/snapshot/deprecated-list.html | 12 +- javadoc/snapshot/help-doc.html | 12 +- javadoc/snapshot/index-all.html | 260 +++++--- javadoc/snapshot/index.html | 4 +- javadoc/snapshot/overview-frame.html | 8 +- javadoc/snapshot/overview-summary.html | 14 +- javadoc/snapshot/overview-tree.html | 40 +- javadoc/snapshot/serialized-form.html | 12 +- 64 files changed, 2891 insertions(+), 1714 deletions(-) create mode 100644 javadoc/snapshot/com/jmatio/io/MatFileType.html create mode 100644 javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html delete mode 100644 javadoc/snapshot/com/jmatio/io/stream/FileBufferedOutputStream.html rename javadoc/snapshot/com/jmatio/io/stream/{ByteBufferedOutputStream.html => HeapBufferDataOutputStream.html} (52%) create mode 100644 javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html create mode 100644 javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index e72c6a7..ac02cda 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,9 +2,9 @@ - -All Classes (matfilerw 1.4.0-SNAPSHOT API) - + +All Classes (matfilerw 2.1.0-SNAPSHOT API) + @@ -13,10 +13,10 @@

All Classes

diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 529247f..8f43c8f 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - -All Classes (matfilerw 1.4.0-SNAPSHOT API) - + +All Classes (matfilerw 2.1.0-SNAPSHOT API) + @@ -13,10 +13,10 @@

All Classes

diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 25eb886..74efd07 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - -MatDataTypes (matfilerw 1.4.0-SNAPSHOT API) - + +MatDataTypes (matfilerw 2.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 812b03c..4753e1b 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.common (matfilerw 1.4.0-SNAPSHOT API) - + +com.jmatio.common (matfilerw 2.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index e9c26a0..dd332cc 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.common.util (matfilerw 1.4.0-SNAPSHOT API) - + +com.jmatio.common.util (matfilerw 2.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,13 +12,13 @@ @@ -12,7 +12,7 @@ @@ -12,13 +12,13 @@ + + + + + + + + + +
+
com.jmatio.io
+

Enum MatFileType

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        Regular

        +
        public static final MatFileType Regular
        +
      • +
      + + + +
        +
      • +

        ReducedHeader

        +
        public static final MatFileType ReducedHeader
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static MatFileType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (MatFileType c : MatFileType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static MatFileType valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index b363709..dccc401 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - -MatFileWriter (matfilerw 1.4.0-SNAPSHOT API) - + +MatFileWriter (matfilerw 2.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ + + + + + + + + + +
+
com.jmatio.io
+

Class SimulinkDecoder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable, AutoCloseable
    +
    +
    +
    +
    public class SimulinkDecoder
    +extends InputStream
    +
    This class decodes the Simulink base64 representation of a MAT file.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index e3ebf77..ab74ebb 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - -com.jmatio.io (matfilerw 1.4.0-SNAPSHOT API) - + +com.jmatio.io (matfilerw 2.1.0-SNAPSHOT API) + @@ -19,6 +19,11 @@

Classes

  • MatFileIncrementalWriter
  • MatFileReader
  • MatFileWriter
  • +
  • SimulinkDecoder
  • + +

    Enums

    +

    Exceptions

      diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 1ce1256..943cd16 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.io (matfilerw 1.4.0-SNAPSHOT API) - + +com.jmatio.io (matfilerw 2.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ - - - - - - - - - -
      -
      com.jmatio.io.stream
      -

      Class FileBufferedOutputStream

      -
      -
      - -
      - -
      -
      - -
      -
      - -
      -
      - - - - - - - diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html similarity index 52% rename from javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html rename to javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 7d120ae..9b9401c 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - -ByteBufferedOutputStream (matfilerw 1.4.0-SNAPSHOT API) - + +HeapBufferDataOutputStream (matfilerw 2.1.0-SNAPSHOT API) + @@ -12,14 +12,14 @@ @@ -12,7 +12,7 @@ @@ -14,9 +14,8 @@

      Classes

    diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index e110bad..9ec0305 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.io.stream (matfilerw 1.4.0-SNAPSHOT API) - + +com.jmatio.io.stream (matfilerw 2.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ + + + + + + + + + +
    +
    com.jmatio.types
    +

    Interface GenericArrayCreator<T>

    +
    +
    +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          T[] createArray(int m,
          +                int n)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index a755c40..8898312 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - -MLArray (matfilerw 1.4.0-SNAPSHOT API) - + +MLArray (matfilerw 2.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,13 +12,13 @@ @@ -12,7 +12,7 @@ @@ -12,13 +12,13 @@ @@ -12,13 +12,13 @@ @@ -12,13 +12,13 @@ @@ -12,13 +12,13 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,13 +12,13 @@ @@ -12,13 +12,13 @@ @@ -12,18 +12,12 @@
    @@ -103,19 +97,24 @@

    Class MLStructure

  • com.jmatio.types.MLArray
  • + +
    @@ -157,9 +163,8 @@

    Constructor Summary

    int[] dims)  -MLStructure(String name, +MLStructure(String name, int[] dims, - int type, int attributes)  @@ -171,89 +176,13 @@

    Constructor Summary

    Method Summary

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    All Methods Instance Methods Concrete Methods 
    Modifier and TypeMethod and Description
    StringcontentToString() 
    Collection<MLArray>getAllFields() -
    Gets all field from sruct array as flat list of fields.
    -
    MLArraygetField(String name) -
    Gets a value of the field described by name from current struct - in struct array or null if the field doesn't exist.
    -
    MLArraygetField(String name, - int index) -
    Gets a value of the field described by name from index'th struct - in struct array or null if the field doesn't exist.
    -
    MLArraygetField(String name, - int m, - int n) -
    Gets a value of the field described by name from (m,n)'th struct - in struct array or null if the field doesn't exist.
    -
    Collection<String>getFieldNames() -
    Returns the Collection of keys for this structure.
    -
    byte[]getKeySetToByteArray() -
    Dumps field names to byte array.
    -
    intgetMaxFieldLenth() -
    Gets the maximum length of field descriptor
    -
    voidsetField(String name, - MLArray value) -
    Sets field for current structure
    -
    voidsetField(String name, - MLArray value, - int index) -
    Sets filed for structure described by index in struct array
    -
    voidsetField(String name, - MLArray value, - int m, - int n) -
    Sets field for (m,n)'th structure in struct array
    -
    + - +
      @@ -300,195 +229,11 @@

      MLStructure

      MLStructure

      public MLStructure(String name,
                          int[] dims,
      -                   int type,
                          int attributes)
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value)
        -
        Sets field for current structure
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        -
      • -
      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value,
        -                     int m,
        -                     int n)
        -
        Sets field for (m,n)'th structure in struct array
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        m -
        -
        n -
        -
        -
      • -
      - - - -
        -
      • -

        setField

        -
        public void setField(String name,
        -                     MLArray value,
        -                     int index)
        -
        Sets filed for structure described by index in struct array
        -
        -
        Parameters:
        -
        name - - name of the field
        -
        value - - MLArray field value
        -
        index -
        -
        -
      • -
      - - - -
        -
      • -

        getMaxFieldLenth

        -
        public int getMaxFieldLenth()
        -
        Gets the maximum length of field descriptor
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getKeySetToByteArray

        -
        public byte[] getKeySetToByteArray()
        -
        Dumps field names to byte array. Field names are written as Zero End Strings
        -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getAllFields

        -
        public Collection<MLArray> getAllFields()
        -
        Gets all field from sruct array as flat list of fields.
        -
        -
        Returns:
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name)
        -
        Gets a value of the field described by name from current struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name,
        -                        int m,
        -                        int n)
        -
        Gets a value of the field described by name from (m,n)'th struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        m -
        -
        n -
        -
        Returns:
        -
        -
      • -
      - - - -
        -
      • -

        getField

        -
        public MLArray getField(String name,
        -                        int index)
        -
        Gets a value of the field described by name from index'th struct - in struct array or null if the field doesn't exist.
        -
        -
        Parameters:
        -
        name -
        -
        index -
        -
        Returns:
        -
        value of the field or null if the field doesn't exist
        -
        -
      • -
      - - - - -
    • -
    @@ -511,12 +256,12 @@

    contentToString

  • Index
  • Help
  • - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html new file mode 100644 index 0000000..8f4cc81 --- /dev/null +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -0,0 +1,599 @@ + + + + + +MLStructureObjectBase (matfilerw 2.1.0-SNAPSHOT API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLStructureObjectBase

    +
    +
    + +
    +
      +
    • +
      +
      Direct Known Subclasses:
      +
      MLObject, MLStructure
      +
      +
      +
      +
      public abstract class MLStructureObjectBase
      +extends MLArray
      +
      Base class for MLStructure and MLObject. + + Note: array of structures can contain only structures of the same type + , that means structures must have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLStructureObjectBase

          +
          protected MLStructureObjectBase(String name,
          +                                int[] dims,
          +                                int type,
          +                                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value)
          +
          Sets field for current structure
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          +
        • +
        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value,
          +                     int m,
          +                     int n)
          +
          Sets field for (m,n)'th structure in struct array
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          m -
          +
          n -
          +
          +
        • +
        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value,
          +                     int index)
          +
          Sets filed for structure described by index in struct array
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          index -
          +
          +
        • +
        + + + +
          +
        • +

          getMaxFieldLenth

          +
          public int getMaxFieldLenth()
          +
          Gets the maximum length of field descriptor
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getKeySetToByteArray

          +
          public byte[] getKeySetToByteArray()
          +
          Dumps field names to byte array. Field names are written as Zero End Strings
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getAllFields

          +
          public Collection<MLArray> getAllFields()
          +
          Gets all field from sruct array as flat list of fields.
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name)
          +
          Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getFields

          +
          public Map<String,MLArray> getFields(int i)
          +
          Returns all the fields for the given index.
          +
        • +
        + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name,
          +                        int m,
          +                        int n)
          +
          Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          m -
          +
          n -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name,
          +                        int index)
          +
          Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          index -
          +
          Returns:
          +
          value of the field or null if the field doesn't exist
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 8073daf..2238626 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,9 +2,9 @@ - -MLUInt16 (matfilerw 1.4.0-SNAPSHOT API) - + +MLUInt16 (matfilerw 2.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,13 +12,13 @@ @@ -12,7 +12,7 @@ @@ -14,6 +14,7 @@

    Interfaces

    Classes

      @@ -32,6 +33,7 @@

      Classes

    • MLSingle
    • MLSparse
    • MLStructure
    • +
    • MLStructureObjectBase
    • MLUInt16
    • MLUInt32
    • MLUInt64
    • diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 7457d85..c841223 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.types (matfilerw 1.4.0-SNAPSHOT API) - + +com.jmatio.types (matfilerw 2.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ -

      com.diffplug.matsim:matfilerw:1.4.0-SNAPSHOT by DiffPlug

      +

      com.diffplug.matsim:matfilerw:2.1.0-SNAPSHOT by DiffPlug

      Packages

      diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 83f3ba4..85ee8c1 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - -Overview (matfilerw 1.4.0-SNAPSHOT API) - + +Overview (matfilerw 2.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 8f43c8f..7dc510f 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 74efd07..e9d3937 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 4328adb..4fe8589 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 4753e1b..eda50c4 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index 7a50310..4546ad6 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index fdcdcbb..8786073 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 5e8dc49..43dd3cd 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index dd332cc..add7141 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index d5df5b9..88a2f27 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index 6da981c..cafb370 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index fd30d0b..f1ecfa2 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index 78ad83d..553af80 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index 0f2cd12..e08f7e1 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index bc69375..5bf8eb6 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index 04fda83..c7aaef8 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index dccc401..8b90da3 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 007a392..dafbf09 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 43d88a8..63be41b 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index ab74ebb..4216b3e 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 943cd16..33be7fd 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 4c34125..6041949 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 679f97a..ed094d5 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index a93f2c3..24bd0a3 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 9b9401c..45556a3 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index bced405..071ac83 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index 9f5d52a..f4086a1 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 9ec0305..0bc1907 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index f5f2c2f..45583ca 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index d7c48c6..c27e435 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html index e182fe2..1c5f0a0 100644 --- a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html +++ b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html @@ -2,9 +2,9 @@ - + GenericArrayCreator (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 8898312..fa4cec4 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index 0e10d57..40ba5c4 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index 97a76b3..a34292b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 776ce9b..95392df 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index 36c67ff..b7cf05d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,9 +2,9 @@ - + MLEmptyArray (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index 9679408..0af1aa5 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,9 +2,9 @@ - + MLInt16 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index 7c3b363..f0b417f 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,9 +2,9 @@ - + MLInt32 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index 40b2e24..dd347c7 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,9 +2,9 @@ - + MLInt64 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index f5bec6d..dca7dfd 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,9 +2,9 @@ - + MLInt8 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index 723a98c..bb973d7 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,9 +2,9 @@ - + MLJavaObject (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index 0037e26..87e86ce 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,9 +2,9 @@ - + MLNumericArray (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index 78b9a9d..e36aa98 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,9 +2,9 @@ - + MLObject (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index 743a9da..c2b8738 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,9 +2,9 @@ - + MLSingle (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index 346290a..621e36f 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,9 +2,9 @@ - + MLSparse (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index ad12150..356f069 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,9 +2,9 @@ - + MLStructure (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index 8f4cc81..59ef463 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,9 +2,9 @@ - + MLStructureObjectBase (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 2238626..e67e738 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,9 +2,9 @@ - + MLUInt16 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index 421c872..c9ce14f 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,9 +2,9 @@ - + MLUInt32 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index c38d684..e716da3 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,9 +2,9 @@ - + MLUInt64 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index 53f81f4..90b0338 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,9 +2,9 @@ - + MLUInt8 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 82dffcd..4ec0b3c 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index c841223..f91dc0f 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index 490f653..d4c01dd 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.types Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index d8d5a94..2ca43fd 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index c42242b..d901a5f 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index 092ca14..c1e0773 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,9 +2,9 @@ - + API Help (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index 2e335db..dad24e3 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,9 +2,9 @@ - + Index (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 2b3572e..51e3765 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 2.1.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 85ee8c1..2ab0631 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index ae2863e..c871bc2 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index 7e46426..41e1246 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 2.1.0-SNAPSHOT API) - + From 55ef57345128cb5f86335a5284be40bf275d4b56 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Thu, 29 Oct 2015 22:05:39 +0000 Subject: [PATCH 22/56] Lastest javadoc on successful travis build 38 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 2 +- javadoc/snapshot/allclasses-noframe.html | 2 +- javadoc/snapshot/com/jmatio/common/MatDataTypes.html | 2 +- javadoc/snapshot/com/jmatio/common/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFile.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileReader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileType.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatlabIOException.html | 2 +- javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html | 2 +- javadoc/snapshot/com/jmatio/io/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html | 2 +- .../snapshot/com/jmatio/io/stream/ByteBufferInputStream.html | 2 +- .../com/jmatio/io/stream/HeapBufferDataOutputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html | 2 +- javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html | 2 +- javadoc/snapshot/com/jmatio/types/MLArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLCell.html | 2 +- javadoc/snapshot/com/jmatio/types/MLChar.html | 2 +- javadoc/snapshot/com/jmatio/types/MLDouble.html | 2 +- javadoc/snapshot/com/jmatio/types/MLEmptyArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/MLJavaObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLNumericArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSingle.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSparse.html | 2 +- javadoc/snapshot/com/jmatio/types/MLStructure.html | 2 +- javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/types/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/types/package-tree.html | 2 +- javadoc/snapshot/constant-values.html | 2 +- javadoc/snapshot/deprecated-list.html | 2 +- javadoc/snapshot/help-doc.html | 2 +- javadoc/snapshot/index-all.html | 2 +- javadoc/snapshot/index.html | 2 +- javadoc/snapshot/overview-frame.html | 2 +- javadoc/snapshot/overview-summary.html | 2 +- javadoc/snapshot/overview-tree.html | 2 +- javadoc/snapshot/serialized-form.html | 2 +- 63 files changed, 63 insertions(+), 63 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index 43a5c1c..9df54c5 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 7dc510f..c3a028e 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index e9d3937..53a2b3a 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,7 +2,7 @@ - + MatDataTypes (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 4fe8589..ffb86ea 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index eda50c4..c7911ae 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index 4546ad6..72bc8dc 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index 8786073..6c08545 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,7 +2,7 @@ - + MLArrayQuery (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 43dd3cd..a73768e 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index add7141..ae5b77f 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index 88a2f27..1072ba4 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index cafb370..fe9117f 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,7 +2,7 @@ - + MatFile (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index f1ecfa2..ed6705c 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,7 +2,7 @@ - + MatFileFilter (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index 553af80..cfe277a 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,7 +2,7 @@ - + MatFileHeader (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index e08f7e1..781232f 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,7 +2,7 @@ - + MatFileIncrementalWriter (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 5bf8eb6..0d7c889 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,7 +2,7 @@ - + MatFileReader (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index c7aaef8..2aae8f2 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,7 +2,7 @@ - + MatFileType (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 8b90da3..71cafaa 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,7 +2,7 @@ - + MatFileWriter (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index dafbf09..5aa9782 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,7 +2,7 @@ - + MatlabIOException (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 63be41b..366e289 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,7 +2,7 @@ - + SimulinkDecoder (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 4216b3e..7356f62 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 33be7fd..2486ad6 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 6041949..f4967fe 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index ed094d5..43753a0 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,7 +2,7 @@ - + BufferedOutputStream (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index 24bd0a3..8da0338 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,7 +2,7 @@ - + ByteBufferInputStream (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 45556a3..aad0469 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,7 +2,7 @@ - + HeapBufferDataOutputStream (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index 071ac83..ae64a87 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,7 +2,7 @@ - + MatFileInputStream (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index f4086a1..c3b807f 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 0bc1907..dcc709a 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index 45583ca..b390a8c 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index c27e435..8d756a6 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,7 +2,7 @@ - + ByteStorageSupport (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html index 1c5f0a0..b51acc7 100644 --- a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html +++ b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html @@ -2,7 +2,7 @@ - + GenericArrayCreator (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index fa4cec4..5c7db44 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,7 +2,7 @@ - + MLArray (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index 40ba5c4..7a487cb 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,7 +2,7 @@ - + MLCell (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index a34292b..3c5e61e 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,7 +2,7 @@ - + MLChar (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 95392df..8ec2a57 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,7 +2,7 @@ - + MLDouble (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index b7cf05d..1c960e2 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,7 +2,7 @@ - + MLEmptyArray (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index 0af1aa5..2e458df 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,7 +2,7 @@ - + MLInt16 (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index f0b417f..b00fc46 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,7 +2,7 @@ - + MLInt32 (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index dd347c7..422e0f7 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,7 +2,7 @@ - + MLInt64 (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index dca7dfd..c2602b6 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,7 +2,7 @@ - + MLInt8 (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index bb973d7..3de8831 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,7 +2,7 @@ - + MLJavaObject (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index 87e86ce..271b3c5 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,7 +2,7 @@ - + MLNumericArray (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index e36aa98..3aa3c5c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,7 +2,7 @@ - + MLObject (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index c2b8738..89a62f4 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,7 +2,7 @@ - + MLSingle (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index 621e36f..89cfb3d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,7 +2,7 @@ - + MLSparse (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index 356f069..d289c1c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,7 +2,7 @@ - + MLStructure (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index 59ef463..c86bf17 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,7 +2,7 @@ - + MLStructureObjectBase (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index e67e738..8efdcd1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,7 +2,7 @@ - + MLUInt16 (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index c9ce14f..0ad3823 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,7 +2,7 @@ - + MLUInt32 (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index e716da3..728689c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,7 +2,7 @@ - + MLUInt64 (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index 90b0338..8194580 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,7 +2,7 @@ - + MLUInt8 (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 4ec0b3c..838da66 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index f91dc0f..a07d00a 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index d4c01dd..291cf7f 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.types Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index 2ca43fd..d98f3e0 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index d901a5f..4d3fcd9 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index c1e0773..de3b3bb 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,7 +2,7 @@ - + API Help (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index dad24e3..6dcf5f9 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,7 +2,7 @@ - + Index (matfilerw 2.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 51e3765..ade7a33 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 2.1.0-SNAPSHOT API diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 1964e8e..fd708b8 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 1590a44..cfcb66f 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 1e95f60..d9978c9 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 2815a28..8407cb4 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index 195d70f..5a1b9c4 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index 756e956..c542456 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 0337018..16b16f3 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index c182515..ad8b275 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index a949e34..7382ee4 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index ebfc6a2..9cd2e54 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index e9b33ff..821d9c2 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index df50e94..4a7d295 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index 6ab0dcd..3eb0b95 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 382a26f..8f993e9 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index 02ba067..382afef 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 5106602..4253d89 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 5940c21..8634ee4 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 95fb45e..88c0a4e 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index ad0a96c..0508e53 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 9890cb6..449cdde 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 38c5224..ae417a8 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 6a9636e..d29109a 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index cccb18f..3d11db8 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 8e5d485..e654435 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index 566e4f0..9a6003e 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index e3025e5..e5d5607 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index f8c548d..84357e9 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index d0cf889..32e2418 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index 97e4843..c9a50c7 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html index 616e91f..642fadf 100644 --- a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html +++ b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html @@ -2,9 +2,9 @@ - + GenericArrayCreator (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 5d183ad..cc5ead2 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index f76f337..43bbaee 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index fb8b72d..ddc6497 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index b46ec9c..d84f3d2 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index 9b8d04c..f6ab2e2 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,9 +2,9 @@ - + MLEmptyArray (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index b4ab76d..379e291 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,9 +2,9 @@ - + MLInt16 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index 84eafcb..59860e2 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,9 +2,9 @@ - + MLInt32 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index ae1de6e..03a7d4d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,9 +2,9 @@ - + MLInt64 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index 1447152..ed3dc26 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,9 +2,9 @@ - + MLInt8 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index 8780119..69c1d98 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,9 +2,9 @@ - + MLJavaObject (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index 55156d8..28a120f 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,9 +2,9 @@ - + MLNumericArray (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index 7fcb11b..f4d55ca 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,9 +2,9 @@ - + MLObject (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index 3cad5b9..0fa43a0 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,9 +2,9 @@ - + MLSingle (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index c175940..786871e 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,9 +2,9 @@ - + MLSparse (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index f50df62..6d5834d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,9 +2,9 @@ - + MLStructure (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index ed110af..1c1db85 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,9 +2,9 @@ - + MLStructureObjectBase (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index f723c25..116e042 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,9 +2,9 @@ - + MLUInt16 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index a951938..3252367 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,9 +2,9 @@ - + MLUInt32 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index 63013d4..5baf7c6 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,9 +2,9 @@ - + MLUInt64 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index 31cf619..5ee163b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,9 +2,9 @@ - + MLUInt8 (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 4543e37..d8c6535 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 854f5e0..1cf178e 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index 89fd618..aa8372f 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.types Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index 631bcbe..1407a8d 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index 80a3f0d..6594598 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index ea89c3d..752cafa 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,9 +2,9 @@ - + API Help (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index 537cd1c..db97ce5 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,9 +2,9 @@ - + Index (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 73a8d69..2cd98c3 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 2.1.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 2e6f3ff..9604284 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index 86e060a..babde7f 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 2.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index 98baa2f..a5ba79d 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 2.1.0-SNAPSHOT API) - + From f286d3a8dfe3dadc926067861ed9168a32283efe Mon Sep 17 00:00:00 2001 From: travis-ci Date: Thu, 10 Dec 2015 21:44:02 +0000 Subject: [PATCH 26/56] Lastest javadoc on successful travis build 42 auto-pushed to gh-pages --- javadoc/2.1.0/allclasses-frame.html | 55 + javadoc/2.1.0/allclasses-noframe.html | 55 + .../2.1.0/com/jmatio/common/MatDataTypes.html | 784 +++++++++ .../com/jmatio/common/package-frame.html | 20 + .../com/jmatio/common/package-summary.html | 144 ++ .../2.1.0/com/jmatio/common/package-tree.html | 137 ++ .../com/jmatio/common/util/MLArrayQuery.html | 333 ++++ .../com/jmatio/common/util/package-frame.html | 20 + .../jmatio/common/util/package-summary.html | 144 ++ .../com/jmatio/common/util/package-tree.html | 137 ++ javadoc/2.1.0/com/jmatio/io/MatFile.html | 358 +++++ .../2.1.0/com/jmatio/io/MatFileFilter.html | 345 ++++ .../2.1.0/com/jmatio/io/MatFileHeader.html | 491 ++++++ .../jmatio/io/MatFileIncrementalWriter.html | 412 +++++ .../2.1.0/com/jmatio/io/MatFileReader.html | 800 +++++++++ javadoc/2.1.0/com/jmatio/io/MatFileType.html | 342 ++++ .../2.1.0/com/jmatio/io/MatFileWriter.html | 425 +++++ .../com/jmatio/io/MatlabIOException.html | 268 +++ .../2.1.0/com/jmatio/io/SimulinkDecoder.html | 295 ++++ .../2.1.0/com/jmatio/io/package-frame.html | 34 + .../2.1.0/com/jmatio/io/package-summary.html | 215 +++ javadoc/2.1.0/com/jmatio/io/package-tree.html | 172 ++ .../io/stream/BufferedOutputStream.html | 314 ++++ .../io/stream/ByteBufferInputStream.html | 320 ++++ .../io/stream/HeapBufferDataOutputStream.html | 372 +++++ .../jmatio/io/stream/MatFileInputStream.html | 404 +++++ .../com/jmatio/io/stream/package-frame.html | 23 + .../com/jmatio/io/stream/package-summary.html | 156 ++ .../com/jmatio/io/stream/package-tree.html | 152 ++ .../com/jmatio/types/ByteStorageSupport.html | 266 +++ .../com/jmatio/types/GenericArrayCreator.html | 227 +++ javadoc/2.1.0/com/jmatio/types/MLArray.html | 1202 ++++++++++++++ javadoc/2.1.0/com/jmatio/types/MLCell.html | 414 +++++ javadoc/2.1.0/com/jmatio/types/MLChar.html | 547 +++++++ javadoc/2.1.0/com/jmatio/types/MLDouble.html | 511 ++++++ .../2.1.0/com/jmatio/types/MLEmptyArray.html | 294 ++++ javadoc/2.1.0/com/jmatio/types/MLInt16.html | 515 ++++++ javadoc/2.1.0/com/jmatio/types/MLInt32.html | 514 ++++++ javadoc/2.1.0/com/jmatio/types/MLInt64.html | 511 ++++++ javadoc/2.1.0/com/jmatio/types/MLInt8.html | 534 ++++++ .../2.1.0/com/jmatio/types/MLJavaObject.html | 336 ++++ .../com/jmatio/types/MLNumericArray.html | 856 ++++++++++ javadoc/2.1.0/com/jmatio/types/MLObject.html | 342 ++++ javadoc/2.1.0/com/jmatio/types/MLSingle.html | 390 +++++ javadoc/2.1.0/com/jmatio/types/MLSparse.html | 745 +++++++++ .../2.1.0/com/jmatio/types/MLStructure.html | 305 ++++ .../jmatio/types/MLStructureObjectBase.html | 599 +++++++ javadoc/2.1.0/com/jmatio/types/MLUInt16.html | 358 +++++ javadoc/2.1.0/com/jmatio/types/MLUInt32.html | 358 +++++ javadoc/2.1.0/com/jmatio/types/MLUInt64.html | 511 ++++++ javadoc/2.1.0/com/jmatio/types/MLUInt8.html | 535 ++++++ .../2.1.0/com/jmatio/types/package-frame.html | 44 + .../com/jmatio/types/package-summary.html | 253 +++ .../2.1.0/com/jmatio/types/package-tree.html | 176 ++ javadoc/2.1.0/constant-values.html | 564 +++++++ javadoc/2.1.0/deprecated-list.html | 149 ++ javadoc/2.1.0/help-doc.html | 225 +++ javadoc/2.1.0/index-all.html | 1431 +++++++++++++++++ javadoc/2.1.0/index.html | 74 + javadoc/2.1.0/overview-frame.html | 26 + javadoc/2.1.0/overview-summary.html | 154 ++ javadoc/2.1.0/overview-tree.html | 230 +++ javadoc/2.1.0/package-list | 5 + javadoc/2.1.0/script.js | 30 + javadoc/2.1.0/serialized-form.html | 137 ++ javadoc/2.1.0/stylesheet.css | 574 +++++++ 66 files changed, 22669 insertions(+) create mode 100644 javadoc/2.1.0/allclasses-frame.html create mode 100644 javadoc/2.1.0/allclasses-noframe.html create mode 100644 javadoc/2.1.0/com/jmatio/common/MatDataTypes.html create mode 100644 javadoc/2.1.0/com/jmatio/common/package-frame.html create mode 100644 javadoc/2.1.0/com/jmatio/common/package-summary.html create mode 100644 javadoc/2.1.0/com/jmatio/common/package-tree.html create mode 100644 javadoc/2.1.0/com/jmatio/common/util/MLArrayQuery.html create mode 100644 javadoc/2.1.0/com/jmatio/common/util/package-frame.html create mode 100644 javadoc/2.1.0/com/jmatio/common/util/package-summary.html create mode 100644 javadoc/2.1.0/com/jmatio/common/util/package-tree.html create mode 100644 javadoc/2.1.0/com/jmatio/io/MatFile.html create mode 100644 javadoc/2.1.0/com/jmatio/io/MatFileFilter.html create mode 100644 javadoc/2.1.0/com/jmatio/io/MatFileHeader.html create mode 100644 javadoc/2.1.0/com/jmatio/io/MatFileIncrementalWriter.html create mode 100644 javadoc/2.1.0/com/jmatio/io/MatFileReader.html create mode 100644 javadoc/2.1.0/com/jmatio/io/MatFileType.html create mode 100644 javadoc/2.1.0/com/jmatio/io/MatFileWriter.html create mode 100644 javadoc/2.1.0/com/jmatio/io/MatlabIOException.html create mode 100644 javadoc/2.1.0/com/jmatio/io/SimulinkDecoder.html create mode 100644 javadoc/2.1.0/com/jmatio/io/package-frame.html create mode 100644 javadoc/2.1.0/com/jmatio/io/package-summary.html create mode 100644 javadoc/2.1.0/com/jmatio/io/package-tree.html create mode 100644 javadoc/2.1.0/com/jmatio/io/stream/BufferedOutputStream.html create mode 100644 javadoc/2.1.0/com/jmatio/io/stream/ByteBufferInputStream.html create mode 100644 javadoc/2.1.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html create mode 100644 javadoc/2.1.0/com/jmatio/io/stream/MatFileInputStream.html create mode 100644 javadoc/2.1.0/com/jmatio/io/stream/package-frame.html create mode 100644 javadoc/2.1.0/com/jmatio/io/stream/package-summary.html create mode 100644 javadoc/2.1.0/com/jmatio/io/stream/package-tree.html create mode 100644 javadoc/2.1.0/com/jmatio/types/ByteStorageSupport.html create mode 100644 javadoc/2.1.0/com/jmatio/types/GenericArrayCreator.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLArray.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLCell.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLChar.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLDouble.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLEmptyArray.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLInt16.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLInt32.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLInt64.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLInt8.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLJavaObject.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLNumericArray.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLObject.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLSingle.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLSparse.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLStructure.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLStructureObjectBase.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLUInt16.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLUInt32.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLUInt64.html create mode 100644 javadoc/2.1.0/com/jmatio/types/MLUInt8.html create mode 100644 javadoc/2.1.0/com/jmatio/types/package-frame.html create mode 100644 javadoc/2.1.0/com/jmatio/types/package-summary.html create mode 100644 javadoc/2.1.0/com/jmatio/types/package-tree.html create mode 100644 javadoc/2.1.0/constant-values.html create mode 100644 javadoc/2.1.0/deprecated-list.html create mode 100644 javadoc/2.1.0/help-doc.html create mode 100644 javadoc/2.1.0/index-all.html create mode 100644 javadoc/2.1.0/index.html create mode 100644 javadoc/2.1.0/overview-frame.html create mode 100644 javadoc/2.1.0/overview-summary.html create mode 100644 javadoc/2.1.0/overview-tree.html create mode 100644 javadoc/2.1.0/package-list create mode 100644 javadoc/2.1.0/script.js create mode 100644 javadoc/2.1.0/serialized-form.html create mode 100644 javadoc/2.1.0/stylesheet.css diff --git a/javadoc/2.1.0/allclasses-frame.html b/javadoc/2.1.0/allclasses-frame.html new file mode 100644 index 0000000..fcd79ba --- /dev/null +++ b/javadoc/2.1.0/allclasses-frame.html @@ -0,0 +1,55 @@ + + + + + +All Classes (matfilerw 2.1.0 API) + + + + + +

      All Classes

      + + + diff --git a/javadoc/2.1.0/allclasses-noframe.html b/javadoc/2.1.0/allclasses-noframe.html new file mode 100644 index 0000000..180e947 --- /dev/null +++ b/javadoc/2.1.0/allclasses-noframe.html @@ -0,0 +1,55 @@ + + + + + +All Classes (matfilerw 2.1.0 API) + + + + + +

      All Classes

      + + + diff --git a/javadoc/2.1.0/com/jmatio/common/MatDataTypes.html b/javadoc/2.1.0/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..d48039e --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.common
      +

      Class MatDataTypes

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MatDataTypes
        +extends Object
        +
        MAT-file data types
        +
      • +
      +
      +
      + +
      +
      + +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/common/package-frame.html b/javadoc/2.1.0/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..66d3dd8 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common (matfilerw 2.1.0 API) + + + + + +

      com.jmatio.common

      +
      +

      Classes

      + +
      + + diff --git a/javadoc/2.1.0/com/jmatio/common/package-summary.html b/javadoc/2.1.0/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..e915189 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/common/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Package com.jmatio.common

      +
      +
      +
        +
      • + + + + + + + + + + + + +
        Class Summary 
        ClassDescription
        MatDataTypes +
        MAT-file data types
        +
        +
      • +
      +
      + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/common/package-tree.html b/javadoc/2.1.0/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..561d096 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common Class Hierarchy (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Hierarchy For Package com.jmatio.common

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/common/util/MLArrayQuery.html b/javadoc/2.1.0/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..c86173c --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.common.util
      +

      Class MLArrayQuery

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MLArrayQuery
        +extends Object
        +
        The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

        +
      • +
      +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLArrayQuery

            +
            public MLArrayQuery(String queryString)
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            q

            +
            public static Object q(MLArray array,
            +                       String query)
            +
            +
            Parameters:
            +
            array -
            +
            query -
            +
            Returns:
            +
            +
          • +
          + + + +
            +
          • +

            query

            +
            public Object query(MLArray array)
            +
            Parses the query string and returns the object it refers to.
            +
            +
            Parameters:
            +
            array - source MLArray
            +
            Returns:
            +
            query result
            +
            +
          • +
          + + + +
            +
          • +

            getContent

            +
            public Object getContent(MLArray array,
            +                         int m,
            +                         int n)
            +
            Returns the content of the field/cell/object.
            +
            +
            Parameters:
            +
            array - the parent structure/cell
            +
            m - column or -1
            +
            n - row or -1
            +
            Returns:
            +
            if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
            +
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/common/util/package-frame.html b/javadoc/2.1.0/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..8c86535 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (matfilerw 2.1.0 API) + + + + + +

      com.jmatio.common.util

      +
      +

      Classes

      + +
      + + diff --git a/javadoc/2.1.0/com/jmatio/common/util/package-summary.html b/javadoc/2.1.0/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..a14ee1e --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Package com.jmatio.common.util

      +
      +
      +
        +
      • + + + + + + + + + + + + +
        Class Summary 
        ClassDescription
        MLArrayQuery +
        The JMatIO query parser.
        +
        +
      • +
      +
      + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/common/util/package-tree.html b/javadoc/2.1.0/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..22b8225 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Hierarchy For Package com.jmatio.common.util

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/MatFile.html b/javadoc/2.1.0/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..d9cb691 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/MatFile.html @@ -0,0 +1,358 @@ + + + + + +MatFile (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io
      +

      Class MatFile

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MatFile
        +extends Object
        +
        MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

        + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

        +
      • +
      +
      +
      + +
      +
      + +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/MatFileFilter.html b/javadoc/2.1.0/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..b08fb54 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io
      +

      Class MatFileFilter

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MatFileFilter
        +extends Object
        +
        File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
        
        + //create new filter instance
        + MatFileFilter filter = new MatFileFilter();
        + //add a needle
        + filter.addArrayName( "your_array_name" );
        + 
        + //read array form file (haystack) looking _only_ for pecified array (needle)
        + MatFileReader mfr = new MatFileReader( fileName, filter );
        + 
        +
        +
        See Also:
        +
        MatFileReader
        +
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MatFileFilter

            +
            public MatFileFilter()
            +
            Creates empty filter intance. + + Note: empty filter acceps all results.
            +
          • +
          + + + +
            +
          • +

            MatFileFilter

            +
            public MatFileFilter(String[] names)
            +
            Create filter intance and add array names.
            +
            +
            Parameters:
            +
            names - - array of names (needles)
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            addArrayName

            +
            public void addArrayName(String name)
            +
            Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
            +
            +
            Parameters:
            +
            name - - array name (needle)
            +
            +
          • +
          + + + +
            +
          • +

            matches

            +
            public boolean matches(String name)
            +
            Test if given name matches the filter.
            +
            +
            Parameters:
            +
            name - - array name to be tested
            +
            Returns:
            +
            - true if array (matrix) of this name should be processed
            +
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/MatFileHeader.html b/javadoc/2.1.0/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..8774e58 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,491 @@ + + + + + +MatFileHeader (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io
      +

      Class MatFileHeader

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MatFileHeader
        +extends Object
        +
        MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Field Detail

          + + + + + + + +
            +
          • +

            DEFAULT_ENDIAN

            +
            public static final ByteOrder DEFAULT_ENDIAN
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MatFileHeader

            +
            public MatFileHeader(String description,
            +                     int version,
            +                     ByteOrder byteOrder)
            +
            New MAT-file header
            +
            +
            Parameters:
            +
            description - - descriptive text (no longer than 116 characters)
            +
            version - - by default is set to 0x0100
            +
            endianIndicator - - byte array size of 2 indicating byte-swapping requirement
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            parseFrom

            +
            public static MatFileHeader parseFrom(String description,
            +                                      byte[] bversion,
            +                                      byte[] endianIndicator)
            +
            Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
            +
            +
            Parameters:
            +
            description - - descriptive test
            +
            bversion - - 2-byte array containing the version (raw from a MAT-File)
            +
            endianIndicator - - 2-byte array containing the endian indicator (raw from a MAT-File(
            +
            Returns:
            +
            +
          • +
          + + + +
            +
          • +

            parseByteOrder

            +
            public static ByteOrder parseByteOrder(byte[] endianIndicator)
            +
            Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
            +
            +
            Parameters:
            +
            endianIndicator - 2-byte long array holding the endian indicator
            +
            +
          • +
          + + + +
            +
          • +

            getDescription

            +
            public String getDescription()
            +
            Gets descriptive text
            +
            +
            Returns:
            +
            +
          • +
          + + + +
            +
          • +

            getEndianIndicator

            +
            public byte[] getEndianIndicator()
            +
            Gets endian indicator. Bytes written as "MI" suggest that byte-swapping operation is required + in order to interpret data correctly. If value is set to "IM" byte-swapping is not needed.
            +
            +
            Returns:
            +
            - a byte array size of 2
            +
            +
          • +
          + + + +
            +
          • +

            getVersion

            +
            public int getVersion()
            +
            When creating a MAT-file, set version to 0x0100
            +
            +
            Returns:
            +
            +
          • +
          + + + +
            +
          • +

            createHeader

            +
            public static MatFileHeader createHeader()
            +
            A factory. Creates new MatFileHeader instance with default header values: +
              +
            • MAT-file is 5.0 version
            • +
            • version is set to 0x0100
            • +
            • no byte-swapping ("IM")
            • +
            +
            +
            Returns:
            +
            - new MatFileHeader instance
            +
            +
          • +
          + + + + + + + +
            +
          • +

            getByteOrder

            +
            public ByteOrder getByteOrder()
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/2.1.0/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..5df08d9 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io
      +

      Class MatFileIncrementalWriter

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MatFileIncrementalWriter
        +extends Object
        +
        MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
        
        + //1. First create example arrays
        + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
        + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
        + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
        +         
        + //2. write arrays to file
        + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
        + writer.write(mlDouble);
        + writer.write(mlChar);
        + 
        + writer.close();
        + 
        + 
        + + this is "equal" to Matlab commands: +
        
        + >> double_arr = [ 1 2; 3 4; 5 6];
        + >> char_arr = 'I am dummy';
        + >>
        + >> save('mat_file.mat', 'double_arr');
        + >> save('mat_file.mat', 'char_arr', '-append');
        + 
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MatFileIncrementalWriter

            +
            public MatFileIncrementalWriter(String fileName)
            +                         throws IOException
            +
            Creates a writer to a file given the filename.
            +
            +
            Parameters:
            +
            fileName - - name of ouput file
            +
            Throws:
            +
            IOException
            +
            DataFormatException
            +
            +
          • +
          + + + +
            +
          • +

            MatFileIncrementalWriter

            +
            public MatFileIncrementalWriter(File file)
            +                         throws IOException
            +
            Creats a writer to a file given the File object.
            +
            +
            Parameters:
            +
            file - - an output File
            +
            Throws:
            +
            IOException
            +
            DataFormatException
            +
            +
          • +
          + + + +
            +
          • +

            MatFileIncrementalWriter

            +
            public MatFileIncrementalWriter(WritableByteChannel chan)
            +                         throws IOException
            +
            Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
            +
            +
            Parameters:
            +
            chan - - WritableByteChannel
            +
            data - - Collection of MLArray elements
            +
            Throws:
            +
            IOException
            +
            +
          • +
          +
        • +
        + + +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/MatFileReader.html b/javadoc/2.1.0/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..5ec8f32 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/MatFileReader.html @@ -0,0 +1,800 @@ + + + + + +MatFileReader (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io
      +

      Class MatFileReader

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MatFileReader
        +extends Object
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + + + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MatFileReader

            +
            public MatFileReader(String fileName)
            +              throws FileNotFoundException,
            +                     IOException
            +
            Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
            +
            +
            Parameters:
            +
            fileName - the MAT-file path String
            +
            Throws:
            +
            IOException - when error occurred while processing the file.
            +
            FileNotFoundException
            +
            +
          • +
          + + + +
            +
          • +

            MatFileReader

            +
            public MatFileReader(String fileName,
            +                     MatFileFilter filter)
            +              throws IOException
            +
            Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
            +
            +
            Parameters:
            +
            fileName - the MAT-file path String
            +
            MatFileFilter - array name filter.
            +
            Throws:
            +
            IOException - when error occurred while processing the file.
            +
            +
          • +
          + + + +
            +
          • +

            MatFileReader

            +
            public MatFileReader(File file)
            +              throws IOException
            +
            Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
            +
            +
            Parameters:
            +
            file - the MAT-file
            +
            Throws:
            +
            IOException - when error occurred while processing the file.
            +
            +
          • +
          + + + +
            +
          • +

            MatFileReader

            +
            public MatFileReader(File file,
            +                     MatFileFilter filter,
            +                     MatFileType matType)
            +              throws IOException
            +
            Creates instance of MatFileReader and reads MAT-file from + file. +

            + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

            + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

            +
            +
            Parameters:
            +
            file - the MAT-file
            +
            MatFileFilter - array name filter.
            +
            Throws:
            +
            IOException - when error occurred while processing the file.
            +
            +
          • +
          + + + + + + + +
            +
          • +

            MatFileReader

            +
            public MatFileReader(MatFileType matType)
            +
          • +
          + + + +
            +
          • +

            MatFileReader

            +
            public MatFileReader()
            +
          • +
          + + + +
            +
          • +

            MatFileReader

            +
            public MatFileReader(InputStream stream,
            +                     MatFileType type)
            +              throws IOException
            +
            Creates instance of MatFileReader and reads MAT-file from + file. + + This method reads MAT-file without filtering.
            +
            +
            Parameters:
            +
            stream - the MAT-file stream
            +
            Throws:
            +
            IOException - when error occurred while processing the file.
            +
            +
          • +
          + + + +
            +
          • +

            MatFileReader

            +
            public MatFileReader(InputStream stream,
            +                     MatFileFilter filter,
            +                     MatFileType type)
            +              throws IOException
            +
            Creates instance of MatFileReader and reads MAT-file from + file. +

            + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

            + Note: this method reads file using the memory mapped file policy, see + notes to + #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy) +

            +
            +
            Parameters:
            +
            stream - the MAT-file stream
            +
            MatFileFilter - array name filter.
            +
            Throws:
            +
            IOException - when error occurred while processing the file.
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            read

            +
            public Map<String,MLArray> read(File file)
            +                         throws IOException
            +
            Reads the content of a MAT-file and returns the mapped content. +

            + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

            +
            +
            Parameters:
            +
            file - a valid MAT-file file to be read
            +
            Returns:
            +
            the same as getContent()
            +
            Throws:
            +
            IOException - if error occurs during file processing
            +
            +
          • +
          + + + +
            +
          • +

            read

            +
            public Map<String,MLArray> read(InputStream stream)
            +                         throws IOException
            +
            Reads the content of a MAT-file and returns the mapped content. +

            + This method calls read(stream, new MatFileFilter()).

            +
            +
            Parameters:
            +
            stream - a valid MAT-file stream to be read
            +
            Returns:
            +
            the same as getContent()
            +
            Throws:
            +
            IOException - if error occurs during file processing
            +
            +
          • +
          + + + +
            +
          • +

            read

            +
            public Map<String,MLArray> read(File file,
            +                                int policy)
            +                         throws IOException
            +
            Reads the content of a MAT-file and returns the mapped content. +

            + This method calls + read(file, new MatFileFilter(), policy).

            +
            +
            Parameters:
            +
            file - a valid MAT-file file to be read
            +
            policy - the file memory allocation policy
            +
            Returns:
            +
            the same as getContent()
            +
            Throws:
            +
            IOException - if error occurs during file processing
            +
            +
          • +
          + + + + + + + + + + + +
            +
          • +

            read

            +
            public Map<String,MLArray> read(InputStream stream,
            +                                MatFileFilter filter)
            +                         throws IOException
            +
            Read a mat file from a stream. Internally this will read the stream fully + into memory before parsing it.
            +
            +
            Parameters:
            +
            stream - a valid MAT-file stream to be read
            +
            filter - the array filter applied during reading
            +
            Returns:
            +
            the same as getContent()
            +
            Throws:
            +
            IOException - if error occurs during file processing
            +
            See Also:
            +
            MatFileFilter
            +
            +
          • +
          + + + +
            +
          • +

            getMatFileHeader

            +
            public MatFileHeader getMatFileHeader()
            +
            Gets MAT-file header
            +
            +
            Returns:
            +
            - a MatFileHeader object
            +
            +
          • +
          + + + +
            +
          • +

            getData

            +
            public ArrayList<MLArray> getData()
            +
            Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
            +
            Returns list of MLArray objects that were inside MAT-file
            +
            +
            Returns:
            +
            - a ArrayList
            +
            +
          • +
          + + + +
            +
          • +

            getMLArray

            +
            public MLArray getMLArray(String name)
            +
            Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
            +
            +
            Parameters:
            +
            - - array name
            +
            Returns:
            +
            - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
            +
            +
          • +
          + + + +
            +
          • +

            getContent

            +
            public Map<String,MLArray> getContent()
            +
            Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
            +
            +
            Returns:
            +
            - a Map of MLArrays mapped with their names.
            +
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/MatFileType.html b/javadoc/2.1.0/com/jmatio/io/MatFileType.html new file mode 100644 index 0000000..2f0da0b --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/MatFileType.html @@ -0,0 +1,342 @@ + + + + + +MatFileType (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io
      +

      Enum MatFileType

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Enum Constant Detail

          + + + +
            +
          • +

            Regular

            +
            public static final MatFileType Regular
            +
          • +
          + + + +
            +
          • +

            ReducedHeader

            +
            public static final MatFileType ReducedHeader
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            values

            +
            public static MatFileType[] values()
            +
            Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
            +for (MatFileType c : MatFileType.values())
            +    System.out.println(c);
            +
            +
            +
            Returns:
            +
            an array containing the constants of this enum type, in the order they are declared
            +
            +
          • +
          + + + +
            +
          • +

            valueOf

            +
            public static MatFileType valueOf(String name)
            +
            Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
            +
            +
            Parameters:
            +
            name - the name of the enum constant to be returned.
            +
            Returns:
            +
            the enum constant with the specified name
            +
            Throws:
            +
            IllegalArgumentException - if this enum type has no constant with the specified name
            +
            NullPointerException - if the argument is null
            +
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/MatFileWriter.html b/javadoc/2.1.0/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..beee789 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,425 @@ + + + + + +MatFileWriter (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io
      +

      Class MatFileWriter

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MatFileWriter
        +extends Object
        +
        MAT-file writer. + + Usage: + +
        + 
        + //1. First create example arrays
        + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
        + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
        + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
        +
        + //2. write arrays to file
        + ArrayList list = new ArrayList();
        + list.add( mlDouble );
        + list.add( mlChar );
        +
        + new MatFileWriter( "mat_file.mat", list );
        + 
        + 
        + + this is "equal" to Matlab commands: + +
        + 
        + >> double_arr = [ 1 2; 3 4; 5 6];
        + >> char_arr = 'I am dummy';
        + >>
        + >> save('mat_file.mat', 'double_arr', 'char_arr');
        + 
        + +
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + + + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            write

            +
            public void write(String filepath,
            +                  Collection<MLArray> data)
            +           throws IOException
            +
            Writes MLArrays into file created from + filepath.
            +
            +
            Parameters:
            +
            filepath - the absolute file path of a MAT-file to which data is written
            +
            data - the collection of MLArray objects
            +
            Throws:
            +
            IOException - if error occurred during MAT-file writing
            +
            +
          • +
          + + + +
            +
          • +

            write

            +
            public void write(File file,
            +                  Collection<MLArray> data)
            +           throws IOException
            +
            Writes MLArrays into File
            +
            +
            Parameters:
            +
            file - the MAT-file to which data is written
            +
            data - the collection of MLArray objects
            +
            Throws:
            +
            IOException - if error occurred during MAT-file writing
            +
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/MatlabIOException.html b/javadoc/2.1.0/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..d63fc2e --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io
      +

      Class MatlabIOException

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MatlabIOException

            +
            public MatlabIOException(String s)
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/SimulinkDecoder.html b/javadoc/2.1.0/com/jmatio/io/SimulinkDecoder.html new file mode 100644 index 0000000..5d08aab --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/SimulinkDecoder.html @@ -0,0 +1,295 @@ + + + + + +SimulinkDecoder (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io
      +

      Class SimulinkDecoder

      +
      +
      + +
      +
        +
      • +
        +
        All Implemented Interfaces:
        +
        Closeable, AutoCloseable
        +
        +
        +
        +
        public class SimulinkDecoder
        +extends InputStream
        +
        This class decodes the Simulink base64 representation of a MAT file.
        +
      • +
      +
      +
      + +
      +
      + +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/package-frame.html b/javadoc/2.1.0/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..5f2b4cb --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/package-frame.html @@ -0,0 +1,34 @@ + + + + + +com.jmatio.io (matfilerw 2.1.0 API) + + + + + +

      com.jmatio.io

      + + + diff --git a/javadoc/2.1.0/com/jmatio/io/package-summary.html b/javadoc/2.1.0/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..da94ce9 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/package-summary.html @@ -0,0 +1,215 @@ + + + + + +com.jmatio.io (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Package com.jmatio.io

      +
      +
      +
        +
      • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        Class Summary 
        ClassDescription
        MatFile +
        MatFileReader's API is vague.
        +
        MatFileFilter +
        File filter.
        +
        MatFileHeader +
        MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
        +
        MatFileIncrementalWriter +
        MAT-file Incremental writer.
        +
        MatFileReader 
        MatFileWriter +
        MAT-file writer.
        +
        SimulinkDecoder +
        This class decodes the Simulink base64 representation of a MAT file.
        +
        +
      • +
      • + + + + + + + + + + + + +
        Enum Summary 
        EnumDescription
        MatFileType +
        Describes the type of Mat file.
        +
        +
      • +
      • + + + + + + + + + + + + +
        Exception Summary 
        ExceptionDescription
        MatlabIOException +
        MAT-file reader/writer exception
        +
        +
      • +
      +
      + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/package-tree.html b/javadoc/2.1.0/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..d25f86f --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/package-tree.html @@ -0,0 +1,172 @@ + + + + + +com.jmatio.io Class Hierarchy (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Hierarchy For Package com.jmatio.io

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +

      Enum Hierarchy

      + +
      + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/2.1.0/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..3c8c0a1 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,314 @@ + + + + + +BufferedOutputStream (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io.stream
      +

      Class BufferedOutputStream

      +
      +
      + +
      + +
      +
      + +
      +
      + +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/2.1.0/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..8a9329f --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io.stream
      +

      Class ByteBufferInputStream

      +
      +
      + +
      + +
      +
      + +
      +
      + +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/2.1.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html new file mode 100644 index 0000000..8c86a30 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -0,0 +1,372 @@ + + + + + +HeapBufferDataOutputStream (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io.stream
      +

      Class HeapBufferDataOutputStream

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            HeapBufferDataOutputStream

            +
            public HeapBufferDataOutputStream()
            +
          • +
          +
        • +
        + + +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/2.1.0/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..b2a790c --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.io.stream
      +

      Class MatFileInputStream

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MatFileInputStream
        +extends Object
        +
        MAT-file input stream class.
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MatFileInputStream

            +
            public MatFileInputStream(ByteBuffer buf,
            +                          int type)
            +
            Attach MAT-file input stream to InputStream
            +
            +
            Parameters:
            +
            is - - input stream
            +
            type - - type of data in the stream
            +
            See Also:
            +
            MatDataTypes
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            readInt

            +
            public int readInt()
            +            throws IOException
            +
            Reads data (number of bytes red is determined by data type) + from the stream to int.
            +
            +
            Returns:
            +
            Throws:
            +
            IOException
            +
            +
          • +
          + + + +
            +
          • +

            readChar

            +
            public char readChar()
            +              throws IOException
            +
            Reads data (number of bytes red is determined by data type) + from the stream to char.
            +
            +
            Returns:
            +
            - char
            +
            Throws:
            +
            IOException
            +
            +
          • +
          + + + +
            +
          • +

            readDouble

            +
            public double readDouble()
            +                  throws IOException
            +
            Reads data (number of bytes red is determined by data type) + from the stream to double.
            +
            +
            Returns:
            +
            - double
            +
            Throws:
            +
            IOException
            +
            +
          • +
          + + + +
            +
          • +

            readByte

            +
            public byte readByte()
            +
          • +
          + + + + + + + +
            +
          • +

            skip

            +
            public void skip(int padding)
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/stream/package-frame.html b/javadoc/2.1.0/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..309030b --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,23 @@ + + + + + +com.jmatio.io.stream (matfilerw 2.1.0 API) + + + + + +

      com.jmatio.io.stream

      + + + diff --git a/javadoc/2.1.0/com/jmatio/io/stream/package-summary.html b/javadoc/2.1.0/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..67277f1 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,156 @@ + + + + + +com.jmatio.io.stream (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Package com.jmatio.io.stream

      +
      +
      + +
      + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/io/stream/package-tree.html b/javadoc/2.1.0/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..e1aaf62 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Hierarchy For Package com.jmatio.io.stream

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/ByteStorageSupport.html b/javadoc/2.1.0/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..c7829c8 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Interface ByteStorageSupport<T extends Number>

      +
      +
      +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            getBytesAllocated

            +
            int getBytesAllocated()
            +
          • +
          + + + +
            +
          • +

            buldFromBytes

            +
            T buldFromBytes(byte[] bytes)
            +
          • +
          + + + + + +
            +
          • +

            getByteArray

            +
            byte[] getByteArray(T value)
            +
          • +
          + + + +
            +
          • +

            getStorageClazz

            +
            Class<?> getStorageClazz()
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/GenericArrayCreator.html b/javadoc/2.1.0/com/jmatio/types/GenericArrayCreator.html new file mode 100644 index 0000000..39507f2 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/GenericArrayCreator.html @@ -0,0 +1,227 @@ + + + + + +GenericArrayCreator (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Interface GenericArrayCreator<T>

      +
      +
      +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            createArray

            +
            T[] createArray(int m,
            +                int n)
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLArray.html b/javadoc/2.1.0/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..0cd936c --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLArray.html @@ -0,0 +1,1202 @@ + + + + + +MLArray (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLArray

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + + + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLArray

            +
            public MLArray(String name,
            +               int[] dims,
            +               int type,
            +               int attributes)
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            getName

            +
            public String getName()
            +
            Gets array name
            +
            +
            Returns:
            +
            - array name
            +
            +
          • +
          + + + +
            +
          • +

            getFlags

            +
            public int getFlags()
            +
          • +
          + + + +
            +
          • +

            getNameToByteArray

            +
            public byte[] getNameToByteArray()
            +
          • +
          + + + +
            +
          • +

            getDimensions

            +
            public int[] getDimensions()
            +
          • +
          + + + +
            +
          • +

            getM

            +
            public int getM()
            +
          • +
          + + + +
            +
          • +

            getN

            +
            public int getN()
            +
          • +
          + + + +
            +
          • +

            getNDimensions

            +
            public int getNDimensions()
            +
          • +
          + + + +
            +
          • +

            getSize

            +
            public int getSize()
            +
          • +
          + + + +
            +
          • +

            getType

            +
            public int getType()
            +
          • +
          + + + +
            +
          • +

            isEmpty

            +
            public boolean isEmpty()
            +
          • +
          + + + +
            +
          • +

            typeToString

            +
            public static final String typeToString(int type)
            +
          • +
          + + + +
            +
          • +

            isCell

            +
            public boolean isCell()
            +
          • +
          + + + +
            +
          • +

            isChar

            +
            public boolean isChar()
            +
          • +
          + + + +
            +
          • +

            isComplex

            +
            public boolean isComplex()
            +
          • +
          + + + +
            +
          • +

            isSparse

            +
            public boolean isSparse()
            +
          • +
          + + + +
            +
          • +

            isStruct

            +
            public boolean isStruct()
            +
          • +
          + + + +
            +
          • +

            isDouble

            +
            public boolean isDouble()
            +
          • +
          + + + +
            +
          • +

            isSingle

            +
            public boolean isSingle()
            +
          • +
          + + + +
            +
          • +

            isInt8

            +
            public boolean isInt8()
            +
          • +
          + + + +
            +
          • +

            isUint8

            +
            public boolean isUint8()
            +
          • +
          + + + +
            +
          • +

            isInt16

            +
            public boolean isInt16()
            +
          • +
          + + + +
            +
          • +

            isUint16

            +
            public boolean isUint16()
            +
          • +
          + + + +
            +
          • +

            isInt32

            +
            public boolean isInt32()
            +
          • +
          + + + +
            +
          • +

            isUint32

            +
            public boolean isUint32()
            +
          • +
          + + + +
            +
          • +

            isInt64

            +
            public boolean isInt64()
            +
          • +
          + + + +
            +
          • +

            isUint64

            +
            public boolean isUint64()
            +
          • +
          + + + +
            +
          • +

            isObject

            +
            public boolean isObject()
            +
          • +
          + + + +
            +
          • +

            isOpaque

            +
            public boolean isOpaque()
            +
          • +
          + + + +
            +
          • +

            isLogical

            +
            public boolean isLogical()
            +
          • +
          + + + +
            +
          • +

            isFunctionObject

            +
            public boolean isFunctionObject()
            +
          • +
          + + + +
            +
          • +

            isUnknown

            +
            public boolean isUnknown()
            +
          • +
          + + + +
            +
          • +

            getIndex

            +
            protected int getIndex(int m,
            +                       int n)
            +
          • +
          + + + + + + + +
            +
          • +

            contentToString

            +
            public String contentToString()
            +
          • +
          + + + +
            +
          • +

            dispose

            +
            public void dispose()
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLCell.html b/javadoc/2.1.0/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..74afdba --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLCell

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MLCell
        +extends MLArray
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLCell

            +
            public MLCell(String name,
            +              int[] dims)
            +
          • +
          + + + +
            +
          • +

            MLCell

            +
            public MLCell(String name,
            +              int[] dims,
            +              int type,
            +              int attributes)
            +
          • +
          +
        • +
        + + +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLChar.html b/javadoc/2.1.0/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..3a2ef86 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLChar.html @@ -0,0 +1,547 @@ + + + + + +MLChar (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLChar

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + + + + + + + + + +
            +
          • +

            MLChar

            +
            public MLChar(String name,
            +              String[] values,
            +              int maxlen)
            +
            Added method to allow initialization of a char array representing + an array of strings.
            +
            +
            Parameters:
            +
            name -
            +
            values -
            +
            maxlen -
            +
            +
          • +
          + + + +
            +
          • +

            MLChar

            +
            public MLChar(String name,
            +              int[] dims,
            +              int type,
            +              int attributes)
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + + + + + +
            +
          • +

            setChar

            +
            public void setChar(char ch,
            +                    int index)
            +
          • +
          + + + +
            +
          • +

            set

            +
            public void set(String value)
            +
            Populates the MLChar with the String value.
            +
            +
            Parameters:
            +
            value - the String value
            +
            +
          • +
          + + + +
            +
          • +

            set

            +
            public void set(String value,
            +                int idx)
            +
            Set one row, specifying the row.
            +
            +
            Parameters:
            +
            value -
            +
            idx -
            +
            +
          • +
          + + + +
            +
          • +

            getChar

            +
            public Character getChar(int m,
            +                         int n)
            +
          • +
          + + + +
            +
          • +

            exportChar

            +
            public Character[] exportChar()
            +
          • +
          + + + +
            +
          • +

            equals

            +
            public boolean equals(Object o)
            +
            +
            Overrides:
            +
            equals in class Object
            +
            +
          • +
          + + + +
            +
          • +

            hashCode

            +
            public int hashCode()
            +
            +
            Overrides:
            +
            hashCode in class Object
            +
            +
          • +
          + + + +
            +
          • +

            getString

            +
            public String getString(int m)
            +
            Gets the m-th character matrix's row as String.
            +
            +
            Parameters:
            +
            m - - row number
            +
            Returns:
            +
            - String
            +
            +
          • +
          + + + + +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLDouble.html b/javadoc/2.1.0/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..af7978c --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLDouble.html @@ -0,0 +1,511 @@ + + + + + +MLDouble (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLDouble

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLDouble

            +
            public MLDouble(String name,
            +                int[] dims,
            +                int type,
            +                int attributes)
            +
            Normally this constructor is used only by MatFileReader and MatFileWriter
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            type - - array type: here mxDOUBLE_CLASS
            +
            attributes - - array flags
            +
            +
          • +
          + + + +
            +
          • +

            MLDouble

            +
            public MLDouble(String name,
            +                int[] dims)
            +
            Create a MLDouble array with given name, + and dimensions.
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            +
          • +
          + + + +
            +
          • +

            MLDouble

            +
            public MLDouble(String name,
            +                Double[] vals,
            +                int m)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          + + + +
            +
          • +

            MLDouble

            +
            public MLDouble(String name,
            +                double[][] vals)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - two-dimensional array of values
            +
            +
          • +
          + + + +
            +
          • +

            MLDouble

            +
            public MLDouble(String name,
            +                double[] vals,
            +                int m)
            +
            Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            createArray

            +
            public Double[] createArray(int m,
            +                            int n)
            +
          • +
          + + + +
            +
          • +

            getArray

            +
            public double[][] getArray()
            +
            Gets two-dimensional real array.
            +
            +
            Returns:
            +
            - 2D real array
            +
            +
          • +
          + + + +
            +
          • +

            getBytesAllocated

            +
            public int getBytesAllocated()
            +
          • +
          + + + +
            +
          • +

            buldFromBytes

            +
            public Double buldFromBytes(byte[] bytes)
            +
          • +
          + + + +
            +
          • +

            getByteArray

            +
            public byte[] getByteArray(Double value)
            +
          • +
          + + + +
            +
          • +

            getStorageClazz

            +
            public Class<Double> getStorageClazz()
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLEmptyArray.html b/javadoc/2.1.0/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..0b1635a --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLEmptyArray

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MLEmptyArray
        +extends MLArray
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLEmptyArray

            +
            public MLEmptyArray()
            +
          • +
          + + + +
            +
          • +

            MLEmptyArray

            +
            public MLEmptyArray(String name)
            +
          • +
          + + + +
            +
          • +

            MLEmptyArray

            +
            public MLEmptyArray(String name,
            +                    int[] dims,
            +                    int type,
            +                    int attributes)
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLInt16.html b/javadoc/2.1.0/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..70ae8af --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLInt16.html @@ -0,0 +1,515 @@ + + + + + +MLInt16 (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLInt16

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLInt16

            +
            public MLInt16(String name,
            +               int[] dims,
            +               int type,
            +               int attributes)
            +
            Normally this constructor is used only by MatFileReader and MatFileWriter
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            type - - array type: here mxINT16_CLASS
            +
            attributes - - array flags
            +
            +
          • +
          + + + +
            +
          • +

            MLInt16

            +
            public MLInt16(String name,
            +               int[] dims)
            +
            Create a MLSingle array with given name, + and dimensions.
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            +
          • +
          + + + +
            +
          • +

            MLInt16

            +
            public MLInt16(String name,
            +               Short[] vals,
            +               int m)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of Short, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          + + + +
            +
          • +

            MLInt16

            +
            public MLInt16(String name,
            +               short[][] vals)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - two-dimensional array of values
            +
            +
          • +
          + + + +
            +
          • +

            MLInt16

            +
            public MLInt16(String name,
            +               short[] vals,
            +               int m)
            +
            Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of short, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            createArray

            +
            public Short[] createArray(int m,
            +                           int n)
            +
          • +
          + + + +
            +
          • +

            getArray

            +
            public short[][] getArray()
            +
            Gets two-dimensional real array.
            +
            +
            Returns:
            +
            - 2D real array
            +
            +
          • +
          + + + +
            +
          • +

            getBytesAllocated

            +
            public int getBytesAllocated()
            +
          • +
          + + + +
            +
          • +

            buldFromBytes

            +
            public Short buldFromBytes(byte[] bytes)
            +
          • +
          + + + +
            +
          • +

            getByteArray

            +
            public byte[] getByteArray(Short value)
            +
          • +
          + + + +
            +
          • +

            getStorageClazz

            +
            public Class<Short> getStorageClazz()
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLInt32.html b/javadoc/2.1.0/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..c18555a --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLInt32.html @@ -0,0 +1,514 @@ + + + + + +MLInt32 (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLInt32

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLInt32

            +
            public MLInt32(String name,
            +               int[] dims,
            +               int type,
            +               int attributes)
            +
            Normally this constructor is used only by MatFileReader and MatFileWriter
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            type - - array type: here mxDOUBLE_CLASS
            +
            attributes - - array flags
            +
            +
          • +
          + + + +
            +
          • +

            MLInt32

            +
            public MLInt32(String name,
            +               int[] dims)
            +
            Create a MLInt64 array with given name, + and dimensions.
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            +
          • +
          + + + +
            +
          • +

            MLInt32

            +
            public MLInt32(String name,
            +               Integer[] vals,
            +               int m)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          + + + +
            +
          • +

            MLInt32

            +
            public MLInt32(String name,
            +               int[][] vals)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - two-dimensional array of values
            +
            +
          • +
          + + + +
            +
          • +

            MLInt32

            +
            public MLInt32(String name,
            +               int[] vals,
            +               int m)
            +
            Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            createArray

            +
            public Integer[] createArray(int m,
            +                             int n)
            +
          • +
          + + + +
            +
          • +

            getArray

            +
            public int[][] getArray()
            +
            Gets two-dimensional real array.
            +
            +
            Returns:
            +
            - 2D real array
            +
            +
          • +
          + + + +
            +
          • +

            buldFromBytes

            +
            public Integer buldFromBytes(byte[] bytes)
            +
          • +
          + + + +
            +
          • +

            getBytesAllocated

            +
            public int getBytesAllocated()
            +
          • +
          + + + +
            +
          • +

            getStorageClazz

            +
            public Class<Integer> getStorageClazz()
            +
          • +
          + + + +
            +
          • +

            getByteArray

            +
            public byte[] getByteArray(Integer value)
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLInt64.html b/javadoc/2.1.0/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..4e997d0 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLInt64.html @@ -0,0 +1,511 @@ + + + + + +MLInt64 (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLInt64

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLInt64

            +
            public MLInt64(String name,
            +               int[] dims,
            +               int type,
            +               int attributes)
            +
            Normally this constructor is used only by MatFileReader and MatFileWriter
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            type - - array type: here mxDOUBLE_CLASS
            +
            attributes - - array flags
            +
            +
          • +
          + + + +
            +
          • +

            MLInt64

            +
            public MLInt64(String name,
            +               int[] dims)
            +
            Create a MLInt64 array with given name, + and dimensions.
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            +
          • +
          + + + +
            +
          • +

            MLInt64

            +
            public MLInt64(String name,
            +               Long[] vals,
            +               int m)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          + + + +
            +
          • +

            MLInt64

            +
            public MLInt64(String name,
            +               long[][] vals)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - two-dimensional array of values
            +
            +
          • +
          + + + +
            +
          • +

            MLInt64

            +
            public MLInt64(String name,
            +               long[] vals,
            +               int m)
            +
            Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            createArray

            +
            public Long[] createArray(int m,
            +                          int n)
            +
          • +
          + + + +
            +
          • +

            getArray

            +
            public long[][] getArray()
            +
            Gets two-dimensional real array.
            +
            +
            Returns:
            +
            - 2D real array
            +
            +
          • +
          + + + +
            +
          • +

            buldFromBytes

            +
            public Long buldFromBytes(byte[] bytes)
            +
          • +
          + + + +
            +
          • +

            getBytesAllocated

            +
            public int getBytesAllocated()
            +
          • +
          + + + +
            +
          • +

            getStorageClazz

            +
            public Class<Long> getStorageClazz()
            +
          • +
          + + + +
            +
          • +

            getByteArray

            +
            public byte[] getByteArray(Long value)
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLInt8.html b/javadoc/2.1.0/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..41795a5 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLInt8.html @@ -0,0 +1,534 @@ + + + + + +MLInt8 (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLInt8

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLInt8

            +
            public MLInt8(String name,
            +              int[] dims,
            +              int type,
            +              int attributes)
            +
            Normally this constructor is used only by MatFileReader and MatFileWriter
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            type - - array type: here mxDOUBLE_CLASS
            +
            attributes - - array flags
            +
            +
          • +
          + + + +
            +
          • +

            MLInt8

            +
            public MLInt8(String name,
            +              int[] dims)
            +
            Create a MLUInt8 array with given name, + and dimensions.
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            +
          • +
          + + + +
            +
          • +

            MLInt8

            +
            public MLInt8(String name,
            +              Byte[] vals,
            +              int m)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          + + + +
            +
          • +

            MLInt8

            +
            public MLInt8(String name,
            +              byte[][] vals)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - two-dimensional array of values
            +
            +
          • +
          + + + +
            +
          • +

            MLInt8

            +
            public MLInt8(String name,
            +              byte[] vals,
            +              int m)
            +
            Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            createArray

            +
            public Byte[] createArray(int m,
            +                          int n)
            +
          • +
          + + + +
            +
          • +

            getArray

            +
            public byte[][] getArray()
            +
            Gets two-dimensional real array.
            +
            +
            Returns:
            +
            - 2D real array
            +
            +
          • +
          + + + +
            +
          • +

            buldFromBytes

            +
            public Byte buldFromBytes(byte[] bytes)
            +
          • +
          + + + +
            +
          • +

            getByteArray

            +
            public byte[] getByteArray(Byte value)
            +
          • +
          + + + +
            +
          • +

            getBytesAllocated

            +
            public int getBytesAllocated()
            +
          • +
          + + + +
            +
          • +

            getStorageClazz

            +
            public Class<Byte> getStorageClazz()
            +
          • +
          + + + + +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLJavaObject.html b/javadoc/2.1.0/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..c13e195 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLJavaObject

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MLJavaObject
        +extends MLArray
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + + + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            getClassName

            +
            public String getClassName()
            +
          • +
          + + + +
            +
          • +

            getContent

            +
            public ByteBuffer getContent()
            +
          • +
          + + + +
            +
          • +

            instantiateObject

            +
            public Object instantiateObject()
            +                         throws Exception
            +
            Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
            +
            +
            Throws:
            +
            Exception
            +
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLNumericArray.html b/javadoc/2.1.0/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..0172a67 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,856 @@ + + + + + +MLNumericArray (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLNumericArray<T extends Number>

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLNumericArray

            +
            public MLNumericArray(String name,
            +                      int[] dims,
            +                      int type,
            +                      int attributes)
            +
            Normally this constructor is used only by MatFileReader and MatFileWriter
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            type - - array type
            +
            attributes - - array flags
            +
            +
          • +
          + + + + + +
            +
          • +

            MLNumericArray

            +
            public MLNumericArray(String name,
            +                      int type,
            +                      T[] vals,
            +                      int m)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            type - - array type
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            allocate

            +
            protected void allocate()
            +
          • +
          + + + +
            +
          • +

            getReal

            +
            public T getReal(int m,
            +                 int n)
            +
            Gets single real array element of A(m,n).
            +
            +
            Parameters:
            +
            m - - row index
            +
            n - - column index
            +
            Returns:
            +
            - array element
            +
            +
          • +
          + + + +
            +
          • +

            getReal

            +
            public T getReal(int index)
            +
            +
            Parameters:
            +
            index -
            +
            Returns:
            +
            +
          • +
          + + + + + +
            +
          • +

            setReal

            +
            public void setReal(T value,
            +                    int m,
            +                    int n)
            +
            Sets single real array element.
            +
            +
            Parameters:
            +
            value - - element value
            +
            m - - row index
            +
            n - - column index
            +
            +
          • +
          + + + + + +
            +
          • +

            setReal

            +
            public void setReal(T value,
            +                    int index)
            +
            Sets single real array element.
            +
            +
            Parameters:
            +
            value - - element value
            +
            index - - column-packed vector index
            +
            +
          • +
          + + + + + +
            +
          • +

            setReal

            +
            public void setReal(T[] vector)
            +
            Sets real part of matrix
            +
            +
            Parameters:
            +
            vector - - column-packed vector of elements
            +
            +
          • +
          + + + + + +
            +
          • +

            setImaginary

            +
            public void setImaginary(T value,
            +                         int m,
            +                         int n)
            +
            Sets single imaginary array element.
            +
            +
            Parameters:
            +
            value - - element value
            +
            m - - row index
            +
            n - - column index
            +
            +
          • +
          + + + + + +
            +
          • +

            setImaginary

            +
            public void setImaginary(T value,
            +                         int index)
            +
            Sets single real array element.
            +
            +
            Parameters:
            +
            value - - element value
            +
            index - - column-packed vector index
            +
            +
          • +
          + + + +
            +
          • +

            getImaginary

            +
            public T getImaginary(int m,
            +                      int n)
            +
            Gets single imaginary array element of A(m,n).
            +
            +
            Parameters:
            +
            m - - row index
            +
            n - - column index
            +
            Returns:
            +
            - array element
            +
            +
          • +
          + + + +
            +
          • +

            getImaginary

            +
            public T getImaginary(int index)
            +
            +
            Parameters:
            +
            index -
            +
            Returns:
            +
            +
          • +
          + + + + + +
            +
          • +

            set

            +
            public void set(T value,
            +                int m,
            +                int n)
            +
            Does the same as setReal.
            +
            +
            Parameters:
            +
            value - - element value
            +
            m - - row index
            +
            n - - column index
            +
            +
          • +
          + + + + + +
            +
          • +

            set

            +
            public void set(T value,
            +                int index)
            +
            Does the same as setReal.
            +
            +
            Parameters:
            +
            value - - element value
            +
            index - - column-packed vector index
            +
            +
          • +
          + + + +
            +
          • +

            get

            +
            public T get(int m,
            +             int n)
            +
            Does the same as getReal.
            +
            +
            Parameters:
            +
            m - - row index
            +
            n - - column index
            +
            Returns:
            +
            - array element
            +
            +
          • +
          + + + +
            +
          • +

            get

            +
            public T get(int index)
            +
            +
            Parameters:
            +
            index -
            +
            Returns:
            +
            +
          • +
          + + + + + +
            +
          • +

            set

            +
            public void set(T[] vector)
            +
            +
            Parameters:
            +
            vector -
            +
            +
          • +
          + + + +
            +
          • +

            _get

            +
            protected T _get(ByteBuffer buffer,
            +                 int index)
            +
          • +
          + + + + + +
            +
          • +

            _set

            +
            protected void _set(ByteBuffer buffer,
            +                    T value,
            +                    int index)
            +
          • +
          + + + +
            +
          • +

            putImaginaryByteBuffer

            +
            public void putImaginaryByteBuffer(ByteBuffer buff)
            +
          • +
          + + + +
            +
          • +

            getImaginaryByteBuffer

            +
            public ByteBuffer getImaginaryByteBuffer()
            +
          • +
          + + + +
            +
          • +

            putRealByteBuffer

            +
            public void putRealByteBuffer(ByteBuffer buff)
            +
          • +
          + + + +
            +
          • +

            getRealByteBuffer

            +
            public ByteBuffer getRealByteBuffer()
            +
          • +
          + + + + + + + +
            +
          • +

            equals

            +
            public boolean equals(Object o)
            +
            +
            Overrides:
            +
            equals in class Object
            +
            +
          • +
          + + + +
            +
          • +

            hashCode

            +
            public int hashCode()
            +
            +
            Overrides:
            +
            hashCode in class Object
            +
            +
          • +
          + + + +
            +
          • +

            dispose

            +
            public void dispose()
            +
            +
            Overrides:
            +
            dispose in class MLArray
            +
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLObject.html b/javadoc/2.1.0/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..1b8a0ee --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLObject.html @@ -0,0 +1,342 @@ + + + + + +MLObject (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLObject

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MLObject
        +extends MLStructureObjectBase
        +
        This class represents Matlab's Object object (object array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLObject

            +
            public MLObject(String name,
            +                String className,
            +                int[] dimensions,
            +                int attributes)
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            getClassName

            +
            public String getClassName()
            +
          • +
          + + + +
            +
          • +

            setFields

            +
            public void setFields(int i,
            +                      Map<String,MLArray> structure)
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLSingle.html b/javadoc/2.1.0/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..b007cc6 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLSingle.html @@ -0,0 +1,390 @@ + + + + + +MLSingle (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLSingle

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLSingle

            +
            public MLSingle(String name,
            +                Float[] vals,
            +                int m)
            +
          • +
          + + + +
            +
          • +

            MLSingle

            +
            public MLSingle(String name,
            +                int[] dims,
            +                int type,
            +                int attributes)
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            createArray

            +
            public Float[] createArray(int m,
            +                           int n)
            +
          • +
          + + + +
            +
          • +

            buldFromBytes

            +
            public Float buldFromBytes(byte[] bytes)
            +
          • +
          + + + +
            +
          • +

            getByteArray

            +
            public byte[] getByteArray(Float value)
            +
          • +
          + + + +
            +
          • +

            getBytesAllocated

            +
            public int getBytesAllocated()
            +
          • +
          + + + +
            +
          • +

            getStorageClazz

            +
            public Class<?> getStorageClazz()
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLSparse.html b/javadoc/2.1.0/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..871ee8f --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLSparse.html @@ -0,0 +1,745 @@ + + + + + +MLSparse (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLSparse

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLSparse

            +
            public MLSparse(String name,
            +                int[] dims,
            +                int attributes,
            +                int nzmax)
            +
            +
            Parameters:
            +
            name -
            +
            dims -
            +
            attributes -
            +
            nzmax -
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + + + + + +
            +
          • +

            getMaxNZ

            +
            public int getMaxNZ()
            +
            Gets maximum number of non-zero values
            +
            +
            Returns:
            +
            +
          • +
          + + + +
            +
          • +

            getIR

            +
            public int[] getIR()
            +
            Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
            +
          • +
          + + + +
            +
          • +

            getIC

            +
            public int[] getIC()
            +
            Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
            +
          • +
          + + + +
            +
          • +

            getJC

            +
            public int[] getJC()
            +
            Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]?????????1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
            +
            +
            Returns:
            +
            +
          • +
          + + + +
            +
          • +

            createArray

            +
            public Double[] createArray(int m,
            +                            int n)
            +
          • +
          + + + +
            +
          • +

            getReal

            +
            public Double getReal(int m,
            +                      int n)
            +
            Description copied from class: MLNumericArray
            +
            Gets single real array element of A(m,n).
            +
            +
            Overrides:
            +
            getReal in class MLNumericArray<Double>
            +
            Parameters:
            +
            m - - row index
            +
            n - - column index
            +
            Returns:
            +
            - array element
            +
            +
          • +
          + + + + + + + +
            +
          • +

            setReal

            +
            public void setReal(Double value,
            +                    int m,
            +                    int n)
            +
            Description copied from class: MLNumericArray
            +
            Sets single real array element.
            +
            +
            Overrides:
            +
            setReal in class MLNumericArray<Double>
            +
            Parameters:
            +
            value -
            +
            m -
            +
            n -
            +
            +
          • +
          + + + +
            +
          • +

            setReal

            +
            public void setReal(Double value,
            +                    int index)
            +
            Description copied from class: MLNumericArray
            +
            Sets single real array element.
            +
            +
            Overrides:
            +
            setReal in class MLNumericArray<Double>
            +
            Parameters:
            +
            value -
            +
            index -
            +
            +
          • +
          + + + +
            +
          • +

            setImaginary

            +
            public void setImaginary(Double value,
            +                         int m,
            +                         int n)
            +
            Description copied from class: MLNumericArray
            +
            Sets single imaginary array element.
            +
            +
            Overrides:
            +
            setImaginary in class MLNumericArray<Double>
            +
            Parameters:
            +
            value -
            +
            m -
            +
            n -
            +
            +
          • +
          + + + + + + + +
            +
          • +

            getImaginary

            +
            public Double getImaginary(int m,
            +                           int n)
            +
            Description copied from class: MLNumericArray
            +
            Gets single imaginary array element of A(m,n).
            +
            +
            Overrides:
            +
            getImaginary in class MLNumericArray<Double>
            +
            Parameters:
            +
            m - - row index
            +
            n - - column index
            +
            Returns:
            +
            - array element
            +
            +
          • +
          + + + + + + + +
            +
          • +

            exportReal

            +
            public Double[] exportReal()
            +
            Returns the real part (PR) array. PR has length number-of-nonzero-values.
            +
            +
            Returns:
            +
            real part
            +
            +
          • +
          + + + +
            +
          • +

            exportImaginary

            +
            public Double[] exportImaginary()
            +
            Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
            +
            +
            Returns:
            +
            +
          • +
          + + + + + + + +
            +
          • +

            getBytesAllocated

            +
            public int getBytesAllocated()
            +
          • +
          + + + +
            +
          • +

            buldFromBytes

            +
            public Double buldFromBytes(byte[] bytes)
            +
          • +
          + + + +
            +
          • +

            getByteArray

            +
            public byte[] getByteArray(Double value)
            +
          • +
          + + + +
            +
          • +

            getStorageClazz

            +
            public Class<Double> getStorageClazz()
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLStructure.html b/javadoc/2.1.0/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..33d4271 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLStructure.html @@ -0,0 +1,305 @@ + + + + + +MLStructure (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLStructure

      +
      +
      + +
      +
        +
      • +
        +
        +
        public class MLStructure
        +extends MLStructureObjectBase
        +
        This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLStructure

            +
            public MLStructure(String name,
            +                   int[] dims)
            +
          • +
          + + + +
            +
          • +

            MLStructure

            +
            public MLStructure(String name,
            +                   int[] dims,
            +                   int attributes)
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLStructureObjectBase.html b/javadoc/2.1.0/com/jmatio/types/MLStructureObjectBase.html new file mode 100644 index 0000000..9a7d386 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLStructureObjectBase.html @@ -0,0 +1,599 @@ + + + + + +MLStructureObjectBase (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLStructureObjectBase

      +
      +
      + +
      +
        +
      • +
        +
        Direct Known Subclasses:
        +
        MLObject, MLStructure
        +
        +
        +
        +
        public abstract class MLStructureObjectBase
        +extends MLArray
        +
        Base class for MLStructure and MLObject. + + Note: array of structures can contain only structures of the same type + , that means structures must have the same field names.
        +
      • +
      +
      +
      + +
      +
      +
        +
      • + + + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLStructureObjectBase

            +
            protected MLStructureObjectBase(String name,
            +                                int[] dims,
            +                                int type,
            +                                int attributes)
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            setField

            +
            public void setField(String name,
            +                     MLArray value)
            +
            Sets field for current structure
            +
            +
            Parameters:
            +
            name - - name of the field
            +
            value - - MLArray field value
            +
            +
          • +
          + + + +
            +
          • +

            setField

            +
            public void setField(String name,
            +                     MLArray value,
            +                     int m,
            +                     int n)
            +
            Sets field for (m,n)'th structure in struct array
            +
            +
            Parameters:
            +
            name - - name of the field
            +
            value - - MLArray field value
            +
            m -
            +
            n -
            +
            +
          • +
          + + + +
            +
          • +

            setField

            +
            public void setField(String name,
            +                     MLArray value,
            +                     int index)
            +
            Sets filed for structure described by index in struct array
            +
            +
            Parameters:
            +
            name - - name of the field
            +
            value - - MLArray field value
            +
            index -
            +
            +
          • +
          + + + +
            +
          • +

            getMaxFieldLenth

            +
            public int getMaxFieldLenth()
            +
            Gets the maximum length of field descriptor
            +
            +
            Returns:
            +
            +
          • +
          + + + +
            +
          • +

            getKeySetToByteArray

            +
            public byte[] getKeySetToByteArray()
            +
            Dumps field names to byte array. Field names are written as Zero End Strings
            +
            +
            Returns:
            +
            +
          • +
          + + + +
            +
          • +

            getAllFields

            +
            public Collection<MLArray> getAllFields()
            +
            Gets all field from sruct array as flat list of fields.
            +
            +
            Returns:
            +
            +
          • +
          + + + + + + + +
            +
          • +

            getField

            +
            public MLArray getField(String name)
            +
            Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
            +
            +
            Parameters:
            +
            name -
            +
            Returns:
            +
            +
          • +
          + + + +
            +
          • +

            getFields

            +
            public Map<String,MLArray> getFields(int i)
            +
            Returns all the fields for the given index.
            +
          • +
          + + + +
            +
          • +

            getField

            +
            public MLArray getField(String name,
            +                        int m,
            +                        int n)
            +
            Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
            +
            +
            Parameters:
            +
            name -
            +
            m -
            +
            n -
            +
            Returns:
            +
            +
          • +
          + + + +
            +
          • +

            getField

            +
            public MLArray getField(String name,
            +                        int index)
            +
            Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
            +
            +
            Parameters:
            +
            name -
            +
            index -
            +
            Returns:
            +
            value of the field or null if the field doesn't exist
            +
            +
          • +
          + + + + +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLUInt16.html b/javadoc/2.1.0/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..9143528 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLUInt16

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLUInt16

            +
            public MLUInt16(String name,
            +                int[] dims,
            +                int type,
            +                int attributes)
            +
          • +
          + + + +
            +
          • +

            MLUInt16

            +
            public MLUInt16(String name,
            +                Short[] vals,
            +                int m)
            +
          • +
          + + + +
            +
          • +

            MLUInt16

            +
            public MLUInt16(String name,
            +                int[] dims)
            +
          • +
          + + + +
            +
          • +

            MLUInt16

            +
            public MLUInt16(String name,
            +                short[][] vals)
            +
          • +
          + + + +
            +
          • +

            MLUInt16

            +
            public MLUInt16(String name,
            +                short[] vals,
            +                int m)
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLUInt32.html b/javadoc/2.1.0/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..f2facdd --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLUInt32

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLUInt32

            +
            public MLUInt32(String name,
            +                int[] dims,
            +                int type,
            +                int attributes)
            +
          • +
          + + + +
            +
          • +

            MLUInt32

            +
            public MLUInt32(String name,
            +                int[] vals,
            +                int m)
            +
          • +
          + + + +
            +
          • +

            MLUInt32

            +
            public MLUInt32(String name,
            +                int[] dims)
            +
          • +
          + + + +
            +
          • +

            MLUInt32

            +
            public MLUInt32(String name,
            +                int[][] vals)
            +
          • +
          + + + +
            +
          • +

            MLUInt32

            +
            public MLUInt32(String name,
            +                Integer[] vals,
            +                int m)
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLUInt64.html b/javadoc/2.1.0/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..1954213 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLUInt64.html @@ -0,0 +1,511 @@ + + + + + +MLUInt64 (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLUInt64

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLUInt64

            +
            public MLUInt64(String name,
            +                int[] dims,
            +                int type,
            +                int attributes)
            +
            Normally this constructor is used only by MatFileReader and MatFileWriter
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            type - - array type: here mxDOUBLE_CLASS
            +
            attributes - - array flags
            +
            +
          • +
          + + + +
            +
          • +

            MLUInt64

            +
            public MLUInt64(String name,
            +                int[] dims)
            +
            Create a MLUInt64 array with given name, + and dimensions.
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            +
          • +
          + + + +
            +
          • +

            MLUInt64

            +
            public MLUInt64(String name,
            +                Long[] vals,
            +                int m)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          + + + +
            +
          • +

            MLUInt64

            +
            public MLUInt64(String name,
            +                long[][] vals)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - two-dimensional array of values
            +
            +
          • +
          + + + +
            +
          • +

            MLUInt64

            +
            public MLUInt64(String name,
            +                long[] vals,
            +                int m)
            +
            Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            createArray

            +
            public Long[] createArray(int m,
            +                          int n)
            +
          • +
          + + + +
            +
          • +

            getArray

            +
            public long[][] getArray()
            +
            Gets two-dimensional real array.
            +
            +
            Returns:
            +
            - 2D real array
            +
            +
          • +
          + + + +
            +
          • +

            buldFromBytes

            +
            public Long buldFromBytes(byte[] bytes)
            +
          • +
          + + + +
            +
          • +

            getBytesAllocated

            +
            public int getBytesAllocated()
            +
          • +
          + + + +
            +
          • +

            getStorageClazz

            +
            public Class<Long> getStorageClazz()
            +
          • +
          + + + +
            +
          • +

            getByteArray

            +
            public byte[] getByteArray(Long value)
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/MLUInt8.html b/javadoc/2.1.0/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..7efb847 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/MLUInt8.html @@ -0,0 +1,535 @@ + + + + + +MLUInt8 (matfilerw 2.1.0 API) + + + + + + + + + + + + +
      +
      com.jmatio.types
      +

      Class MLUInt8

      +
      +
      + +
      + +
      +
      + +
      +
      +
        +
      • + +
          +
        • + + +

          Constructor Detail

          + + + +
            +
          • +

            MLUInt8

            +
            public MLUInt8(String name,
            +               int[] dims,
            +               int type,
            +               int attributes)
            +
            Normally this constructor is used only by MatFileReader and MatFileWriter
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            type - - array type: here mxDOUBLE_CLASS
            +
            attributes - - array flags
            +
            +
          • +
          + + + +
            +
          • +

            MLUInt8

            +
            public MLUInt8(String name,
            +               int[] dims)
            +
            Create a MLUInt8 array with given name, + and dimensions.
            +
            +
            Parameters:
            +
            name - - array name
            +
            dims - - array dimensions
            +
            +
          • +
          + + + +
            +
          • +

            MLUInt8

            +
            public MLUInt8(String name,
            +               Byte[] vals,
            +               int m)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          + + + +
            +
          • +

            MLUInt8

            +
            public MLUInt8(String name,
            +               byte[][] vals)
            +
            Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - two-dimensional array of values
            +
            +
          • +
          + + + +
            +
          • +

            MLUInt8

            +
            public MLUInt8(String name,
            +               byte[] vals,
            +               int m)
            +
            Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
            +
            +
            Parameters:
            +
            name - - array name
            +
            vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
            +
            m - - Number of rows
            +
            +
          • +
          +
        • +
        + +
          +
        • + + +

          Method Detail

          + + + +
            +
          • +

            createArray

            +
            public Byte[] createArray(int m,
            +                          int n)
            +
          • +
          + + + +
            +
          • +

            getArray

            +
            public byte[][] getArray()
            +
            Gets two-dimensional real array.
            +
            +
            Returns:
            +
            - 2D real array
            +
            +
          • +
          + + + +
            +
          • +

            buldFromBytes

            +
            public Byte buldFromBytes(byte[] bytes)
            +
          • +
          + + + +
            +
          • +

            getByteArray

            +
            public byte[] getByteArray(Byte value)
            +
          • +
          + + + +
            +
          • +

            getBytesAllocated

            +
            public int getBytesAllocated()
            +
          • +
          + + + +
            +
          • +

            getStorageClazz

            +
            public Class<Byte> getStorageClazz()
            +
          • +
          + + + +
            +
          • +

            _get

            +
            protected Byte _get(ByteBuffer buffer,
            +                    int index)
            +
            Override to accelerate the performance
            +
            +
            Overrides:
            +
            _get in class MLNumericArray<Byte>
            +
            See Also:
            +
            com.jmatio.types.MLNumericArray#get(java.nio.ByteBuffer, int)
            +
            +
          • +
          +
        • +
        +
      • +
      +
      +
      + + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/package-frame.html b/javadoc/2.1.0/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..8a1a1eb --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/package-frame.html @@ -0,0 +1,44 @@ + + + + + +com.jmatio.types (matfilerw 2.1.0 API) + + + + + +

      com.jmatio.types

      + + + diff --git a/javadoc/2.1.0/com/jmatio/types/package-summary.html b/javadoc/2.1.0/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..4e6548e --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/package-summary.html @@ -0,0 +1,253 @@ + + + + + +com.jmatio.types (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Package com.jmatio.types

      +
      +
      + +
      + + + + + + diff --git a/javadoc/2.1.0/com/jmatio/types/package-tree.html b/javadoc/2.1.0/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..4695669 --- /dev/null +++ b/javadoc/2.1.0/com/jmatio/types/package-tree.html @@ -0,0 +1,176 @@ + + + + + +com.jmatio.types Class Hierarchy (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Hierarchy For Package com.jmatio.types

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +

      Interface Hierarchy

      + +
      + + + + + + diff --git a/javadoc/2.1.0/constant-values.html b/javadoc/2.1.0/constant-values.html new file mode 100644 index 0000000..e3a021e --- /dev/null +++ b/javadoc/2.1.0/constant-values.html @@ -0,0 +1,564 @@ + + + + + +Constant Field Values (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Constant Field Values

      +

      Contents

      + +
      +
      + + +

      com.jmatio.*

      + + + +
      + + + + + + diff --git a/javadoc/2.1.0/deprecated-list.html b/javadoc/2.1.0/deprecated-list.html new file mode 100644 index 0000000..3c65360 --- /dev/null +++ b/javadoc/2.1.0/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Deprecated API

      +

      Contents

      + +
      +
      + + +
        +
      • + + + + + + + + + + +
        Deprecated Methods 
        Method and Description
        com.jmatio.io.MatFileReader.getData() +
        use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
        +
        +
      • +
      +
      + + + + + + diff --git a/javadoc/2.1.0/help-doc.html b/javadoc/2.1.0/help-doc.html new file mode 100644 index 0000000..d4ad1a0 --- /dev/null +++ b/javadoc/2.1.0/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      How This API Document Is Organized

      +
      This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
      +
      +
      +
        +
      • +

        Overview

        +

        The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

        +
      • +
      • +

        Package

        +

        Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

        +
          +
        • Interfaces (italic)
        • +
        • Classes
        • +
        • Enums
        • +
        • Exceptions
        • +
        • Errors
        • +
        • Annotation Types
        • +
        +
      • +
      • +

        Class/Interface

        +

        Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

        +
          +
        • Class inheritance diagram
        • +
        • Direct Subclasses
        • +
        • All Known Subinterfaces
        • +
        • All Known Implementing Classes
        • +
        • Class/interface declaration
        • +
        • Class/interface description
        • +
        +
          +
        • Nested Class Summary
        • +
        • Field Summary
        • +
        • Constructor Summary
        • +
        • Method Summary
        • +
        +
          +
        • Field Detail
        • +
        • Constructor Detail
        • +
        • Method Detail
        • +
        +

        Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

        +
      • +
      • +

        Annotation Type

        +

        Each annotation type has its own separate page with the following sections:

        +
          +
        • Annotation Type declaration
        • +
        • Annotation Type description
        • +
        • Required Element Summary
        • +
        • Optional Element Summary
        • +
        • Element Detail
        • +
        +
      • +
      • +

        Enum

        +

        Each enum has its own separate page with the following sections:

        +
          +
        • Enum declaration
        • +
        • Enum description
        • +
        • Enum Constant Summary
        • +
        • Enum Constant Detail
        • +
        +
      • +
      • +

        Tree (Class Hierarchy)

        +

        There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

        +
          +
        • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
        • +
        • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
        • +
        +
      • +
      • +

        Deprecated API

        +

        The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

        +
      • +
      • +

        Index

        +

        The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

        +
      • +
      • +

        Prev/Next

        +

        These links take you to the next or previous class, interface, package, or related page.

        +
      • +
      • +

        Frames/No Frames

        +

        These links show and hide the HTML frames. All pages are available with or without frames.

        +
      • +
      • +

        All Classes

        +

        The All Classes link shows all classes and interfaces except non-static nested types.

        +
      • +
      • +

        Serialized Form

        +

        Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

        +
      • +
      • +

        Constant Field Values

        +

        The Constant Field Values page lists the static final fields and their values.

        +
      • +
      +This help file applies to API documentation generated using the standard doclet.
      + + + + + + diff --git a/javadoc/2.1.0/index-all.html b/javadoc/2.1.0/index-all.html new file mode 100644 index 0000000..8a1de92 --- /dev/null +++ b/javadoc/2.1.0/index-all.html @@ -0,0 +1,1431 @@ + + + + + +Index (matfilerw 2.1.0 API) + + + + + + + + + + + +
      A B C D E G H I M N P Q R S T V W _  + + +

      A

      +
      +
      addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
      +
      +
      Add array name to the filter.
      +
      +
      allocate() - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      allocate() - Method in class com.jmatio.types.MLSparse
      +
       
      +
      attributes - Variable in class com.jmatio.types.MLArray
      +
       
      +
      + + + +

      B

      +
      +
      buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
      +
      +
      Returns the backing ByteBuffer
      +
      +
      BufferedOutputStream - Class in com.jmatio.io.stream
      +
       
      +
      BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
      +
       
      +
      buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
      +
       
      +
      buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
      +
       
      +
      buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
      +
       
      +
      buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
      +
       
      +
      buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
      +
       
      +
      buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
      +
       
      +
      buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
      +
       
      +
      buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
      +
       
      +
      buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
      +
       
      +
      buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
      +
       
      +
      ByteBufferInputStream - Class in com.jmatio.io.stream
      +
       
      +
      ByteBufferInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
      +
       
      +
      ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
      +
       
      +
      + + + +

      C

      +
      +
      cells() - Method in class com.jmatio.types.MLCell
      +
       
      +
      CHARSET - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      close() - Method in class com.jmatio.io.MatFileIncrementalWriter
      +
       
      +
      com.jmatio.common - package com.jmatio.common
      +
       
      +
      com.jmatio.common.util - package com.jmatio.common.util
      +
       
      +
      com.jmatio.io - package com.jmatio.io
      +
       
      +
      com.jmatio.io.stream - package com.jmatio.io.stream
      +
       
      +
      com.jmatio.types - package com.jmatio.types
      +
       
      +
      contentToString() - Method in class com.jmatio.types.MLArray
      +
       
      +
      contentToString() - Method in class com.jmatio.types.MLCell
      +
       
      +
      contentToString() - Method in class com.jmatio.types.MLChar
      +
       
      +
      contentToString() - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      contentToString() - Method in class com.jmatio.types.MLSparse
      +
       
      +
      contentToString() - Method in class com.jmatio.types.MLStructureObjectBase
      +
       
      +
      createArray(int, int) - Method in interface com.jmatio.types.GenericArrayCreator
      +
       
      +
      createArray(int, int) - Method in class com.jmatio.types.MLChar
      +
       
      +
      createArray(int, int) - Method in class com.jmatio.types.MLDouble
      +
       
      +
      createArray(int, int) - Method in class com.jmatio.types.MLInt16
      +
       
      +
      createArray(int, int) - Method in class com.jmatio.types.MLInt32
      +
       
      +
      createArray(int, int) - Method in class com.jmatio.types.MLInt64
      +
       
      +
      createArray(int, int) - Method in class com.jmatio.types.MLInt8
      +
       
      +
      createArray(int, int) - Method in class com.jmatio.types.MLSingle
      +
       
      +
      createArray(int, int) - Method in class com.jmatio.types.MLSparse
      +
       
      +
      createArray(int, int) - Method in class com.jmatio.types.MLUInt64
      +
       
      +
      createArray(int, int) - Method in class com.jmatio.types.MLUInt8
      +
       
      +
      createHeader() - Static method in class com.jmatio.io.MatFileHeader
      +
      +
      A factory.
      +
      +
      + + + +

      D

      +
      +
      DEFAULT_ENDIAN - Static variable in class com.jmatio.io.MatFileHeader
      +
       
      +
      DEFAULT_NAME - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
      +
       
      +
      dims - Variable in class com.jmatio.types.MLArray
      +
       
      +
      DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
      +
       
      +
      dispose() - Method in class com.jmatio.types.MLArray
      +
       
      +
      dispose() - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      + + + +

      E

      +
      +
      equals(Object) - Method in class com.jmatio.types.MLChar
      +
       
      +
      equals(Object) - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      exportChar() - Method in class com.jmatio.types.MLChar
      +
       
      +
      exportImaginary() - Method in class com.jmatio.types.MLSparse
      +
      +
      Returns the imaginary part (PI) array.
      +
      +
      exportReal() - Method in class com.jmatio.types.MLSparse
      +
      +
      Returns the real part (PR) array.
      +
      +
      + + + +

      G

      +
      +
      GenericArrayCreator<T> - Interface in com.jmatio.types
      +
       
      +
      get(int, int) - Method in class com.jmatio.types.MLCell
      +
       
      +
      get(int) - Method in class com.jmatio.types.MLCell
      +
       
      +
      get(int, int) - Method in class com.jmatio.types.MLNumericArray
      +
      +
      Does the same as getReal.
      +
      +
      get(int) - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      getAllFields() - Method in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Gets all field from sruct array as flat list of fields.
      +
      +
      getArray() - Method in class com.jmatio.types.MLDouble
      +
      +
      Gets two-dimensional real array.
      +
      +
      getArray() - Method in class com.jmatio.types.MLInt16
      +
      +
      Gets two-dimensional real array.
      +
      +
      getArray() - Method in class com.jmatio.types.MLInt32
      +
      +
      Gets two-dimensional real array.
      +
      +
      getArray() - Method in class com.jmatio.types.MLInt64
      +
      +
      Gets two-dimensional real array.
      +
      +
      getArray() - Method in class com.jmatio.types.MLInt8
      +
      +
      Gets two-dimensional real array.
      +
      +
      getArray() - Method in class com.jmatio.types.MLUInt64
      +
      +
      Gets two-dimensional real array.
      +
      +
      getArray() - Method in class com.jmatio.types.MLUInt8
      +
      +
      Gets two-dimensional real array.
      +
      +
      getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
      +
       
      +
      getByteArray(Double) - Method in class com.jmatio.types.MLDouble
      +
       
      +
      getByteArray(Short) - Method in class com.jmatio.types.MLInt16
      +
       
      +
      getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
      +
       
      +
      getByteArray(Long) - Method in class com.jmatio.types.MLInt64
      +
       
      +
      getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
      +
       
      +
      getByteArray(Float) - Method in class com.jmatio.types.MLSingle
      +
       
      +
      getByteArray(Double) - Method in class com.jmatio.types.MLSparse
      +
       
      +
      getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
      +
       
      +
      getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
      +
       
      +
      getByteBuffer() - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
      +
       
      +
      getByteOrder() - Method in class com.jmatio.io.MatFileHeader
      +
       
      +
      getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
      +
       
      +
      getBytesAllocated() - Method in class com.jmatio.types.MLDouble
      +
       
      +
      getBytesAllocated() - Method in class com.jmatio.types.MLInt16
      +
       
      +
      getBytesAllocated() - Method in class com.jmatio.types.MLInt32
      +
       
      +
      getBytesAllocated() - Method in class com.jmatio.types.MLInt64
      +
       
      +
      getBytesAllocated() - Method in class com.jmatio.types.MLInt8
      +
       
      +
      getBytesAllocated() - Method in class com.jmatio.types.MLSingle
      +
       
      +
      getBytesAllocated() - Method in class com.jmatio.types.MLSparse
      +
       
      +
      getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
      +
       
      +
      getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
      +
       
      +
      getChar(int, int) - Method in class com.jmatio.types.MLChar
      +
       
      +
      getClassName() - Method in class com.jmatio.types.MLJavaObject
      +
       
      +
      getClassName() - Method in class com.jmatio.types.MLObject
      +
       
      +
      getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
      +
      +
      Returns the content of the field/cell/object.
      +
      +
      getContent() - Method in class com.jmatio.io.MatFile
      +
       
      +
      getContent() - Method in class com.jmatio.io.MatFileReader
      +
      +
      Returns a map of MLArray objects that were inside MAT-file.
      +
      +
      getContent() - Method in class com.jmatio.types.MLJavaObject
      +
       
      +
      getData() - Method in class com.jmatio.io.MatFileReader
      +
      +
      Deprecated. +
      use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
      +
      +
      +
      getDescription() - Method in class com.jmatio.io.MatFileHeader
      +
      +
      Gets descriptive text
      +
      +
      getDimensions() - Method in class com.jmatio.types.MLArray
      +
       
      +
      getEndianIndicator() - Method in class com.jmatio.io.MatFileHeader
      +
      +
      Gets endian indicator.
      +
      +
      getField(String) - Method in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
      +
      +
      getField(String, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
      +
      +
      getField(String, int) - Method in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
      +
      +
      getFieldNames() - Method in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Returns the Collection of keys for this structure.
      +
      +
      getFields(int) - Method in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Returns all the fields for the given index.
      +
      +
      getFlags() - Method in class com.jmatio.types.MLArray
      +
       
      +
      getHeader() - Method in class com.jmatio.io.MatFile
      +
       
      +
      getIC() - Method in class com.jmatio.types.MLSparse
      +
      +
      Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
      +
      +
      getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
      +
      +
      Gets single imaginary array element of A(m,n).
      +
      +
      getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
      +
       
      +
      getImaginary(int) - Method in class com.jmatio.types.MLSparse
      +
       
      +
      getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      getIndex(int, int) - Method in class com.jmatio.types.MLArray
      +
       
      +
      getIndex(int, int) - Method in class com.jmatio.types.MLCell
      +
       
      +
      getIR() - Method in class com.jmatio.types.MLSparse
      +
      +
      Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
      +
      +
      getJC() - Method in class com.jmatio.types.MLSparse
      +
      +
      Gets column indices.
      +
      +
      getKeySetToByteArray() - Method in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Dumps field names to byte array.
      +
      +
      getM() - Method in class com.jmatio.types.MLArray
      +
       
      +
      getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
      +
      +
      Gets MAT-file header
      +
      +
      getMaxFieldLenth() - Method in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Gets the maximum length of field descriptor
      +
      +
      getMaxNZ() - Method in class com.jmatio.types.MLSparse
      +
      +
      Gets maximum number of non-zero values
      +
      +
      getMLArray(String) - Method in class com.jmatio.io.MatFileReader
      +
      +
      Returns the value to which the red file maps the specified array name.
      +
      +
      getN() - Method in class com.jmatio.types.MLArray
      +
       
      +
      getName() - Method in class com.jmatio.types.MLArray
      +
      +
      Gets array name
      +
      +
      getNameToByteArray() - Method in class com.jmatio.types.MLArray
      +
       
      +
      getNDimensions() - Method in class com.jmatio.types.MLArray
      +
       
      +
      getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
      +
      +
      Gets single real array element of A(m,n).
      +
      +
      getReal(int) - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      getReal(int, int) - Method in class com.jmatio.types.MLSparse
      +
       
      +
      getReal(int) - Method in class com.jmatio.types.MLSparse
      +
       
      +
      getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      getSize() - Method in class com.jmatio.types.MLArray
      +
       
      +
      getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
      +
       
      +
      getStorageClazz() - Method in class com.jmatio.types.MLDouble
      +
       
      +
      getStorageClazz() - Method in class com.jmatio.types.MLInt16
      +
       
      +
      getStorageClazz() - Method in class com.jmatio.types.MLInt32
      +
       
      +
      getStorageClazz() - Method in class com.jmatio.types.MLInt64
      +
       
      +
      getStorageClazz() - Method in class com.jmatio.types.MLInt8
      +
       
      +
      getStorageClazz() - Method in class com.jmatio.types.MLSingle
      +
       
      +
      getStorageClazz() - Method in class com.jmatio.types.MLSparse
      +
       
      +
      getStorageClazz() - Method in class com.jmatio.types.MLUInt64
      +
       
      +
      getStorageClazz() - Method in class com.jmatio.types.MLUInt8
      +
       
      +
      getString(int) - Method in class com.jmatio.types.MLChar
      +
      +
      Gets the m-th character matrix's row as String.
      +
      +
      getType() - Method in class com.jmatio.types.MLArray
      +
       
      +
      getVersion() - Method in class com.jmatio.io.MatFileHeader
      +
      +
      When creating a MAT-file, set version to 0x0100
      +
      +
      + + + +

      H

      +
      +
      hashCode() - Method in class com.jmatio.types.MLChar
      +
       
      +
      hashCode() - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
      +
       
      +
      HeapBufferDataOutputStream - Class in com.jmatio.io.stream
      +
       
      +
      HeapBufferDataOutputStream() - Constructor for class com.jmatio.io.stream.HeapBufferDataOutputStream
      +
       
      +
      + + + +

      I

      +
      +
      instantiateObject() - Method in class com.jmatio.types.MLJavaObject
      +
      +
      Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
      +
      +
      isCell() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isChar() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isComplex() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isDouble() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isEmpty() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isFunctionObject() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isInt16() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isInt32() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isInt64() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isInt8() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isLogical() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isObject() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isOpaque() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isSingle() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isSparse() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isStruct() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isUint16() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isUint32() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isUint64() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isUint8() - Method in class com.jmatio.types.MLArray
      +
       
      +
      isUnknown() - Method in class com.jmatio.types.MLArray
      +
       
      +
      + + + +

      M

      +
      +
      matches(String) - Method in class com.jmatio.io.MatFileFilter
      +
      +
      Test if given name matches the filter.
      +
      +
      MatDataTypes - Class in com.jmatio.common
      +
      +
      MAT-file data types
      +
      +
      MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
      +
       
      +
      MatFile - Class in com.jmatio.io
      +
      +
      MatFileReader's API is vague.
      +
      +
      MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
      +
       
      +
      MatFileFilter - Class in com.jmatio.io
      +
      +
      File filter.
      +
      +
      MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
      +
      +
      Creates empty filter intance.
      +
      +
      MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
      +
      +
      Create filter intance and add array names.
      +
      +
      MatFileHeader - Class in com.jmatio.io
      +
      +
      MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
      +
      +
      MatFileHeader(String, int, ByteOrder) - Constructor for class com.jmatio.io.MatFileHeader
      +
      +
      New MAT-file header
      +
      +
      MatFileIncrementalWriter - Class in com.jmatio.io
      +
      +
      MAT-file Incremental writer.
      +
      +
      MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
      +
      +
      Creates a writer to a file given the filename.
      +
      +
      MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
      +
      +
      Creats a writer to a file given the File object.
      +
      +
      MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
      +
      +
      Creates a writer for a file, given an output channel to the file..
      +
      +
      MatFileInputStream - Class in com.jmatio.io.stream
      +
      +
      MAT-file input stream class.
      +
      +
      MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
      +
      +
      Attach MAT-file input stream to InputStream
      +
      +
      MatFileReader - Class in com.jmatio.io
      +
       
      +
      MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
      +
      +
      Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
      +
      +
      MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
      +
      +
      Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
      +
      +
      MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
      +
      +
      Creates instance of MatFileReader and reads MAT-file + from file.
      +
      +
      MatFileReader(File, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
      +
      +
      Creates instance of MatFileReader and reads MAT-file from + file.
      +
      +
      MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
      +
       
      +
      MatFileReader(MatFileType) - Constructor for class com.jmatio.io.MatFileReader
      +
       
      +
      MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
      +
       
      +
      MatFileReader(InputStream, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
      +
      +
      Creates instance of MatFileReader and reads MAT-file from + file.
      +
      +
      MatFileReader(InputStream, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
      +
      +
      Creates instance of MatFileReader and reads MAT-file from + file.
      +
      +
      MatFileType - Enum in com.jmatio.io
      +
      +
      Describes the type of Mat file.
      +
      +
      MatFileWriter - Class in com.jmatio.io
      +
      +
      MAT-file writer.
      +
      +
      MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
      +
      +
      Creates the new MatFileWriter instance
      +
      +
      MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
      +
      +
      Writes MLArrays into file given by fileName.
      +
      +
      MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
      +
      +
      Writes MLArrays into File.
      +
      +
      MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
      +
      +
      Writes MLArrays into OuputSteram.
      +
      +
      MatlabIOException - Exception in com.jmatio.io
      +
      +
      MAT-file reader/writer exception
      +
      +
      MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
      +
       
      +
      MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
      +
       
      +
      miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miINT16 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miINT32 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miINT64 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miINT8 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
      +
       
      +
      MLArray - Class in com.jmatio.types
      +
       
      +
      MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
      +
       
      +
      MLArrayQuery - Class in com.jmatio.common.util
      +
      +
      The JMatIO query parser.
      +
      +
      MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
      +
       
      +
      MLCell - Class in com.jmatio.types
      +
       
      +
      MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
      +
       
      +
      MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
      +
       
      +
      MLChar - Class in com.jmatio.types
      +
       
      +
      MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
      +
      +
      Creates the 1 x String.length() MLChar from the given + String.
      +
      +
      MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
      +
      +
      Create the MLChar from array of Strings.
      +
      +
      MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
      +
      +
      Added method to allow initialization of a char array representing + an array of strings.
      +
      +
      MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
      +
       
      +
      MLDouble - Class in com.jmatio.types
      +
      +
      Class represents Double array (matrix)
      +
      +
      MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
      +
      +
      Normally this constructor is used only by MatFileReader and MatFileWriter
      +
      +
      MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
      +
      +
      Create a MLDouble array with given name, + and dimensions.
      +
      +
      MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
      +
      +
      MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
      +
      +
      MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
      +
      +
      Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
      +
      +
      MLEmptyArray - Class in com.jmatio.types
      +
       
      +
      MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
      +
       
      +
      MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
      +
       
      +
      MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
      +
       
      +
      MLInt16 - Class in com.jmatio.types
      +
      +
      Class represents Int16 array (matrix)
      +
      +
      MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
      +
      +
      Normally this constructor is used only by MatFileReader and MatFileWriter
      +
      +
      MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
      +
      +
      Create a MLSingle array with given name, + and dimensions.
      +
      +
      MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
      +
      +
      MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
      +
      +
      MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
      +
      +
      Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
      +
      +
      MLInt32 - Class in com.jmatio.types
      +
       
      +
      MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
      +
      +
      Normally this constructor is used only by MatFileReader and MatFileWriter
      +
      +
      MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
      +
      +
      Create a MLInt64 array with given name, + and dimensions.
      +
      +
      MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
      +
      +
      MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
      +
      +
      MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
      +
      +
      Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
      +
      +
      MLInt64 - Class in com.jmatio.types
      +
      +
      Class represents Int64 (long) array (matrix)
      +
      +
      MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
      +
      +
      Normally this constructor is used only by MatFileReader and MatFileWriter
      +
      +
      MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
      +
      +
      Create a MLInt64 array with given name, + and dimensions.
      +
      +
      MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
      +
      +
      MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
      +
      +
      MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
      +
      +
      Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
      +
      +
      MLInt8 - Class in com.jmatio.types
      +
       
      +
      MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
      +
      +
      Normally this constructor is used only by MatFileReader and MatFileWriter
      +
      +
      MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
      +
      +
      Create a MLUInt8 array with given name, + and dimensions.
      +
      +
      MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
      +
      +
      MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
      +
      +
      MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
      +
      +
      Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
      +
      +
      MLJavaObject - Class in com.jmatio.types
      +
       
      +
      MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
      +
       
      +
      MLNumericArray<T extends Number> - Class in com.jmatio.types
      +
       
      +
      MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
      +
      +
      Normally this constructor is used only by MatFileReader and MatFileWriter
      +
      +
      MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
      +
      +
      MLObject - Class in com.jmatio.types
      +
      +
      This class represents Matlab's Object object (object array).
      +
      +
      MLObject(String, String, int[], int) - Constructor for class com.jmatio.types.MLObject
      +
       
      +
      MLSingle - Class in com.jmatio.types
      +
       
      +
      MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
      +
       
      +
      MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
      +
       
      +
      MLSparse - Class in com.jmatio.types
      +
       
      +
      MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
      +
       
      +
      mlStructArray - Variable in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Array of structures
      +
      +
      MLStructure - Class in com.jmatio.types
      +
      +
      This class represents Matlab's Structure object (structure array).
      +
      +
      MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
      +
       
      +
      MLStructure(String, int[], int) - Constructor for class com.jmatio.types.MLStructure
      +
       
      +
      MLStructureObjectBase - Class in com.jmatio.types
      +
      +
      Base class for MLStructure and MLObject.
      +
      +
      MLStructureObjectBase(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructureObjectBase
      +
       
      +
      MLUInt16 - Class in com.jmatio.types
      +
       
      +
      MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
      +
       
      +
      MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
      +
       
      +
      MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
      +
       
      +
      MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
      +
       
      +
      MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
      +
       
      +
      MLUInt32 - Class in com.jmatio.types
      +
       
      +
      MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
      +
       
      +
      MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
      +
       
      +
      MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
      +
       
      +
      MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
      +
       
      +
      MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
      +
       
      +
      MLUInt64 - Class in com.jmatio.types
      +
      +
      Class represents Int64 (long) array (matrix)
      +
      +
      MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
      +
      +
      Normally this constructor is used only by MatFileReader and MatFileWriter
      +
      +
      MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
      +
      +
      Create a MLUInt64 array with given name, + and dimensions.
      +
      +
      MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
      +
      +
      MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
      +
      +
      MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
      +
      +
      Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
      +
      +
      MLUInt8 - Class in com.jmatio.types
      +
      +
      Class represents UInt8 (byte) array (matrix)
      +
      +
      MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
      +
      +
      Normally this constructor is used only by MatFileReader and MatFileWriter
      +
      +
      MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
      +
      +
      Create a MLUInt8 array with given name, + and dimensions.
      +
      +
      MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
      +
      +
      MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
      +
      +
      Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
      +
      +
      MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
      +
      +
      Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
      +
      +
      mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
      +
       
      +
      + + + +

      N

      +
      +
      name - Variable in class com.jmatio.types.MLArray
      +
       
      +
      + + + +

      P

      +
      +
      parseByteOrder(byte[]) - Static method in class com.jmatio.io.MatFileHeader
      +
      +
      Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
      +
      +
      parseFrom(String, byte[], byte[]) - Static method in class com.jmatio.io.MatFileHeader
      +
      +
      Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
      +
      +
      putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      + + + +

      Q

      +
      +
      q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
      +
       
      +
      query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
      +
      +
      Parses the query string and returns the object it refers to.
      +
      +
      + + + +

      R

      +
      +
      read(File) - Method in class com.jmatio.io.MatFileReader
      +
      +
      Reads the content of a MAT-file and returns the mapped content.
      +
      +
      read(InputStream) - Method in class com.jmatio.io.MatFileReader
      +
      +
      Reads the content of a MAT-file and returns the mapped content.
      +
      +
      read(File, int) - Method in class com.jmatio.io.MatFileReader
      +
      +
      Reads the content of a MAT-file and returns the mapped content.
      +
      +
      read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
      +
       
      +
      read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
      +
       
      +
      read(InputStream, MatFileFilter) - Method in class com.jmatio.io.MatFileReader
      +
      +
      Read a mat file from a stream.
      +
      +
      read() - Method in class com.jmatio.io.SimulinkDecoder
      +
       
      +
      read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
      +
       
      +
      read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
      +
       
      +
      readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
      +
      +
      Reads a bare set of bytes.
      +
      +
      readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
      +
       
      +
      readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
      +
      +
      Reads data (number of bytes red is determined by data type) + from the stream to char.
      +
      +
      readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
      +
      +
      Reads data (number of bytes red is determined by data type) + from the stream to double.
      +
      +
      readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
      +
      +
      Reads a full set of bytes (including the header).
      +
      +
      readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
      +
      +
      Reads a full set of bytes (including the header).
      +
      +
      readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
      +
      +
      Reads data (number of bytes red is determined by data type) + from the stream to int.
      +
      +
      readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
      +
      +
      Reads the data into a ByteBuffer.
      +
      +
      + + + +

      S

      +
      +
      set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
      +
       
      +
      set(MLArray, int) - Method in class com.jmatio.types.MLCell
      +
       
      +
      set(String) - Method in class com.jmatio.types.MLChar
      +
      +
      Populates the MLChar with the String value.
      +
      +
      set(String, int) - Method in class com.jmatio.types.MLChar
      +
      +
      Set one row, specifying the row.
      +
      +
      set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
      +
      +
      Does the same as setReal.
      +
      +
      set(T, int) - Method in class com.jmatio.types.MLNumericArray
      +
      +
      Does the same as setReal.
      +
      +
      set(T[]) - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      setChar(char, int) - Method in class com.jmatio.types.MLChar
      +
       
      +
      setField(String, MLArray) - Method in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Sets field for current structure
      +
      +
      setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Sets field for (m,n)'th structure in struct array
      +
      +
      setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructureObjectBase
      +
      +
      Sets filed for structure described by index in struct array
      +
      +
      setFields(int, Map<String, MLArray>) - Method in class com.jmatio.types.MLObject
      +
       
      +
      setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
      +
      +
      Sets single imaginary array element.
      +
      +
      setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
      +
      +
      Sets single real array element.
      +
      +
      setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
      +
       
      +
      setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
      +
       
      +
      setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
      +
      +
      Sets single real array element.
      +
      +
      setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
      +
      +
      Sets single real array element.
      +
      +
      setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
      +
      +
      Sets real part of matrix
      +
      +
      setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
      +
       
      +
      setReal(Double, int) - Method in class com.jmatio.types.MLSparse
      +
       
      +
      SimulinkDecoder - Class in com.jmatio.io
      +
      +
      This class decodes the Simulink base64 representation of a MAT file.
      +
      +
      SimulinkDecoder(String) - Constructor for class com.jmatio.io.SimulinkDecoder
      +
       
      +
      size() - Method in class com.jmatio.io.stream.BufferedOutputStream
      +
       
      +
      sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
      +
      +
      Return number of bytes for given type.
      +
      +
      skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
      +
       
      +
      + + + +

      T

      +
      +
      toString() - Method in class com.jmatio.io.MatFileHeader
      +
       
      +
      toString() - Method in class com.jmatio.types.MLArray
      +
       
      +
      type - Variable in class com.jmatio.types.MLArray
      +
       
      +
      typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
      +
      +
      Get String representation of a data type
      +
      +
      typeToString(int) - Static method in class com.jmatio.types.MLArray
      +
       
      +
      + + + +

      V

      +
      +
      valueOf(String) - Static method in enum com.jmatio.io.MatFileType
      +
      +
      Returns the enum constant of this type with the specified name.
      +
      +
      values() - Static method in enum com.jmatio.io.MatFileType
      +
      +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
      + + + +

      W

      +
      +
      write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
      +
       
      +
      write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
      +
      +
      Writes MLArrays into WritableByteChannel.
      +
      +
      write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
      +
      +
      Writes MLArrays into file created from + filepath.
      +
      +
      write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
      +
      +
      Writes MLArrays into File
      +
      +
      write(ByteBuffer) - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
      +
       
      +
      + + + +

      _

      +
      +
      _get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
      +
      +
      Override to accelerate the performance
      +
      +
      _get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      _get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
      +
      +
      Override to accelerate the performance
      +
      +
      _set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
      +
       
      +
      +A B C D E G H I M N P Q R S T V W _ 
      + + + + + + diff --git a/javadoc/2.1.0/index.html b/javadoc/2.1.0/index.html new file mode 100644 index 0000000..29edcc3 --- /dev/null +++ b/javadoc/2.1.0/index.html @@ -0,0 +1,74 @@ + + + + + +matfilerw 2.1.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/2.1.0/overview-frame.html b/javadoc/2.1.0/overview-frame.html new file mode 100644 index 0000000..5688f4a --- /dev/null +++ b/javadoc/2.1.0/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (matfilerw 2.1.0 API) + + + + + +

      com.diffplug.matsim:matfilerw:2.1.0 by DiffPlug

      + + +

       

      + + diff --git a/javadoc/2.1.0/overview-summary.html b/javadoc/2.1.0/overview-summary.html new file mode 100644 index 0000000..aa3c90e --- /dev/null +++ b/javadoc/2.1.0/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      matfilerw 2.1.0 API

      +
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Packages 
      PackageDescription
      com.jmatio.common 
      com.jmatio.common.util 
      com.jmatio.io 
      com.jmatio.io.stream 
      com.jmatio.types 
      +
      + + + + + + diff --git a/javadoc/2.1.0/overview-tree.html b/javadoc/2.1.0/overview-tree.html new file mode 100644 index 0000000..1b8031c --- /dev/null +++ b/javadoc/2.1.0/overview-tree.html @@ -0,0 +1,230 @@ + + + + + +Class Hierarchy (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Hierarchy For All Packages

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +

      Interface Hierarchy

      + +

      Enum Hierarchy

      + +
      + + + + + + diff --git a/javadoc/2.1.0/package-list b/javadoc/2.1.0/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/2.1.0/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/2.1.0/script.js b/javadoc/2.1.0/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/2.1.0/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/2.1.0/serialized-form.html b/javadoc/2.1.0/serialized-form.html new file mode 100644 index 0000000..3af9d55 --- /dev/null +++ b/javadoc/2.1.0/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (matfilerw 2.1.0 API) + + + + + + + + + + + +
      +

      Serialized Form

      +
      +
      + +
      + + + + + + diff --git a/javadoc/2.1.0/stylesheet.css b/javadoc/2.1.0/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/2.1.0/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From cdd5d3ffc45b98d11b58aefcfd343b57d9587c3c Mon Sep 17 00:00:00 2001 From: travis-ci Date: Thu, 10 Dec 2015 21:47:43 +0000 Subject: [PATCH 27/56] Lastest javadoc on successful travis build 44 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 6 +++--- javadoc/snapshot/allclasses-noframe.html | 6 +++--- .../snapshot/com/jmatio/common/MatDataTypes.html | 12 ++++++------ .../snapshot/com/jmatio/common/package-frame.html | 6 +++--- .../com/jmatio/common/package-summary.html | 12 ++++++------ .../snapshot/com/jmatio/common/package-tree.html | 12 ++++++------ .../com/jmatio/common/util/MLArrayQuery.html | 12 ++++++------ .../com/jmatio/common/util/package-frame.html | 6 +++--- .../com/jmatio/common/util/package-summary.html | 12 ++++++------ .../com/jmatio/common/util/package-tree.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFile.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 12 ++++++------ .../com/jmatio/io/MatFileIncrementalWriter.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileReader.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileType.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 12 ++++++------ .../snapshot/com/jmatio/io/MatlabIOException.html | 12 ++++++------ .../snapshot/com/jmatio/io/SimulinkDecoder.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/package-frame.html | 6 +++--- .../snapshot/com/jmatio/io/package-summary.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/package-tree.html | 12 ++++++------ .../com/jmatio/io/stream/BufferedOutputStream.html | 12 ++++++------ .../jmatio/io/stream/ByteBufferInputStream.html | 12 ++++++------ .../io/stream/HeapBufferDataOutputStream.html | 12 ++++++------ .../com/jmatio/io/stream/MatFileInputStream.html | 12 ++++++------ .../com/jmatio/io/stream/package-frame.html | 6 +++--- .../com/jmatio/io/stream/package-summary.html | 12 ++++++------ .../com/jmatio/io/stream/package-tree.html | 12 ++++++------ .../com/jmatio/types/ByteStorageSupport.html | 12 ++++++------ .../com/jmatio/types/GenericArrayCreator.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLArray.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLCell.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLChar.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLDouble.html | 12 ++++++------ .../snapshot/com/jmatio/types/MLEmptyArray.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt16.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt32.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt64.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt8.html | 12 ++++++------ .../snapshot/com/jmatio/types/MLJavaObject.html | 12 ++++++------ .../snapshot/com/jmatio/types/MLNumericArray.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLObject.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLSingle.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLSparse.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLStructure.html | 12 ++++++------ .../com/jmatio/types/MLStructureObjectBase.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt16.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt32.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt64.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt8.html | 12 ++++++------ .../snapshot/com/jmatio/types/package-frame.html | 6 +++--- .../snapshot/com/jmatio/types/package-summary.html | 12 ++++++------ .../snapshot/com/jmatio/types/package-tree.html | 12 ++++++------ javadoc/snapshot/constant-values.html | 12 ++++++------ javadoc/snapshot/deprecated-list.html | 12 ++++++------ javadoc/snapshot/help-doc.html | 12 ++++++------ javadoc/snapshot/index-all.html | 12 ++++++------ javadoc/snapshot/index.html | 4 ++-- javadoc/snapshot/overview-frame.html | 8 ++++---- javadoc/snapshot/overview-summary.html | 14 +++++++------- javadoc/snapshot/overview-tree.html | 12 ++++++------ javadoc/snapshot/serialized-form.html | 12 ++++++------ 63 files changed, 352 insertions(+), 352 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index 67f8a57..96a31c5 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,9 +2,9 @@ - -All Classes (matfilerw 2.1.0-SNAPSHOT API) - + +All Classes (matfilerw 2.2.0-SNAPSHOT API) + diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index fd708b8..e7b8524 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - -All Classes (matfilerw 2.1.0-SNAPSHOT API) - + +All Classes (matfilerw 2.2.0-SNAPSHOT API) + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index cfcb66f..20b4cd6 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - -MatDataTypes (matfilerw 2.1.0-SNAPSHOT API) - + +MatDataTypes (matfilerw 2.2.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 8407cb4..72b4156 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.common (matfilerw 2.1.0-SNAPSHOT API) - + +com.jmatio.common (matfilerw 2.2.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index ad8b275..4a69493 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.common.util (matfilerw 2.1.0-SNAPSHOT API) - + +com.jmatio.common.util (matfilerw 2.2.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 449cdde..8afc25b 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.io (matfilerw 2.1.0-SNAPSHOT API) - + +com.jmatio.io (matfilerw 2.2.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 84357e9..bb70759 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.io.stream (matfilerw 2.1.0-SNAPSHOT API) - + +com.jmatio.io.stream (matfilerw 2.2.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 1cf178e..2d719de 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.types (matfilerw 2.1.0-SNAPSHOT API) - + +com.jmatio.types (matfilerw 2.2.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ -

      com.diffplug.matsim:matfilerw:2.1.0-SNAPSHOT by DiffPlug

      +

      com.diffplug.matsim:matfilerw:2.2.0-SNAPSHOT by DiffPlug

      Packages

      diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 9604284..f2e2240 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - -Overview (matfilerw 2.1.0-SNAPSHOT API) - + +Overview (matfilerw 2.2.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index e7b8524..19ea380 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 20b4cd6..6329938 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 7aa59dd..401030f 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 72b4156..2c5a1e4 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index 7c00287..c44d398 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index fc30664..687f777 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index e9b342f..b8affff 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index 4a69493..c1f7805 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index 76ea629..ad128cb 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index 4d0f690..bb7c89d 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 2.2.0-SNAPSHOT API) - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":9,"i3":9,"i4":9}; +var methods = {"i0":10,"i1":10,"i2":9,"i3":9,"i4":9,"i5":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -177,6 +177,13 @@

      Method Summary

      static MatFile +readFull(ByteBuffer buf, + MatFileType type) +
      Reads a full set of bytes (including the header).
      + + + +static MatFile readFull(RandomAccessFile file)
      Reads a full set of bytes (including the header).
      @@ -270,6 +277,22 @@

      readFull

    + + + + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index 0554b6f..3668326 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index e026047..cfb677e 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index 8f917a3..e2bcc1c 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index dc0fca3..b60baf2 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index 4b65570..c9cfb12 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index e46743a..7d3b56e 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index df0abdf..5e47256 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 0d90811..3aeac03 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index c642407..34981cf 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 8afc25b..4d54fda 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 0f4723f..89976fe 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index cde7133..ab20dbc 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index 0640f36..e2468ef 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 4c36e59..03e3c6f 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index 72ad892..164d32b 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index 5c7bdac..ebb637a 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index bb70759..317efa6 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index fb4a592..c771ff4 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index dc33f1f..31846b9 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html index 9d7d068..004dadd 100644 --- a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html +++ b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html @@ -2,9 +2,9 @@ - + GenericArrayCreator (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index f99dd57..9125a7f 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index efe1987..c106aa6 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index 6d747a6..a9ef05b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 904325f..0b88671 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index 4529d4f..61094eb 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,9 +2,9 @@ - + MLEmptyArray (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index 556ef78..df3cae4 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,9 +2,9 @@ - + MLInt16 (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index 42c4ace..720c891 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,9 +2,9 @@ - + MLInt32 (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index 450cb27..a313aa9 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,9 +2,9 @@ - + MLInt64 (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index e64721b..f5bd07e 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,9 +2,9 @@ - + MLInt8 (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index 653b869..09e5fcd 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,9 +2,9 @@ - + MLJavaObject (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index 70b9ace..d289ac2 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,9 +2,9 @@ - + MLNumericArray (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index ee05d96..e45a6d5 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,9 +2,9 @@ - + MLObject (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index 1eff5b5..c3e2dce 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,9 +2,9 @@ - + MLSingle (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index 8fbb321..0c9962b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,9 +2,9 @@ - + MLSparse (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index 38f5a70..db7971c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,9 +2,9 @@ - + MLStructure (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index fea47e6..2f71426 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,9 +2,9 @@ - + MLStructureObjectBase (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 66b89e6..359bb37 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,9 +2,9 @@ - + MLUInt16 (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index 8d233e1..9aa9b55 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,9 +2,9 @@ - + MLUInt32 (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index 27d2138..ce8c743 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,9 +2,9 @@ - + MLUInt64 (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index 3db3758..dab7e13 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,9 +2,9 @@ - + MLUInt8 (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 6b31385..aee557e 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 2d719de..5be7cfd 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index 3d980f1..3574970 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.types Class Hierarchy (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index a148c83..e24e0e0 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index 8ffa95e..cbe84d3 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index 12d3dd8..6728f21 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,9 +2,9 @@ - + API Help (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index 7d2d4ac..89477db 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,9 +2,9 @@ - + Index (matfilerw 2.2.0-SNAPSHOT API) - + @@ -1205,6 +1205,10 @@

    R

    Reads a full set of bytes (including the header).
    +
    readFull(ByteBuffer, MatFileType) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
    Reads a full set of bytes (including the header).
    diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index a76d974..4d5290d 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 2.2.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index f2e2240..c1dd0a7 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index 22af17d..bae7f1b 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index 492f093..10d5db1 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 2.2.0-SNAPSHOT API) - + From 1db144aacb8e54b80d5645a9368f6684f4d7a987 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Tue, 9 Feb 2016 09:41:50 +0000 Subject: [PATCH 29/56] Lastest javadoc on successful travis build 47 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 4 +- javadoc/snapshot/allclasses-noframe.html | 4 +- .../com/jmatio/common/MatDataTypes.html | 4 +- .../com/jmatio/common/package-frame.html | 4 +- .../com/jmatio/common/package-summary.html | 4 +- .../com/jmatio/common/package-tree.html | 4 +- .../com/jmatio/common/util/MLArrayQuery.html | 4 +- .../com/jmatio/common/util/package-frame.html | 4 +- .../jmatio/common/util/package-summary.html | 4 +- .../com/jmatio/common/util/package-tree.html | 4 +- javadoc/snapshot/com/jmatio/io/MatFile.html | 4 +- .../snapshot/com/jmatio/io/MatFileFilter.html | 4 +- .../snapshot/com/jmatio/io/MatFileHeader.html | 4 +- .../jmatio/io/MatFileIncrementalWriter.html | 4 +- .../snapshot/com/jmatio/io/MatFileReader.html | 4 +- .../snapshot/com/jmatio/io/MatFileType.html | 4 +- .../snapshot/com/jmatio/io/MatFileWriter.html | 4 +- .../com/jmatio/io/MatlabIOException.html | 4 +- .../com/jmatio/io/SimulinkDecoder.html | 4 +- .../snapshot/com/jmatio/io/package-frame.html | 4 +- .../com/jmatio/io/package-summary.html | 4 +- .../snapshot/com/jmatio/io/package-tree.html | 4 +- .../io/stream/BufferedOutputStream.html | 4 +- .../io/stream/ByteBufferInputStream.html | 4 +- .../io/stream/HeapBufferDataOutputStream.html | 4 +- .../jmatio/io/stream/MatFileInputStream.html | 4 +- .../com/jmatio/io/stream/package-frame.html | 4 +- .../com/jmatio/io/stream/package-summary.html | 4 +- .../com/jmatio/io/stream/package-tree.html | 4 +- .../com/jmatio/types/ByteStorageSupport.html | 4 +- .../com/jmatio/types/GenericArrayCreator.html | 4 +- .../snapshot/com/jmatio/types/MLArray.html | 88 ++++++++++++------- javadoc/snapshot/com/jmatio/types/MLCell.html | 6 +- javadoc/snapshot/com/jmatio/types/MLChar.html | 6 +- .../snapshot/com/jmatio/types/MLDouble.html | 8 +- .../com/jmatio/types/MLEmptyArray.html | 6 +- .../snapshot/com/jmatio/types/MLInt16.html | 8 +- .../snapshot/com/jmatio/types/MLInt32.html | 8 +- .../snapshot/com/jmatio/types/MLInt64.html | 8 +- javadoc/snapshot/com/jmatio/types/MLInt8.html | 8 +- .../com/jmatio/types/MLJavaObject.html | 6 +- .../com/jmatio/types/MLNumericArray.html | 85 +++++++++++++----- .../snapshot/com/jmatio/types/MLObject.html | 6 +- .../snapshot/com/jmatio/types/MLSingle.html | 8 +- .../snapshot/com/jmatio/types/MLSparse.html | 8 +- .../com/jmatio/types/MLStructure.html | 6 +- .../jmatio/types/MLStructureObjectBase.html | 6 +- .../snapshot/com/jmatio/types/MLUInt16.html | 8 +- .../snapshot/com/jmatio/types/MLUInt32.html | 8 +- .../snapshot/com/jmatio/types/MLUInt64.html | 8 +- .../snapshot/com/jmatio/types/MLUInt8.html | 8 +- .../com/jmatio/types/package-frame.html | 4 +- .../com/jmatio/types/package-summary.html | 4 +- .../com/jmatio/types/package-tree.html | 4 +- javadoc/snapshot/constant-values.html | 4 +- javadoc/snapshot/deprecated-list.html | 4 +- javadoc/snapshot/help-doc.html | 4 +- javadoc/snapshot/index-all.html | 12 ++- javadoc/snapshot/index.html | 2 +- javadoc/snapshot/overview-frame.html | 4 +- javadoc/snapshot/overview-summary.html | 4 +- javadoc/snapshot/overview-tree.html | 4 +- javadoc/snapshot/serialized-form.html | 4 +- 63 files changed, 276 insertions(+), 205 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index 7900b7f..35372dc 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 19ea380..f2ec683 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 6329938..e58d67d 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 401030f..88cad35 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 2c5a1e4..2f940d6 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index c44d398..7830413 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index 687f777..09b50f7 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index b8affff..cb27019 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index c1f7805..e1debed 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index ad128cb..d2dadc3 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index bb7c89d..d8f1868 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index 3668326..3bf6b35 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index cfb677e..2f1b2da 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index e2bcc1c..6871805 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index b60baf2..cd008be 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index c9cfb12..49a0779 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 7d3b56e..6d317d4 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 5e47256..547d1f2 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 3aeac03..266dde2 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 34981cf..2d207b4 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 4d54fda..2f0386b 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 89976fe..4090b7c 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index ab20dbc..79c0f63 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index e2468ef..ac5ba33 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 03e3c6f..501d562 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index 164d32b..3950f11 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index ebb637a..88441fa 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 317efa6..182963c 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index c771ff4..5a2bd6b 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index 31846b9..6d02af9 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html index 004dadd..dc57cd7 100644 --- a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html +++ b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html @@ -2,9 +2,9 @@ - + GenericArrayCreator (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 9125a7f..7834335 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 2.2.0-SNAPSHOT API) - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":9}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -293,129 +293,135 @@

    Method Summary

    getFlags()  +int +getIndex(int... indexes) +
    Returns the one-dim index for indexes in each of the dimensions for this array.
    + + + protected int getIndex(int m, int n)  - + int getM()  - + int getN()  - + String getName()
    Gets array name
    - + byte[] getNameToByteArray()  - + int getNDimensions()  - + int getSize()  - + int getType()  - + boolean isCell()  - + boolean isChar()  - + boolean isComplex()  - + boolean isDouble()  - + boolean isEmpty()  - + boolean isFunctionObject()  - + boolean isInt16()  - + boolean isInt32()  - + boolean isInt64()  - + boolean isInt8()  - + boolean isLogical()  - + boolean isObject()  - + boolean isOpaque()  - + boolean isSingle()  - + boolean isSparse()  - + boolean isStruct()  - + boolean isUint16()  - + boolean isUint32()  - + boolean isUint64()  - + boolean isUint8()  - + boolean isUnknown()  - + String toString()  - + static String typeToString(int type)  @@ -804,6 +810,22 @@

    MLArray

    Method Detail

    + + + +
      +
    • +

      getIndex

      +
      public int getIndex(int... indexes)
      +
      Returns the one-dim index for indexes in each of the dimensions for this array.
      +
      +
      Parameters:
      +
      indexes - Length must be same as number of dimensions. Element value must be >= 0 and < dimension size for the corresponding dimension.
      +
      Returns:
      +
      The index.
      +
      +
    • +
    diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index c106aa6..f3a2b60 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 2.2.0-SNAPSHOT API) - + @@ -212,7 +212,7 @@

    Method Summary

    Methods inherited from class com.jmatio.types.MLArray

    -dispose, getDimensions, getFlags, getM, getN, getName, getNameToByteArray, getNDimensions, getSize, getType, isCell, isChar, isComplex, isDouble, isEmpty, isFunctionObject, isInt16, isInt32, isInt64, isInt8, isLogical, isObject, isOpaque, isSingle, isSparse, isStruct, isUint16, isUint32, isUint64, isUint8, isUnknown, toString, typeToString +dispose, getDimensions, getFlags, getIndex, getM, getN, getName, getNameToByteArray, getNDimensions, getSize, getType, isCell, isChar, isComplex, isDouble, isEmpty, isFunctionObject, isInt16, isInt32, isInt64, isInt8, isLogical, isObject, isOpaque, isSingle, isSparse, isStruct, isUint16, isUint32, isUint64, isUint8, isUnknown, toString, typeToString + + + + + +
      +
    • +

      set

      +
      public void set(T value,
      +                int... indices)
      +
      +
      Parameters:
      +
      value - Element value.
      +
      indices - Length must be same as number of dimensions. Element value must be >= 0 and < dimension size for the corresponding dimension.
      +
      +
    • +
    @@ -657,6 +683,21 @@

    get

    + + + +
      +
    • +

      get

      +
      public T get(int... indices)
      +
      +
      Parameters:
      +
      indices - Length must be same as number of dimensions. Element value must be >= 0 and < dimension size for the corresponding dimension.
      +
      Returns:
      +
      The value.
      +
      +
    • +
    diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index e45a6d5..c032d9b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,9 +2,9 @@ - + MLObject (matfilerw 2.2.0-SNAPSHOT API) - + @@ -207,7 +207,7 @@

    Methods inherited from class com.jmatio.types.MLArray

    -dispose, getDimensions, getFlags, getIndex, getM, getN, getName, getNameToByteArray, getNDimensions, getSize, getType, isCell, isChar, isComplex, isDouble, isEmpty, isFunctionObject, isInt16, isInt32, isInt64, isInt8, isLogical, isObject, isOpaque, isSingle, isSparse, isStruct, isUint16, isUint32, isUint64, isUint8, isUnknown, toString, typeToString +dispose, getDimensions, getFlags, getIndex, getIndex, getM, getN, getName, getNameToByteArray, getNDimensions, getSize, getType, isCell, isChar, isComplex, isDouble, isEmpty, isFunctionObject, isInt16, isInt32, isInt64, isInt8, isLogical, isObject, isOpaque, isSingle, isSparse, isStruct, isUint16, isUint32, isUint64, isUint8, isUnknown, toString, typeToString
    get(int) - Method in class com.jmatio.types.MLNumericArray
     
    +
    get(int...) - Method in class com.jmatio.types.MLNumericArray
    +
     
    getAllFields() - Method in class com.jmatio.types.MLStructureObjectBase
    Gets all field from sruct array as flat list of fields.
    @@ -399,6 +401,10 @@

    G

     
    getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
     
    +
    getIndex(int...) - Method in class com.jmatio.types.MLArray
    +
    +
    Returns the one-dim index for indexes in each of the dimensions for this array.
    +
    getIndex(int, int) - Method in class com.jmatio.types.MLArray
     
    getIndex(int, int) - Method in class com.jmatio.types.MLCell
    @@ -1248,6 +1254,8 @@

    S

    Does the same as setReal.
    +
    set(T, int...) - Method in class com.jmatio.types.MLNumericArray
    +
     
    set(T[]) - Method in class com.jmatio.types.MLNumericArray
     
    setChar(char, int) - Method in class com.jmatio.types.MLChar
    diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 4d5290d..f0134fb 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 2.2.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index c1dd0a7..71b1886 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index bae7f1b..7f969ad 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 2.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index 10d5db1..5f8aae0 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 2.2.0-SNAPSHOT API) - + From 5714a56cef0c3089f9fb626c95c92f3b6e51877c Mon Sep 17 00:00:00 2001 From: travis-ci Date: Tue, 9 Feb 2016 09:59:32 +0000 Subject: [PATCH 30/56] Lastest javadoc on successful travis build 48 auto-pushed to gh-pages --- javadoc/2.2.0/allclasses-frame.html | 55 + javadoc/2.2.0/allclasses-noframe.html | 55 + .../2.2.0/com/jmatio/common/MatDataTypes.html | 784 +++++++++ .../com/jmatio/common/package-frame.html | 20 + .../com/jmatio/common/package-summary.html | 144 ++ .../2.2.0/com/jmatio/common/package-tree.html | 137 ++ .../com/jmatio/common/util/MLArrayQuery.html | 333 ++++ .../com/jmatio/common/util/package-frame.html | 20 + .../jmatio/common/util/package-summary.html | 144 ++ .../com/jmatio/common/util/package-tree.html | 137 ++ javadoc/2.2.0/com/jmatio/io/MatFile.html | 381 +++++ .../2.2.0/com/jmatio/io/MatFileFilter.html | 345 ++++ .../2.2.0/com/jmatio/io/MatFileHeader.html | 491 ++++++ .../jmatio/io/MatFileIncrementalWriter.html | 412 +++++ .../2.2.0/com/jmatio/io/MatFileReader.html | 800 +++++++++ javadoc/2.2.0/com/jmatio/io/MatFileType.html | 342 ++++ .../2.2.0/com/jmatio/io/MatFileWriter.html | 425 +++++ .../com/jmatio/io/MatlabIOException.html | 268 +++ .../2.2.0/com/jmatio/io/SimulinkDecoder.html | 295 ++++ .../2.2.0/com/jmatio/io/package-frame.html | 34 + .../2.2.0/com/jmatio/io/package-summary.html | 215 +++ javadoc/2.2.0/com/jmatio/io/package-tree.html | 172 ++ .../io/stream/BufferedOutputStream.html | 314 ++++ .../io/stream/ByteBufferInputStream.html | 320 ++++ .../io/stream/HeapBufferDataOutputStream.html | 372 +++++ .../jmatio/io/stream/MatFileInputStream.html | 404 +++++ .../com/jmatio/io/stream/package-frame.html | 23 + .../com/jmatio/io/stream/package-summary.html | 156 ++ .../com/jmatio/io/stream/package-tree.html | 152 ++ .../com/jmatio/types/ByteStorageSupport.html | 266 +++ .../com/jmatio/types/GenericArrayCreator.html | 227 +++ javadoc/2.2.0/com/jmatio/types/MLArray.html | 1224 ++++++++++++++ javadoc/2.2.0/com/jmatio/types/MLCell.html | 414 +++++ javadoc/2.2.0/com/jmatio/types/MLChar.html | 547 +++++++ javadoc/2.2.0/com/jmatio/types/MLDouble.html | 511 ++++++ .../2.2.0/com/jmatio/types/MLEmptyArray.html | 294 ++++ javadoc/2.2.0/com/jmatio/types/MLInt16.html | 515 ++++++ javadoc/2.2.0/com/jmatio/types/MLInt32.html | 514 ++++++ javadoc/2.2.0/com/jmatio/types/MLInt64.html | 511 ++++++ javadoc/2.2.0/com/jmatio/types/MLInt8.html | 534 ++++++ .../2.2.0/com/jmatio/types/MLJavaObject.html | 336 ++++ .../com/jmatio/types/MLNumericArray.html | 897 ++++++++++ javadoc/2.2.0/com/jmatio/types/MLObject.html | 342 ++++ javadoc/2.2.0/com/jmatio/types/MLSingle.html | 390 +++++ javadoc/2.2.0/com/jmatio/types/MLSparse.html | 745 +++++++++ .../2.2.0/com/jmatio/types/MLStructure.html | 305 ++++ .../jmatio/types/MLStructureObjectBase.html | 599 +++++++ javadoc/2.2.0/com/jmatio/types/MLUInt16.html | 358 ++++ javadoc/2.2.0/com/jmatio/types/MLUInt32.html | 358 ++++ javadoc/2.2.0/com/jmatio/types/MLUInt64.html | 511 ++++++ javadoc/2.2.0/com/jmatio/types/MLUInt8.html | 535 ++++++ .../2.2.0/com/jmatio/types/package-frame.html | 44 + .../com/jmatio/types/package-summary.html | 253 +++ .../2.2.0/com/jmatio/types/package-tree.html | 176 ++ javadoc/2.2.0/constant-values.html | 564 +++++++ javadoc/2.2.0/deprecated-list.html | 149 ++ javadoc/2.2.0/help-doc.html | 225 +++ javadoc/2.2.0/index-all.html | 1443 +++++++++++++++++ javadoc/2.2.0/index.html | 74 + javadoc/2.2.0/overview-frame.html | 26 + javadoc/2.2.0/overview-summary.html | 154 ++ javadoc/2.2.0/overview-tree.html | 230 +++ javadoc/2.2.0/package-list | 5 + javadoc/2.2.0/script.js | 30 + javadoc/2.2.0/serialized-form.html | 137 ++ javadoc/2.2.0/stylesheet.css | 574 +++++++ 66 files changed, 22767 insertions(+) create mode 100644 javadoc/2.2.0/allclasses-frame.html create mode 100644 javadoc/2.2.0/allclasses-noframe.html create mode 100644 javadoc/2.2.0/com/jmatio/common/MatDataTypes.html create mode 100644 javadoc/2.2.0/com/jmatio/common/package-frame.html create mode 100644 javadoc/2.2.0/com/jmatio/common/package-summary.html create mode 100644 javadoc/2.2.0/com/jmatio/common/package-tree.html create mode 100644 javadoc/2.2.0/com/jmatio/common/util/MLArrayQuery.html create mode 100644 javadoc/2.2.0/com/jmatio/common/util/package-frame.html create mode 100644 javadoc/2.2.0/com/jmatio/common/util/package-summary.html create mode 100644 javadoc/2.2.0/com/jmatio/common/util/package-tree.html create mode 100644 javadoc/2.2.0/com/jmatio/io/MatFile.html create mode 100644 javadoc/2.2.0/com/jmatio/io/MatFileFilter.html create mode 100644 javadoc/2.2.0/com/jmatio/io/MatFileHeader.html create mode 100644 javadoc/2.2.0/com/jmatio/io/MatFileIncrementalWriter.html create mode 100644 javadoc/2.2.0/com/jmatio/io/MatFileReader.html create mode 100644 javadoc/2.2.0/com/jmatio/io/MatFileType.html create mode 100644 javadoc/2.2.0/com/jmatio/io/MatFileWriter.html create mode 100644 javadoc/2.2.0/com/jmatio/io/MatlabIOException.html create mode 100644 javadoc/2.2.0/com/jmatio/io/SimulinkDecoder.html create mode 100644 javadoc/2.2.0/com/jmatio/io/package-frame.html create mode 100644 javadoc/2.2.0/com/jmatio/io/package-summary.html create mode 100644 javadoc/2.2.0/com/jmatio/io/package-tree.html create mode 100644 javadoc/2.2.0/com/jmatio/io/stream/BufferedOutputStream.html create mode 100644 javadoc/2.2.0/com/jmatio/io/stream/ByteBufferInputStream.html create mode 100644 javadoc/2.2.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html create mode 100644 javadoc/2.2.0/com/jmatio/io/stream/MatFileInputStream.html create mode 100644 javadoc/2.2.0/com/jmatio/io/stream/package-frame.html create mode 100644 javadoc/2.2.0/com/jmatio/io/stream/package-summary.html create mode 100644 javadoc/2.2.0/com/jmatio/io/stream/package-tree.html create mode 100644 javadoc/2.2.0/com/jmatio/types/ByteStorageSupport.html create mode 100644 javadoc/2.2.0/com/jmatio/types/GenericArrayCreator.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLArray.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLCell.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLChar.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLDouble.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLEmptyArray.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLInt16.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLInt32.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLInt64.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLInt8.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLJavaObject.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLNumericArray.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLObject.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLSingle.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLSparse.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLStructure.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLStructureObjectBase.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLUInt16.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLUInt32.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLUInt64.html create mode 100644 javadoc/2.2.0/com/jmatio/types/MLUInt8.html create mode 100644 javadoc/2.2.0/com/jmatio/types/package-frame.html create mode 100644 javadoc/2.2.0/com/jmatio/types/package-summary.html create mode 100644 javadoc/2.2.0/com/jmatio/types/package-tree.html create mode 100644 javadoc/2.2.0/constant-values.html create mode 100644 javadoc/2.2.0/deprecated-list.html create mode 100644 javadoc/2.2.0/help-doc.html create mode 100644 javadoc/2.2.0/index-all.html create mode 100644 javadoc/2.2.0/index.html create mode 100644 javadoc/2.2.0/overview-frame.html create mode 100644 javadoc/2.2.0/overview-summary.html create mode 100644 javadoc/2.2.0/overview-tree.html create mode 100644 javadoc/2.2.0/package-list create mode 100644 javadoc/2.2.0/script.js create mode 100644 javadoc/2.2.0/serialized-form.html create mode 100644 javadoc/2.2.0/stylesheet.css diff --git a/javadoc/2.2.0/allclasses-frame.html b/javadoc/2.2.0/allclasses-frame.html new file mode 100644 index 0000000..1851eee --- /dev/null +++ b/javadoc/2.2.0/allclasses-frame.html @@ -0,0 +1,55 @@ + + + + + +All Classes (matfilerw 2.2.0 API) + + + + + +

    All Classes

    + + + diff --git a/javadoc/2.2.0/allclasses-noframe.html b/javadoc/2.2.0/allclasses-noframe.html new file mode 100644 index 0000000..dbd6999 --- /dev/null +++ b/javadoc/2.2.0/allclasses-noframe.html @@ -0,0 +1,55 @@ + + + + + +All Classes (matfilerw 2.2.0 API) + + + + + +

    All Classes

    + + + diff --git a/javadoc/2.2.0/com/jmatio/common/MatDataTypes.html b/javadoc/2.2.0/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..1ff4b08 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.common
    +

    Class MatDataTypes

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatDataTypes
      +extends Object
      +
      MAT-file data types
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/common/package-frame.html b/javadoc/2.2.0/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..96c8bb7 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/common/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common (matfilerw 2.2.0 API) + + + + + +

    com.jmatio.common

    +
    +

    Classes

    + +
    + + diff --git a/javadoc/2.2.0/com/jmatio/common/package-summary.html b/javadoc/2.2.0/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..e0585e3 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/common/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.common

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      MatDataTypes +
      MAT-file data types
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/common/package-tree.html b/javadoc/2.2.0/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..1064b9a --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/common/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common Class Hierarchy (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.common

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/common/util/MLArrayQuery.html b/javadoc/2.2.0/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..74672fd --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.common.util
    +

    Class MLArrayQuery

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLArrayQuery
      +extends Object
      +
      The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLArrayQuery

          +
          public MLArrayQuery(String queryString)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          q

          +
          public static Object q(MLArray array,
          +                       String query)
          +
          +
          Parameters:
          +
          array -
          +
          query -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          query

          +
          public Object query(MLArray array)
          +
          Parses the query string and returns the object it refers to.
          +
          +
          Parameters:
          +
          array - source MLArray
          +
          Returns:
          +
          query result
          +
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public Object getContent(MLArray array,
          +                         int m,
          +                         int n)
          +
          Returns the content of the field/cell/object.
          +
          +
          Parameters:
          +
          array - the parent structure/cell
          +
          m - column or -1
          +
          n - row or -1
          +
          Returns:
          +
          if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/common/util/package-frame.html b/javadoc/2.2.0/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..baec974 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (matfilerw 2.2.0 API) + + + + + +

    com.jmatio.common.util

    +
    +

    Classes

    + +
    + + diff --git a/javadoc/2.2.0/com/jmatio/common/util/package-summary.html b/javadoc/2.2.0/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..445cb6b --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.common.util

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      MLArrayQuery +
      The JMatIO query parser.
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/common/util/package-tree.html b/javadoc/2.2.0/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..ac75b1f --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.common.util

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/MatFile.html b/javadoc/2.2.0/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..e0f7779 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/MatFile.html @@ -0,0 +1,381 @@ + + + + + +MatFile (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFile

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFile
      +extends Object
      +
      MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

      + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/MatFileFilter.html b/javadoc/2.2.0/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..466701d --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileFilter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileFilter
      +extends Object
      +
      File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
      
      + //create new filter instance
      + MatFileFilter filter = new MatFileFilter();
      + //add a needle
      + filter.addArrayName( "your_array_name" );
      + 
      + //read array form file (haystack) looking _only_ for pecified array (needle)
      + MatFileReader mfr = new MatFileReader( fileName, filter );
      + 
      +
      +
      See Also:
      +
      MatFileReader
      +
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileFilter

          +
          public MatFileFilter()
          +
          Creates empty filter intance. + + Note: empty filter acceps all results.
          +
        • +
        + + + +
          +
        • +

          MatFileFilter

          +
          public MatFileFilter(String[] names)
          +
          Create filter intance and add array names.
          +
          +
          Parameters:
          +
          names - - array of names (needles)
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          addArrayName

          +
          public void addArrayName(String name)
          +
          Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
          +
          +
          Parameters:
          +
          name - - array name (needle)
          +
          +
        • +
        + + + +
          +
        • +

          matches

          +
          public boolean matches(String name)
          +
          Test if given name matches the filter.
          +
          +
          Parameters:
          +
          name - - array name to be tested
          +
          Returns:
          +
          - true if array (matrix) of this name should be processed
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/MatFileHeader.html b/javadoc/2.2.0/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..a0653c6 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,491 @@ + + + + + +MatFileHeader (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileHeader

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileHeader
      +extends Object
      +
      MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + + + + + +
          +
        • +

          DEFAULT_ENDIAN

          +
          public static final ByteOrder DEFAULT_ENDIAN
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileHeader

          +
          public MatFileHeader(String description,
          +                     int version,
          +                     ByteOrder byteOrder)
          +
          New MAT-file header
          +
          +
          Parameters:
          +
          description - - descriptive text (no longer than 116 characters)
          +
          version - - by default is set to 0x0100
          +
          endianIndicator - - byte array size of 2 indicating byte-swapping requirement
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          parseFrom

          +
          public static MatFileHeader parseFrom(String description,
          +                                      byte[] bversion,
          +                                      byte[] endianIndicator)
          +
          Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
          +
          +
          Parameters:
          +
          description - - descriptive test
          +
          bversion - - 2-byte array containing the version (raw from a MAT-File)
          +
          endianIndicator - - 2-byte array containing the endian indicator (raw from a MAT-File(
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          parseByteOrder

          +
          public static ByteOrder parseByteOrder(byte[] endianIndicator)
          +
          Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
          +
          +
          Parameters:
          +
          endianIndicator - 2-byte long array holding the endian indicator
          +
          +
        • +
        + + + +
          +
        • +

          getDescription

          +
          public String getDescription()
          +
          Gets descriptive text
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getEndianIndicator

          +
          public byte[] getEndianIndicator()
          +
          Gets endian indicator. Bytes written as "MI" suggest that byte-swapping operation is required + in order to interpret data correctly. If value is set to "IM" byte-swapping is not needed.
          +
          +
          Returns:
          +
          - a byte array size of 2
          +
          +
        • +
        + + + +
          +
        • +

          getVersion

          +
          public int getVersion()
          +
          When creating a MAT-file, set version to 0x0100
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          createHeader

          +
          public static MatFileHeader createHeader()
          +
          A factory. Creates new MatFileHeader instance with default header values: +
            +
          • MAT-file is 5.0 version
          • +
          • version is set to 0x0100
          • +
          • no byte-swapping ("IM")
          • +
          +
          +
          Returns:
          +
          - new MatFileHeader instance
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getByteOrder

          +
          public ByteOrder getByteOrder()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/2.2.0/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..131d223 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileIncrementalWriter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileIncrementalWriter
      +extends Object
      +
      MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
      
      + //1. First create example arrays
      + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
      + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
      + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
      +         
      + //2. write arrays to file
      + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
      + writer.write(mlDouble);
      + writer.write(mlChar);
      + 
      + writer.close();
      + 
      + 
      + + this is "equal" to Matlab commands: +
      
      + >> double_arr = [ 1 2; 3 4; 5 6];
      + >> char_arr = 'I am dummy';
      + >>
      + >> save('mat_file.mat', 'double_arr');
      + >> save('mat_file.mat', 'char_arr', '-append');
      + 
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(String fileName)
          +                         throws IOException
          +
          Creates a writer to a file given the filename.
          +
          +
          Parameters:
          +
          fileName - - name of ouput file
          +
          Throws:
          +
          IOException
          +
          DataFormatException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(File file)
          +                         throws IOException
          +
          Creats a writer to a file given the File object.
          +
          +
          Parameters:
          +
          file - - an output File
          +
          Throws:
          +
          IOException
          +
          DataFormatException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(WritableByteChannel chan)
          +                         throws IOException
          +
          Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
          +
          +
          Parameters:
          +
          chan - - WritableByteChannel
          +
          data - - Collection of MLArray elements
          +
          Throws:
          +
          IOException
          +
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/MatFileReader.html b/javadoc/2.2.0/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..81658c9 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/MatFileReader.html @@ -0,0 +1,800 @@ + + + + + +MatFileReader (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileReader

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileReader
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(String fileName)
          +              throws FileNotFoundException,
          +                     IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          fileName - the MAT-file path String
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          FileNotFoundException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(String fileName,
          +                     MatFileFilter filter)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
          +
          +
          Parameters:
          +
          fileName - the MAT-file path String
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(File file)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          file - the MAT-file
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(File file,
          +                     MatFileFilter filter,
          +                     MatFileType matType)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. +

          + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

          + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

          +
          +
          Parameters:
          +
          file - the MAT-file
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + + + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(MatFileType matType)
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader()
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(InputStream stream,
          +                     MatFileType type)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          stream - the MAT-file stream
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(InputStream stream,
          +                     MatFileFilter filter,
          +                     MatFileType type)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. +

          + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

          + Note: this method reads file using the memory mapped file policy, see + notes to + #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy) +

          +
          +
          Parameters:
          +
          stream - the MAT-file stream
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(File file)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

          +
          +
          Parameters:
          +
          file - a valid MAT-file file to be read
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(InputStream stream)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls read(stream, new MatFileFilter()).

          +
          +
          Parameters:
          +
          stream - a valid MAT-file stream to be read
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(File file,
          +                                int policy)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls + read(file, new MatFileFilter(), policy).

          +
          +
          Parameters:
          +
          file - a valid MAT-file file to be read
          +
          policy - the file memory allocation policy
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + + + + + + + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(InputStream stream,
          +                                MatFileFilter filter)
          +                         throws IOException
          +
          Read a mat file from a stream. Internally this will read the stream fully + into memory before parsing it.
          +
          +
          Parameters:
          +
          stream - a valid MAT-file stream to be read
          +
          filter - the array filter applied during reading
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          See Also:
          +
          MatFileFilter
          +
          +
        • +
        + + + +
          +
        • +

          getMatFileHeader

          +
          public MatFileHeader getMatFileHeader()
          +
          Gets MAT-file header
          +
          +
          Returns:
          +
          - a MatFileHeader object
          +
          +
        • +
        + + + +
          +
        • +

          getData

          +
          public ArrayList<MLArray> getData()
          +
          Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
          +
          Returns list of MLArray objects that were inside MAT-file
          +
          +
          Returns:
          +
          - a ArrayList
          +
          +
        • +
        + + + +
          +
        • +

          getMLArray

          +
          public MLArray getMLArray(String name)
          +
          Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
          +
          +
          Parameters:
          +
          - - array name
          +
          Returns:
          +
          - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
          +
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public Map<String,MLArray> getContent()
          +
          Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
          +
          +
          Returns:
          +
          - a Map of MLArrays mapped with their names.
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/MatFileType.html b/javadoc/2.2.0/com/jmatio/io/MatFileType.html new file mode 100644 index 0000000..e64a18f --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/MatFileType.html @@ -0,0 +1,342 @@ + + + + + +MatFileType (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Enum MatFileType

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Enum Constant Detail

        + + + +
          +
        • +

          Regular

          +
          public static final MatFileType Regular
          +
        • +
        + + + +
          +
        • +

          ReducedHeader

          +
          public static final MatFileType ReducedHeader
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          values

          +
          public static MatFileType[] values()
          +
          Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
          +for (MatFileType c : MatFileType.values())
          +    System.out.println(c);
          +
          +
          +
          Returns:
          +
          an array containing the constants of this enum type, in the order they are declared
          +
          +
        • +
        + + + +
          +
        • +

          valueOf

          +
          public static MatFileType valueOf(String name)
          +
          Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
          +
          +
          Parameters:
          +
          name - the name of the enum constant to be returned.
          +
          Returns:
          +
          the enum constant with the specified name
          +
          Throws:
          +
          IllegalArgumentException - if this enum type has no constant with the specified name
          +
          NullPointerException - if the argument is null
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/MatFileWriter.html b/javadoc/2.2.0/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..f3103cc --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,425 @@ + + + + + +MatFileWriter (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileWriter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileWriter
      +extends Object
      +
      MAT-file writer. + + Usage: + +
      + 
      + //1. First create example arrays
      + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
      + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
      + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
      +
      + //2. write arrays to file
      + ArrayList list = new ArrayList();
      + list.add( mlDouble );
      + list.add( mlChar );
      +
      + new MatFileWriter( "mat_file.mat", list );
      + 
      + 
      + + this is "equal" to Matlab commands: + +
      + 
      + >> double_arr = [ 1 2; 3 4; 5 6];
      + >> char_arr = 'I am dummy';
      + >>
      + >> save('mat_file.mat', 'double_arr', 'char_arr');
      + 
      + +
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          write

          +
          public void write(String filepath,
          +                  Collection<MLArray> data)
          +           throws IOException
          +
          Writes MLArrays into file created from + filepath.
          +
          +
          Parameters:
          +
          filepath - the absolute file path of a MAT-file to which data is written
          +
          data - the collection of MLArray objects
          +
          Throws:
          +
          IOException - if error occurred during MAT-file writing
          +
          +
        • +
        + + + +
          +
        • +

          write

          +
          public void write(File file,
          +                  Collection<MLArray> data)
          +           throws IOException
          +
          Writes MLArrays into File
          +
          +
          Parameters:
          +
          file - the MAT-file to which data is written
          +
          data - the collection of MLArray objects
          +
          Throws:
          +
          IOException - if error occurred during MAT-file writing
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/MatlabIOException.html b/javadoc/2.2.0/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..53089bf --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatlabIOException

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatlabIOException

          +
          public MatlabIOException(String s)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/SimulinkDecoder.html b/javadoc/2.2.0/com/jmatio/io/SimulinkDecoder.html new file mode 100644 index 0000000..c14f2d5 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/SimulinkDecoder.html @@ -0,0 +1,295 @@ + + + + + +SimulinkDecoder (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class SimulinkDecoder

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Closeable, AutoCloseable
      +
      +
      +
      +
      public class SimulinkDecoder
      +extends InputStream
      +
      This class decodes the Simulink base64 representation of a MAT file.
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/package-frame.html b/javadoc/2.2.0/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..c20d7fb --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/package-frame.html @@ -0,0 +1,34 @@ + + + + + +com.jmatio.io (matfilerw 2.2.0 API) + + + + + +

    com.jmatio.io

    + + + diff --git a/javadoc/2.2.0/com/jmatio/io/package-summary.html b/javadoc/2.2.0/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..381bebf --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/package-summary.html @@ -0,0 +1,215 @@ + + + + + +com.jmatio.io (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.io

    +
    +
    +
      +
    • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      MatFile +
      MatFileReader's API is vague.
      +
      MatFileFilter +
      File filter.
      +
      MatFileHeader +
      MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
      +
      MatFileIncrementalWriter +
      MAT-file Incremental writer.
      +
      MatFileReader 
      MatFileWriter +
      MAT-file writer.
      +
      SimulinkDecoder +
      This class decodes the Simulink base64 representation of a MAT file.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Enum Summary 
      EnumDescription
      MatFileType +
      Describes the type of Mat file.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Exception Summary 
      ExceptionDescription
      MatlabIOException +
      MAT-file reader/writer exception
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/package-tree.html b/javadoc/2.2.0/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..3c0cf30 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/package-tree.html @@ -0,0 +1,172 @@ + + + + + +com.jmatio.io Class Hierarchy (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.io

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Enum Hierarchy

    + +
    + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/2.2.0/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..c835a35 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,314 @@ + + + + + +BufferedOutputStream (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class BufferedOutputStream

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/2.2.0/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..f820c18 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class ByteBufferInputStream

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/2.2.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html new file mode 100644 index 0000000..4bd604f --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -0,0 +1,372 @@ + + + + + +HeapBufferDataOutputStream (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class HeapBufferDataOutputStream

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          HeapBufferDataOutputStream

          +
          public HeapBufferDataOutputStream()
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/2.2.0/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..b597515 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class MatFileInputStream

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileInputStream
      +extends Object
      +
      MAT-file input stream class.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileInputStream

          +
          public MatFileInputStream(ByteBuffer buf,
          +                          int type)
          +
          Attach MAT-file input stream to InputStream
          +
          +
          Parameters:
          +
          is - - input stream
          +
          type - - type of data in the stream
          +
          See Also:
          +
          MatDataTypes
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          readInt

          +
          public int readInt()
          +            throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to int.
          +
          +
          Returns:
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readChar

          +
          public char readChar()
          +              throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to char.
          +
          +
          Returns:
          +
          - char
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readDouble

          +
          public double readDouble()
          +                  throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to double.
          +
          +
          Returns:
          +
          - double
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readByte

          +
          public byte readByte()
          +
        • +
        + + + + + + + +
          +
        • +

          skip

          +
          public void skip(int padding)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/stream/package-frame.html b/javadoc/2.2.0/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..a21bb77 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,23 @@ + + + + + +com.jmatio.io.stream (matfilerw 2.2.0 API) + + + + + +

    com.jmatio.io.stream

    + + + diff --git a/javadoc/2.2.0/com/jmatio/io/stream/package-summary.html b/javadoc/2.2.0/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..fd92422 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,156 @@ + + + + + +com.jmatio.io.stream (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.io.stream

    +
    +
    + +
    + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/io/stream/package-tree.html b/javadoc/2.2.0/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..cf23b41 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.io.stream

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/ByteStorageSupport.html b/javadoc/2.2.0/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..bf36b07 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Interface ByteStorageSupport<T extends Number>

    +
    +
    +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getBytesAllocated

          +
          int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          T buldFromBytes(byte[] bytes)
          +
        • +
        + + + + + +
          +
        • +

          getByteArray

          +
          byte[] getByteArray(T value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          Class<?> getStorageClazz()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/GenericArrayCreator.html b/javadoc/2.2.0/com/jmatio/types/GenericArrayCreator.html new file mode 100644 index 0000000..085152a --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/GenericArrayCreator.html @@ -0,0 +1,227 @@ + + + + + +GenericArrayCreator (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Interface GenericArrayCreator<T>

    +
    +
    +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          T[] createArray(int m,
          +                int n)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLArray.html b/javadoc/2.2.0/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..7d311d8 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLArray.html @@ -0,0 +1,1224 @@ + + + + + +MLArray (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLArray

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLArray

          +
          public MLArray(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getIndex

          +
          public int getIndex(int... indexes)
          +
          Returns the one-dim index for indexes in each of the dimensions for this array.
          +
          +
          Parameters:
          +
          indexes - Length must be same as number of dimensions. Element value must be >= 0 and < dimension size for the corresponding dimension.
          +
          Returns:
          +
          The index.
          +
          +
        • +
        + + + +
          +
        • +

          getName

          +
          public String getName()
          +
          Gets array name
          +
          +
          Returns:
          +
          - array name
          +
          +
        • +
        + + + +
          +
        • +

          getFlags

          +
          public int getFlags()
          +
        • +
        + + + +
          +
        • +

          getNameToByteArray

          +
          public byte[] getNameToByteArray()
          +
        • +
        + + + +
          +
        • +

          getDimensions

          +
          public int[] getDimensions()
          +
        • +
        + + + +
          +
        • +

          getM

          +
          public int getM()
          +
        • +
        + + + +
          +
        • +

          getN

          +
          public int getN()
          +
        • +
        + + + +
          +
        • +

          getNDimensions

          +
          public int getNDimensions()
          +
        • +
        + + + +
          +
        • +

          getSize

          +
          public int getSize()
          +
        • +
        + + + +
          +
        • +

          getType

          +
          public int getType()
          +
        • +
        + + + +
          +
        • +

          isEmpty

          +
          public boolean isEmpty()
          +
        • +
        + + + +
          +
        • +

          typeToString

          +
          public static final String typeToString(int type)
          +
        • +
        + + + +
          +
        • +

          isCell

          +
          public boolean isCell()
          +
        • +
        + + + +
          +
        • +

          isChar

          +
          public boolean isChar()
          +
        • +
        + + + +
          +
        • +

          isComplex

          +
          public boolean isComplex()
          +
        • +
        + + + +
          +
        • +

          isSparse

          +
          public boolean isSparse()
          +
        • +
        + + + +
          +
        • +

          isStruct

          +
          public boolean isStruct()
          +
        • +
        + + + +
          +
        • +

          isDouble

          +
          public boolean isDouble()
          +
        • +
        + + + +
          +
        • +

          isSingle

          +
          public boolean isSingle()
          +
        • +
        + + + +
          +
        • +

          isInt8

          +
          public boolean isInt8()
          +
        • +
        + + + +
          +
        • +

          isUint8

          +
          public boolean isUint8()
          +
        • +
        + + + +
          +
        • +

          isInt16

          +
          public boolean isInt16()
          +
        • +
        + + + +
          +
        • +

          isUint16

          +
          public boolean isUint16()
          +
        • +
        + + + +
          +
        • +

          isInt32

          +
          public boolean isInt32()
          +
        • +
        + + + +
          +
        • +

          isUint32

          +
          public boolean isUint32()
          +
        • +
        + + + +
          +
        • +

          isInt64

          +
          public boolean isInt64()
          +
        • +
        + + + +
          +
        • +

          isUint64

          +
          public boolean isUint64()
          +
        • +
        + + + +
          +
        • +

          isObject

          +
          public boolean isObject()
          +
        • +
        + + + +
          +
        • +

          isOpaque

          +
          public boolean isOpaque()
          +
        • +
        + + + +
          +
        • +

          isLogical

          +
          public boolean isLogical()
          +
        • +
        + + + +
          +
        • +

          isFunctionObject

          +
          public boolean isFunctionObject()
          +
        • +
        + + + +
          +
        • +

          isUnknown

          +
          public boolean isUnknown()
          +
        • +
        + + + +
          +
        • +

          getIndex

          +
          protected int getIndex(int m,
          +                       int n)
          +
        • +
        + + + + + + + +
          +
        • +

          contentToString

          +
          public String contentToString()
          +
        • +
        + + + +
          +
        • +

          dispose

          +
          public void dispose()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLCell.html b/javadoc/2.2.0/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..69bd6f3 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLCell

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLCell
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLCell

          +
          public MLCell(String name,
          +              int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLCell

          +
          public MLCell(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLChar.html b/javadoc/2.2.0/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..ca7a645 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLChar.html @@ -0,0 +1,547 @@ + + + + + +MLChar (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLChar

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + + + + + + + + + +
          +
        • +

          MLChar

          +
          public MLChar(String name,
          +              String[] values,
          +              int maxlen)
          +
          Added method to allow initialization of a char array representing + an array of strings.
          +
          +
          Parameters:
          +
          name -
          +
          values -
          +
          maxlen -
          +
          +
        • +
        + + + +
          +
        • +

          MLChar

          +
          public MLChar(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + + + + + +
          +
        • +

          setChar

          +
          public void setChar(char ch,
          +                    int index)
          +
        • +
        + + + +
          +
        • +

          set

          +
          public void set(String value)
          +
          Populates the MLChar with the String value.
          +
          +
          Parameters:
          +
          value - the String value
          +
          +
        • +
        + + + +
          +
        • +

          set

          +
          public void set(String value,
          +                int idx)
          +
          Set one row, specifying the row.
          +
          +
          Parameters:
          +
          value -
          +
          idx -
          +
          +
        • +
        + + + +
          +
        • +

          getChar

          +
          public Character getChar(int m,
          +                         int n)
          +
        • +
        + + + +
          +
        • +

          exportChar

          +
          public Character[] exportChar()
          +
        • +
        + + + +
          +
        • +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
        • +
        + + + +
          +
        • +

          getString

          +
          public String getString(int m)
          +
          Gets the m-th character matrix's row as String.
          +
          +
          Parameters:
          +
          m - - row number
          +
          Returns:
          +
          - String
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLDouble.html b/javadoc/2.2.0/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..6667330 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLDouble.html @@ -0,0 +1,511 @@ + + + + + +MLDouble (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLDouble

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                int[] dims)
          +
          Create a MLDouble array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                Double[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                double[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                double[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Double[] createArray(int m,
          +                            int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public double[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Double buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Double value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Double> getStorageClazz()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLEmptyArray.html b/javadoc/2.2.0/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..2f63e76 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLEmptyArray

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLEmptyArray
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray()
          +
        • +
        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray(String name)
          +
        • +
        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray(String name,
          +                    int[] dims,
          +                    int type,
          +                    int attributes)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLInt16.html b/javadoc/2.2.0/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..a388b8b --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLInt16.html @@ -0,0 +1,515 @@ + + + + + +MLInt16 (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt16

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxINT16_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               int[] dims)
          +
          Create a MLSingle array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               Short[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of Short, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               short[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               short[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of short, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Short[] createArray(int m,
          +                           int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public short[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Short buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Short value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Short> getStorageClazz()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLInt32.html b/javadoc/2.2.0/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..db36b05 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLInt32.html @@ -0,0 +1,514 @@ + + + + + +MLInt32 (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt32

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] dims)
          +
          Create a MLInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               Integer[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Integer[] createArray(int m,
          +                             int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public int[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Integer buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Integer> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Integer value)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLInt64.html b/javadoc/2.2.0/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..704c65d --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLInt64.html @@ -0,0 +1,511 @@ + + + + + +MLInt64 (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt64

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               int[] dims)
          +
          Create a MLInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               Long[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               long[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               long[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Long[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public long[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Long buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Long> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Long value)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLInt8.html b/javadoc/2.2.0/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..22e1413 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLInt8.html @@ -0,0 +1,534 @@ + + + + + +MLInt8 (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt8

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              int[] dims)
          +
          Create a MLUInt8 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              Byte[] vals,
          +              int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              byte[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              byte[] vals,
          +              int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Byte[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public byte[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Byte buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Byte value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Byte> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLJavaObject.html b/javadoc/2.2.0/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..42f78cc --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLJavaObject

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLJavaObject
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getClassName

          +
          public String getClassName()
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public ByteBuffer getContent()
          +
        • +
        + + + +
          +
        • +

          instantiateObject

          +
          public Object instantiateObject()
          +                         throws Exception
          +
          Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
          +
          +
          Throws:
          +
          Exception
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLNumericArray.html b/javadoc/2.2.0/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..b177c7f --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,897 @@ + + + + + +MLNumericArray (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLNumericArray<T extends Number>

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLNumericArray

          +
          public MLNumericArray(String name,
          +                      int[] dims,
          +                      int type,
          +                      int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type
          +
          attributes - - array flags
          +
          +
        • +
        + + + + + +
          +
        • +

          MLNumericArray

          +
          public MLNumericArray(String name,
          +                      int type,
          +                      T[] vals,
          +                      int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          type - - array type
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          allocate

          +
          protected void allocate()
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public T getReal(int m,
          +                 int n)
          +
          Gets single real array element of A(m,n).
          +
          +
          Parameters:
          +
          m - - row index
          +
          n - - column index
          +
          Returns:
          +
          - array element
          +
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public T getReal(int index)
          +
          +
          Parameters:
          +
          index -
          +
          Returns:
          +
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T value,
          +                    int m,
          +                    int n)
          +
          Sets single real array element.
          +
          +
          Parameters:
          +
          value - - element value
          +
          m - - row index
          +
          n - - column index
          +
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T value,
          +                    int index)
          +
          Sets single real array element.
          +
          +
          Parameters:
          +
          value - - element value
          +
          index - - column-packed vector index
          +
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T[] vector)
          +
          Sets real part of matrix
          +
          +
          Parameters:
          +
          vector - - column-packed vector of elements
          +
          +
        • +
        + + + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(T value,
          +                         int m,
          +                         int n)
          +
          Sets single imaginary array element.
          +
          +
          Parameters:
          +
          value - - element value
          +
          m - - row index
          +
          n - - column index
          +
          +
        • +
        + + + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(T value,
          +                         int index)
          +
          Sets single real array element.
          +
          +
          Parameters:
          +
          value - - element value
          +
          index - - column-packed vector index
          +
          +
        • +
        + + + +
          +
        • +

          getImaginary

          +
          public T getImaginary(int m,
          +                      int n)
          +
          Gets single imaginary array element of A(m,n).
          +
          +
          Parameters:
          +
          m - - row index
          +
          n - - column index
          +
          Returns:
          +
          - array element
          +
          +
        • +
        + + + +
          +
        • +

          getImaginary

          +
          public T getImaginary(int index)
          +
          +
          Parameters:
          +
          index -
          +
          Returns:
          +
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int m,
          +                int n)
          +
          Does the same as setReal.
          +
          +
          Parameters:
          +
          value - - element value
          +
          m - - row index
          +
          n - - column index
          +
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int index)
          +
          Does the same as setReal.
          +
          +
          Parameters:
          +
          value - - element value
          +
          index - - column-packed vector index
          +
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int... indices)
          +
          +
          Parameters:
          +
          value - Element value.
          +
          indices - Length must be same as number of dimensions. Element value must be >= 0 and < dimension size for the corresponding dimension.
          +
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int m,
          +             int n)
          +
          Does the same as getReal.
          +
          +
          Parameters:
          +
          m - - row index
          +
          n - - column index
          +
          Returns:
          +
          - array element
          +
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int index)
          +
          +
          Parameters:
          +
          index -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int... indices)
          +
          +
          Parameters:
          +
          indices - Length must be same as number of dimensions. Element value must be >= 0 and < dimension size for the corresponding dimension.
          +
          Returns:
          +
          The value.
          +
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T[] vector)
          +
          +
          Parameters:
          +
          vector -
          +
          +
        • +
        + + + +
          +
        • +

          _get

          +
          protected T _get(ByteBuffer buffer,
          +                 int index)
          +
        • +
        + + + + + +
          +
        • +

          _set

          +
          protected void _set(ByteBuffer buffer,
          +                    T value,
          +                    int index)
          +
        • +
        + + + +
          +
        • +

          putImaginaryByteBuffer

          +
          public void putImaginaryByteBuffer(ByteBuffer buff)
          +
        • +
        + + + +
          +
        • +

          getImaginaryByteBuffer

          +
          public ByteBuffer getImaginaryByteBuffer()
          +
        • +
        + + + +
          +
        • +

          putRealByteBuffer

          +
          public void putRealByteBuffer(ByteBuffer buff)
          +
        • +
        + + + +
          +
        • +

          getRealByteBuffer

          +
          public ByteBuffer getRealByteBuffer()
          +
        • +
        + + + + + + + +
          +
        • +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
        • +
        + + + +
          +
        • +

          dispose

          +
          public void dispose()
          +
          +
          Overrides:
          +
          dispose in class MLArray
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLObject.html b/javadoc/2.2.0/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..5875a64 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLObject.html @@ -0,0 +1,342 @@ + + + + + +MLObject (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLObject

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLObject
      +extends MLStructureObjectBase
      +
      This class represents Matlab's Object object (object array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLObject

          +
          public MLObject(String name,
          +                String className,
          +                int[] dimensions,
          +                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getClassName

          +
          public String getClassName()
          +
        • +
        + + + +
          +
        • +

          setFields

          +
          public void setFields(int i,
          +                      Map<String,MLArray> structure)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLSingle.html b/javadoc/2.2.0/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..54e5bc9 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLSingle.html @@ -0,0 +1,390 @@ + + + + + +MLSingle (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLSingle

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLSingle

          +
          public MLSingle(String name,
          +                Float[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLSingle

          +
          public MLSingle(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Float[] createArray(int m,
          +                           int n)
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Float buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Float value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<?> getStorageClazz()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLSparse.html b/javadoc/2.2.0/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..cbc131d --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLSparse.html @@ -0,0 +1,745 @@ + + + + + +MLSparse (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLSparse

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLSparse

          +
          public MLSparse(String name,
          +                int[] dims,
          +                int attributes,
          +                int nzmax)
          +
          +
          Parameters:
          +
          name -
          +
          dims -
          +
          attributes -
          +
          nzmax -
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + + + + + +
          +
        • +

          getMaxNZ

          +
          public int getMaxNZ()
          +
          Gets maximum number of non-zero values
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getIR

          +
          public int[] getIR()
          +
          Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
          +
        • +
        + + + +
          +
        • +

          getIC

          +
          public int[] getIC()
          +
          Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
          +
        • +
        + + + +
          +
        • +

          getJC

          +
          public int[] getJC()
          +
          Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]?????????1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          createArray

          +
          public Double[] createArray(int m,
          +                            int n)
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public Double getReal(int m,
          +                      int n)
          +
          Description copied from class: MLNumericArray
          +
          Gets single real array element of A(m,n).
          +
          +
          Overrides:
          +
          getReal in class MLNumericArray<Double>
          +
          Parameters:
          +
          m - - row index
          +
          n - - column index
          +
          Returns:
          +
          - array element
          +
          +
        • +
        + + + + + + + +
          +
        • +

          setReal

          +
          public void setReal(Double value,
          +                    int m,
          +                    int n)
          +
          Description copied from class: MLNumericArray
          +
          Sets single real array element.
          +
          +
          Overrides:
          +
          setReal in class MLNumericArray<Double>
          +
          Parameters:
          +
          value -
          +
          m -
          +
          n -
          +
          +
        • +
        + + + +
          +
        • +

          setReal

          +
          public void setReal(Double value,
          +                    int index)
          +
          Description copied from class: MLNumericArray
          +
          Sets single real array element.
          +
          +
          Overrides:
          +
          setReal in class MLNumericArray<Double>
          +
          Parameters:
          +
          value -
          +
          index -
          +
          +
        • +
        + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(Double value,
          +                         int m,
          +                         int n)
          +
          Description copied from class: MLNumericArray
          +
          Sets single imaginary array element.
          +
          +
          Overrides:
          +
          setImaginary in class MLNumericArray<Double>
          +
          Parameters:
          +
          value -
          +
          m -
          +
          n -
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getImaginary

          +
          public Double getImaginary(int m,
          +                           int n)
          +
          Description copied from class: MLNumericArray
          +
          Gets single imaginary array element of A(m,n).
          +
          +
          Overrides:
          +
          getImaginary in class MLNumericArray<Double>
          +
          Parameters:
          +
          m - - row index
          +
          n - - column index
          +
          Returns:
          +
          - array element
          +
          +
        • +
        + + + + + + + +
          +
        • +

          exportReal

          +
          public Double[] exportReal()
          +
          Returns the real part (PR) array. PR has length number-of-nonzero-values.
          +
          +
          Returns:
          +
          real part
          +
          +
        • +
        + + + +
          +
        • +

          exportImaginary

          +
          public Double[] exportImaginary()
          +
          Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Double buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Double value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Double> getStorageClazz()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLStructure.html b/javadoc/2.2.0/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..e5a42f2 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLStructure.html @@ -0,0 +1,305 @@ + + + + + +MLStructure (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLStructure

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLStructure
      +extends MLStructureObjectBase
      +
      This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLStructure

          +
          public MLStructure(String name,
          +                   int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLStructure

          +
          public MLStructure(String name,
          +                   int[] dims,
          +                   int attributes)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLStructureObjectBase.html b/javadoc/2.2.0/com/jmatio/types/MLStructureObjectBase.html new file mode 100644 index 0000000..4c95dfa --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLStructureObjectBase.html @@ -0,0 +1,599 @@ + + + + + +MLStructureObjectBase (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLStructureObjectBase

    +
    +
    + +
    +
      +
    • +
      +
      Direct Known Subclasses:
      +
      MLObject, MLStructure
      +
      +
      +
      +
      public abstract class MLStructureObjectBase
      +extends MLArray
      +
      Base class for MLStructure and MLObject. + + Note: array of structures can contain only structures of the same type + , that means structures must have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLStructureObjectBase

          +
          protected MLStructureObjectBase(String name,
          +                                int[] dims,
          +                                int type,
          +                                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value)
          +
          Sets field for current structure
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          +
        • +
        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value,
          +                     int m,
          +                     int n)
          +
          Sets field for (m,n)'th structure in struct array
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          m -
          +
          n -
          +
          +
        • +
        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value,
          +                     int index)
          +
          Sets filed for structure described by index in struct array
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          index -
          +
          +
        • +
        + + + +
          +
        • +

          getMaxFieldLenth

          +
          public int getMaxFieldLenth()
          +
          Gets the maximum length of field descriptor
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getKeySetToByteArray

          +
          public byte[] getKeySetToByteArray()
          +
          Dumps field names to byte array. Field names are written as Zero End Strings
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getAllFields

          +
          public Collection<MLArray> getAllFields()
          +
          Gets all field from sruct array as flat list of fields.
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name)
          +
          Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getFields

          +
          public Map<String,MLArray> getFields(int i)
          +
          Returns all the fields for the given index.
          +
        • +
        + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name,
          +                        int m,
          +                        int n)
          +
          Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          m -
          +
          n -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name,
          +                        int index)
          +
          Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          index -
          +
          Returns:
          +
          value of the field or null if the field doesn't exist
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLUInt16.html b/javadoc/2.2.0/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..00370f2 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt16

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                Short[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                short[][] vals)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                short[] vals,
          +                int m)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLUInt32.html b/javadoc/2.2.0/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..561a1f7 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt32

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[][] vals)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                Integer[] vals,
          +                int m)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLUInt64.html b/javadoc/2.2.0/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..43e7ee8 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLUInt64.html @@ -0,0 +1,511 @@ + + + + + +MLUInt64 (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt64

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                int[] dims)
          +
          Create a MLUInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                Long[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                long[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                long[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Long[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public long[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Long buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Long> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Long value)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/MLUInt8.html b/javadoc/2.2.0/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..7ae52db --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/MLUInt8.html @@ -0,0 +1,535 @@ + + + + + +MLUInt8 (matfilerw 2.2.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt8

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               int[] dims)
          +
          Create a MLUInt8 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               Byte[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               byte[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               byte[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Byte[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public byte[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Byte buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Byte value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Byte> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          _get

          +
          protected Byte _get(ByteBuffer buffer,
          +                    int index)
          +
          Override to accelerate the performance
          +
          +
          Overrides:
          +
          _get in class MLNumericArray<Byte>
          +
          See Also:
          +
          com.jmatio.types.MLNumericArray#get(java.nio.ByteBuffer, int)
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/package-frame.html b/javadoc/2.2.0/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..e6dddf7 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/package-frame.html @@ -0,0 +1,44 @@ + + + + + +com.jmatio.types (matfilerw 2.2.0 API) + + + + + +

    com.jmatio.types

    + + + diff --git a/javadoc/2.2.0/com/jmatio/types/package-summary.html b/javadoc/2.2.0/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..6b6aa94 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/package-summary.html @@ -0,0 +1,253 @@ + + + + + +com.jmatio.types (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.types

    +
    +
    + +
    + + + + + + diff --git a/javadoc/2.2.0/com/jmatio/types/package-tree.html b/javadoc/2.2.0/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..8346a15 --- /dev/null +++ b/javadoc/2.2.0/com/jmatio/types/package-tree.html @@ -0,0 +1,176 @@ + + + + + +com.jmatio.types Class Hierarchy (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.types

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +
    + + + + + + diff --git a/javadoc/2.2.0/constant-values.html b/javadoc/2.2.0/constant-values.html new file mode 100644 index 0000000..7e73310 --- /dev/null +++ b/javadoc/2.2.0/constant-values.html @@ -0,0 +1,564 @@ + + + + + +Constant Field Values (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Constant Field Values

    +

    Contents

    + +
    +
    + + +

    com.jmatio.*

    + + + +
    + + + + + + diff --git a/javadoc/2.2.0/deprecated-list.html b/javadoc/2.2.0/deprecated-list.html new file mode 100644 index 0000000..a0d7ff1 --- /dev/null +++ b/javadoc/2.2.0/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Deprecated API

    +

    Contents

    + +
    +
    + + +
      +
    • + + + + + + + + + + +
      Deprecated Methods 
      Method and Description
      com.jmatio.io.MatFileReader.getData() +
      use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/2.2.0/help-doc.html b/javadoc/2.2.0/help-doc.html new file mode 100644 index 0000000..2dddfc2 --- /dev/null +++ b/javadoc/2.2.0/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    How This API Document Is Organized

    +
    This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
    +
    +
    +
      +
    • +

      Overview

      +

      The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

      +
    • +
    • +

      Package

      +

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

      +
        +
      • Interfaces (italic)
      • +
      • Classes
      • +
      • Enums
      • +
      • Exceptions
      • +
      • Errors
      • +
      • Annotation Types
      • +
      +
    • +
    • +

      Class/Interface

      +

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      +
        +
      • Class inheritance diagram
      • +
      • Direct Subclasses
      • +
      • All Known Subinterfaces
      • +
      • All Known Implementing Classes
      • +
      • Class/interface declaration
      • +
      • Class/interface description
      • +
      +
        +
      • Nested Class Summary
      • +
      • Field Summary
      • +
      • Constructor Summary
      • +
      • Method Summary
      • +
      +
        +
      • Field Detail
      • +
      • Constructor Detail
      • +
      • Method Detail
      • +
      +

      Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      +
    • +
    • +

      Annotation Type

      +

      Each annotation type has its own separate page with the following sections:

      +
        +
      • Annotation Type declaration
      • +
      • Annotation Type description
      • +
      • Required Element Summary
      • +
      • Optional Element Summary
      • +
      • Element Detail
      • +
      +
    • +
    • +

      Enum

      +

      Each enum has its own separate page with the following sections:

      +
        +
      • Enum declaration
      • +
      • Enum description
      • +
      • Enum Constant Summary
      • +
      • Enum Constant Detail
      • +
      +
    • +
    • +

      Tree (Class Hierarchy)

      +

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

      +
        +
      • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
      • +
      • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
      • +
      +
    • +
    • +

      Deprecated API

      +

      The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

      +
    • +
    • +

      Index

      +

      The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

      +
    • +
    • +

      Prev/Next

      +

      These links take you to the next or previous class, interface, package, or related page.

      +
    • +
    • +

      Frames/No Frames

      +

      These links show and hide the HTML frames. All pages are available with or without frames.

      +
    • +
    • +

      All Classes

      +

      The All Classes link shows all classes and interfaces except non-static nested types.

      +
    • +
    • +

      Serialized Form

      +

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

      +
    • +
    • +

      Constant Field Values

      +

      The Constant Field Values page lists the static final fields and their values.

      +
    • +
    +This help file applies to API documentation generated using the standard doclet.
    + + + + + + diff --git a/javadoc/2.2.0/index-all.html b/javadoc/2.2.0/index-all.html new file mode 100644 index 0000000..be09e0e --- /dev/null +++ b/javadoc/2.2.0/index-all.html @@ -0,0 +1,1443 @@ + + + + + +Index (matfilerw 2.2.0 API) + + + + + + + + + + + +
    A B C D E G H I M N P Q R S T V W _  + + +

    A

    +
    +
    addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
    +
    +
    Add array name to the filter.
    +
    +
    allocate() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    allocate() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    attributes - Variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    B

    +
    +
    buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
    +
    +
    Returns the backing ByteBuffer
    +
    +
    BufferedOutputStream - Class in com.jmatio.io.stream
    +
     
    +
    BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
    +
     
    +
    buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    ByteBufferInputStream - Class in com.jmatio.io.stream
    +
     
    +
    ByteBufferInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
    +
     
    +
    + + + +

    C

    +
    +
    cells() - Method in class com.jmatio.types.MLCell
    +
     
    +
    CHARSET - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    close() - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
     
    +
    com.jmatio.common - package com.jmatio.common
    +
     
    +
    com.jmatio.common.util - package com.jmatio.common.util
    +
     
    +
    com.jmatio.io - package com.jmatio.io
    +
     
    +
    com.jmatio.io.stream - package com.jmatio.io.stream
    +
     
    +
    com.jmatio.types - package com.jmatio.types
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLArray
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLCell
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLChar
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLStructureObjectBase
    +
     
    +
    createArray(int, int) - Method in interface com.jmatio.types.GenericArrayCreator
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLChar
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    createHeader() - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    A factory.
    +
    +
    + + + +

    D

    +
    +
    DEFAULT_ENDIAN - Static variable in class com.jmatio.io.MatFileHeader
    +
     
    +
    DEFAULT_NAME - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
    +
     
    +
    dims - Variable in class com.jmatio.types.MLArray
    +
     
    +
    DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    dispose() - Method in class com.jmatio.types.MLArray
    +
     
    +
    dispose() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    + + + +

    E

    +
    +
    equals(Object) - Method in class com.jmatio.types.MLChar
    +
     
    +
    equals(Object) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    exportChar() - Method in class com.jmatio.types.MLChar
    +
     
    +
    exportImaginary() - Method in class com.jmatio.types.MLSparse
    +
    +
    Returns the imaginary part (PI) array.
    +
    +
    exportReal() - Method in class com.jmatio.types.MLSparse
    +
    +
    Returns the real part (PR) array.
    +
    +
    + + + +

    G

    +
    +
    GenericArrayCreator<T> - Interface in com.jmatio.types
    +
     
    +
    get(int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    get(int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    get(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Does the same as getReal.
    +
    +
    get(int) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    get(int...) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    getAllFields() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets all field from sruct array as flat list of fields.
    +
    +
    getArray() - Method in class com.jmatio.types.MLDouble
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt16
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt32
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt64
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt8
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLUInt64
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLUInt8
    +
    +
    Gets two-dimensional real array.
    +
    +
    getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getByteArray(Double) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getByteArray(Short) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getByteArray(Long) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getByteArray(Float) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getByteArray(Double) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getByteBuffer() - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    getByteOrder() - Method in class com.jmatio.io.MatFileHeader
    +
     
    +
    getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getChar(int, int) - Method in class com.jmatio.types.MLChar
    +
     
    +
    getClassName() - Method in class com.jmatio.types.MLJavaObject
    +
     
    +
    getClassName() - Method in class com.jmatio.types.MLObject
    +
     
    +
    getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
    +
    +
    Returns the content of the field/cell/object.
    +
    +
    getContent() - Method in class com.jmatio.io.MatFile
    +
     
    +
    getContent() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Returns a map of MLArray objects that were inside MAT-file.
    +
    +
    getContent() - Method in class com.jmatio.types.MLJavaObject
    +
     
    +
    getData() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Deprecated. +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
    +
    getDescription() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    Gets descriptive text
    +
    +
    getDimensions() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getEndianIndicator() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    Gets endian indicator.
    +
    +
    getField(String) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
    +
    +
    getField(String, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
    +
    +
    getField(String, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
    +
    +
    getFieldNames() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Returns the Collection of keys for this structure.
    +
    +
    getFields(int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Returns all the fields for the given index.
    +
    +
    getFlags() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getHeader() - Method in class com.jmatio.io.MatFile
    +
     
    +
    getIC() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
    +
    +
    getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Gets single imaginary array element of A(m,n).
    +
    +
    getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getImaginary(int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    getIndex(int...) - Method in class com.jmatio.types.MLArray
    +
    +
    Returns the one-dim index for indexes in each of the dimensions for this array.
    +
    +
    getIndex(int, int) - Method in class com.jmatio.types.MLArray
    +
     
    +
    getIndex(int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    getIR() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
    +
    +
    getJC() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets column indices.
    +
    +
    getKeySetToByteArray() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Dumps field names to byte array.
    +
    +
    getM() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Gets MAT-file header
    +
    +
    getMaxFieldLenth() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets the maximum length of field descriptor
    +
    +
    getMaxNZ() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets maximum number of non-zero values
    +
    +
    getMLArray(String) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Returns the value to which the red file maps the specified array name.
    +
    +
    getN() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getName() - Method in class com.jmatio.types.MLArray
    +
    +
    Gets array name
    +
    +
    getNameToByteArray() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getNDimensions() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Gets single real array element of A(m,n).
    +
    +
    getReal(int) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    getReal(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getReal(int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    getSize() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getString(int) - Method in class com.jmatio.types.MLChar
    +
    +
    Gets the m-th character matrix's row as String.
    +
    +
    getType() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getVersion() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    When creating a MAT-file, set version to 0x0100
    +
    +
    + + + +

    H

    +
    +
    hashCode() - Method in class com.jmatio.types.MLChar
    +
     
    +
    hashCode() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    HeapBufferDataOutputStream - Class in com.jmatio.io.stream
    +
     
    +
    HeapBufferDataOutputStream() - Constructor for class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    + + + +

    I

    +
    +
    instantiateObject() - Method in class com.jmatio.types.MLJavaObject
    +
    +
    Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
    +
    +
    isCell() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isChar() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isComplex() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isDouble() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isEmpty() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isFunctionObject() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt16() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt32() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt64() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt8() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isLogical() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isObject() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isOpaque() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isSingle() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isSparse() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isStruct() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint16() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint32() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint64() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint8() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUnknown() - Method in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    M

    +
    +
    matches(String) - Method in class com.jmatio.io.MatFileFilter
    +
    +
    Test if given name matches the filter.
    +
    +
    MatDataTypes - Class in com.jmatio.common
    +
    +
    MAT-file data types
    +
    +
    MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
    +
     
    +
    MatFile - Class in com.jmatio.io
    +
    +
    MatFileReader's API is vague.
    +
    +
    MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
    +
     
    +
    MatFileFilter - Class in com.jmatio.io
    +
    +
    File filter.
    +
    +
    MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
    +
    +
    Creates empty filter intance.
    +
    +
    MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
    +
    +
    Create filter intance and add array names.
    +
    +
    MatFileHeader - Class in com.jmatio.io
    +
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    +
    MatFileHeader(String, int, ByteOrder) - Constructor for class com.jmatio.io.MatFileHeader
    +
    +
    New MAT-file header
    +
    +
    MatFileIncrementalWriter - Class in com.jmatio.io
    +
    +
    MAT-file Incremental writer.
    +
    +
    MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creates a writer to a file given the filename.
    +
    +
    MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creats a writer to a file given the File object.
    +
    +
    MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creates a writer for a file, given an output channel to the file..
    +
    +
    MatFileInputStream - Class in com.jmatio.io.stream
    +
    +
    MAT-file input stream class.
    +
    +
    MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Attach MAT-file input stream to InputStream
    +
    +
    MatFileReader - Class in com.jmatio.io
    +
     
    +
    MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
    +
    +
    MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
    +
    +
    MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from file.
    +
    +
    MatFileReader(File, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader(MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader(InputStream, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileReader(InputStream, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileType - Enum in com.jmatio.io
    +
    +
    Describes the type of Mat file.
    +
    +
    MatFileWriter - Class in com.jmatio.io
    +
    +
    MAT-file writer.
    +
    +
    MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Creates the new MatFileWriter instance
    +
    +
    MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into file given by fileName.
    +
    +
    MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into File.
    +
    +
    MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into OuputSteram.
    +
    +
    MatlabIOException - Exception in com.jmatio.io
    +
    +
    MAT-file reader/writer exception
    +
    +
    MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
    +
     
    +
    MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    MLArray - Class in com.jmatio.types
    +
     
    +
    MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
    +
     
    +
    MLArrayQuery - Class in com.jmatio.common.util
    +
    +
    The JMatIO query parser.
    +
    +
    MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
    +
     
    +
    MLCell - Class in com.jmatio.types
    +
     
    +
    MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
    +
     
    +
    MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
    +
     
    +
    MLChar - Class in com.jmatio.types
    +
     
    +
    MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Creates the 1 x String.length() MLChar from the given + String.
    +
    +
    MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Create the MLChar from array of Strings.
    +
    +
    MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Added method to allow initialization of a char array representing + an array of strings.
    +
    +
    MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
    +
     
    +
    MLDouble - Class in com.jmatio.types
    +
    +
    Class represents Double array (matrix)
    +
    +
    MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Create a MLDouble array with given name, + and dimensions.
    +
    +
    MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
    +
    +
    MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLEmptyArray - Class in com.jmatio.types
    +
     
    +
    MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLInt16 - Class in com.jmatio.types
    +
    +
    Class represents Int16 array (matrix)
    +
    +
    MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Create a MLSingle array with given name, + and dimensions.
    +
    +
    MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
    +
    +
    MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt32 - Class in com.jmatio.types
    +
     
    +
    MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Create a MLInt64 array with given name, + and dimensions.
    +
    +
    MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt64 - Class in com.jmatio.types
    +
    +
    Class represents Int64 (long) array (matrix)
    +
    +
    MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Create a MLInt64 array with given name, + and dimensions.
    +
    +
    MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt8 - Class in com.jmatio.types
    +
     
    +
    MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Create a MLUInt8 array with given name, + and dimensions.
    +
    +
    MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLJavaObject - Class in com.jmatio.types
    +
     
    +
    MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
    +
     
    +
    MLNumericArray<T extends Number> - Class in com.jmatio.types
    +
     
    +
    MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLObject - Class in com.jmatio.types
    +
    +
    This class represents Matlab's Object object (object array).
    +
    +
    MLObject(String, String, int[], int) - Constructor for class com.jmatio.types.MLObject
    +
     
    +
    MLSingle - Class in com.jmatio.types
    +
     
    +
    MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
    +
     
    +
    MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
    +
     
    +
    MLSparse - Class in com.jmatio.types
    +
     
    +
    MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
    +
     
    +
    mlStructArray - Variable in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Array of structures
    +
    +
    MLStructure - Class in com.jmatio.types
    +
    +
    This class represents Matlab's Structure object (structure array).
    +
    +
    MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
    +
     
    +
    MLStructure(String, int[], int) - Constructor for class com.jmatio.types.MLStructure
    +
     
    +
    MLStructureObjectBase - Class in com.jmatio.types
    +
    +
    Base class for MLStructure and MLObject.
    +
    +
    MLStructureObjectBase(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructureObjectBase
    +
     
    +
    MLUInt16 - Class in com.jmatio.types
    +
     
    +
    MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt32 - Class in com.jmatio.types
    +
     
    +
    MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt64 - Class in com.jmatio.types
    +
    +
    Class represents Int64 (long) array (matrix)
    +
    +
    MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Create a MLUInt64 array with given name, + and dimensions.
    +
    +
    MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLUInt8 - Class in com.jmatio.types
    +
    +
    Class represents UInt8 (byte) array (matrix)
    +
    +
    MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Create a MLUInt8 array with given name, + and dimensions.
    +
    +
    MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    N

    +
    +
    name - Variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    P

    +
    +
    parseByteOrder(byte[]) - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
    +
    +
    parseFrom(String, byte[], byte[]) - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
    +
    +
    putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    + + + +

    Q

    +
    +
    q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
    +
     
    +
    query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
    +
    +
    Parses the query string and returns the object it refers to.
    +
    +
    + + + +

    R

    +
    +
    read(File) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(InputStream) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(File, int) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
    +
     
    +
    read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
    +
     
    +
    read(InputStream, MatFileFilter) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Read a mat file from a stream.
    +
    +
    read() - Method in class com.jmatio.io.SimulinkDecoder
    +
     
    +
    read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a bare set of bytes.
    +
    +
    readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
     
    +
    readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to char.
    +
    +
    readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to double.
    +
    +
    readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readFull(ByteBuffer, MatFileType) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to int.
    +
    +
    readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads the data into a ByteBuffer.
    +
    +
    + + + +

    S

    +
    +
    set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    set(MLArray, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    set(String) - Method in class com.jmatio.types.MLChar
    +
    +
    Populates the MLChar with the String value.
    +
    +
    set(String, int) - Method in class com.jmatio.types.MLChar
    +
    +
    Set one row, specifying the row.
    +
    +
    set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Does the same as setReal.
    +
    +
    set(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Does the same as setReal.
    +
    +
    set(T, int...) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    set(T[]) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    setChar(char, int) - Method in class com.jmatio.types.MLChar
    +
     
    +
    setField(String, MLArray) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets field for current structure
    +
    +
    setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets field for (m,n)'th structure in struct array
    +
    +
    setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets filed for structure described by index in struct array
    +
    +
    setFields(int, Map<String, MLArray>) - Method in class com.jmatio.types.MLObject
    +
     
    +
    setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets single imaginary array element.
    +
    +
    setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets single real array element.
    +
    +
    setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets single real array element.
    +
    +
    setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets single real array element.
    +
    +
    setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets real part of matrix
    +
    +
    setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setReal(Double, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    SimulinkDecoder - Class in com.jmatio.io
    +
    +
    This class decodes the Simulink base64 representation of a MAT file.
    +
    +
    SimulinkDecoder(String) - Constructor for class com.jmatio.io.SimulinkDecoder
    +
     
    +
    size() - Method in class com.jmatio.io.stream.BufferedOutputStream
    +
     
    +
    sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
    +
    +
    Return number of bytes for given type.
    +
    +
    skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
    +
     
    +
    + + + +

    T

    +
    +
    toString() - Method in class com.jmatio.io.MatFileHeader
    +
     
    +
    toString() - Method in class com.jmatio.types.MLArray
    +
     
    +
    type - Variable in class com.jmatio.types.MLArray
    +
     
    +
    typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
    +
    +
    Get String representation of a data type
    +
    +
    typeToString(int) - Static method in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    V

    +
    +
    valueOf(String) - Static method in enum com.jmatio.io.MatFileType
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    +
    values() - Static method in enum com.jmatio.io.MatFileType
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    +
    + + + +

    W

    +
    +
    write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
     
    +
    write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Writes MLArrays into WritableByteChannel.
    +
    +
    write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into file created from + filepath.
    +
    +
    write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into File
    +
    +
    write(ByteBuffer) - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    + + + +

    _

    +
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
    +
    +
    Override to accelerate the performance
    +
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
    +
    +
    Override to accelerate the performance
    +
    +
    _set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    +A B C D E G H I M N P Q R S T V W _ 
    + + + + + + diff --git a/javadoc/2.2.0/index.html b/javadoc/2.2.0/index.html new file mode 100644 index 0000000..3fcc2f6 --- /dev/null +++ b/javadoc/2.2.0/index.html @@ -0,0 +1,74 @@ + + + + + +matfilerw 2.2.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/2.2.0/overview-frame.html b/javadoc/2.2.0/overview-frame.html new file mode 100644 index 0000000..55a92c7 --- /dev/null +++ b/javadoc/2.2.0/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (matfilerw 2.2.0 API) + + + + + +

    com.diffplug.matsim:matfilerw:2.2.0 by DiffPlug

    + + +

     

    + + diff --git a/javadoc/2.2.0/overview-summary.html b/javadoc/2.2.0/overview-summary.html new file mode 100644 index 0000000..2d9a256 --- /dev/null +++ b/javadoc/2.2.0/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    matfilerw 2.2.0 API

    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Packages 
    PackageDescription
    com.jmatio.common 
    com.jmatio.common.util 
    com.jmatio.io 
    com.jmatio.io.stream 
    com.jmatio.types 
    +
    + + + + + + diff --git a/javadoc/2.2.0/overview-tree.html b/javadoc/2.2.0/overview-tree.html new file mode 100644 index 0000000..673b5dd --- /dev/null +++ b/javadoc/2.2.0/overview-tree.html @@ -0,0 +1,230 @@ + + + + + +Class Hierarchy (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Hierarchy For All Packages

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +

    Enum Hierarchy

    + +
    + + + + + + diff --git a/javadoc/2.2.0/package-list b/javadoc/2.2.0/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/2.2.0/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/2.2.0/script.js b/javadoc/2.2.0/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/2.2.0/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/2.2.0/serialized-form.html b/javadoc/2.2.0/serialized-form.html new file mode 100644 index 0000000..760dcf1 --- /dev/null +++ b/javadoc/2.2.0/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (matfilerw 2.2.0 API) + + + + + + + + + + + +
    +

    Serialized Form

    +
    +
    + +
    + + + + + + diff --git a/javadoc/2.2.0/stylesheet.css b/javadoc/2.2.0/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/2.2.0/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From 4cd0b62291e1eb8462e77f6500371550857c9dbc Mon Sep 17 00:00:00 2001 From: travis-ci Date: Tue, 9 Feb 2016 10:07:57 +0000 Subject: [PATCH 31/56] Lastest javadoc on successful travis build 50 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 4 ++-- javadoc/snapshot/allclasses-noframe.html | 4 ++-- javadoc/snapshot/com/jmatio/common/MatDataTypes.html | 10 +++++----- .../snapshot/com/jmatio/common/package-frame.html | 4 ++-- .../snapshot/com/jmatio/common/package-summary.html | 10 +++++----- javadoc/snapshot/com/jmatio/common/package-tree.html | 10 +++++----- .../com/jmatio/common/util/MLArrayQuery.html | 10 +++++----- .../com/jmatio/common/util/package-frame.html | 4 ++-- .../com/jmatio/common/util/package-summary.html | 10 +++++----- .../com/jmatio/common/util/package-tree.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFile.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 10 +++++----- .../com/jmatio/io/MatFileIncrementalWriter.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFileReader.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFileType.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 10 +++++----- .../snapshot/com/jmatio/io/MatlabIOException.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/package-frame.html | 4 ++-- javadoc/snapshot/com/jmatio/io/package-summary.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/package-tree.html | 10 +++++----- .../com/jmatio/io/stream/BufferedOutputStream.html | 10 +++++----- .../com/jmatio/io/stream/ByteBufferInputStream.html | 10 +++++----- .../jmatio/io/stream/HeapBufferDataOutputStream.html | 10 +++++----- .../com/jmatio/io/stream/MatFileInputStream.html | 10 +++++----- .../snapshot/com/jmatio/io/stream/package-frame.html | 4 ++-- .../com/jmatio/io/stream/package-summary.html | 10 +++++----- .../snapshot/com/jmatio/io/stream/package-tree.html | 10 +++++----- .../com/jmatio/types/ByteStorageSupport.html | 10 +++++----- .../com/jmatio/types/GenericArrayCreator.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLArray.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLCell.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLChar.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLDouble.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLEmptyArray.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLInt16.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLInt32.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLInt64.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLInt8.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLJavaObject.html | 10 +++++----- .../snapshot/com/jmatio/types/MLNumericArray.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLObject.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLSingle.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLSparse.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLStructure.html | 10 +++++----- .../com/jmatio/types/MLStructureObjectBase.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLUInt16.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLUInt32.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLUInt64.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLUInt8.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/package-frame.html | 4 ++-- .../snapshot/com/jmatio/types/package-summary.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/package-tree.html | 10 +++++----- javadoc/snapshot/constant-values.html | 10 +++++----- javadoc/snapshot/deprecated-list.html | 10 +++++----- javadoc/snapshot/help-doc.html | 10 +++++----- javadoc/snapshot/index-all.html | 10 +++++----- javadoc/snapshot/index.html | 4 ++-- javadoc/snapshot/overview-frame.html | 6 +++--- javadoc/snapshot/overview-summary.html | 12 ++++++------ javadoc/snapshot/overview-tree.html | 10 +++++----- javadoc/snapshot/serialized-form.html | 10 +++++----- 63 files changed, 290 insertions(+), 290 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index 35372dc..20671da 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,8 +2,8 @@ - -All Classes (matfilerw 2.2.0-SNAPSHOT API) + +All Classes (matfilerw 2.3.0-SNAPSHOT API) diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index f2ec683..1f84b4b 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,8 +2,8 @@ - -All Classes (matfilerw 2.2.0-SNAPSHOT API) + +All Classes (matfilerw 2.3.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index e58d67d..fa826f3 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,8 +2,8 @@ - -MatDataTypes (matfilerw 2.2.0-SNAPSHOT API) + +MatDataTypes (matfilerw 2.3.0-SNAPSHOT API) @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 2f940d6..ccb2953 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,8 +2,8 @@ - -com.jmatio.common (matfilerw 2.2.0-SNAPSHOT API) + +com.jmatio.common (matfilerw 2.3.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index e1debed..fbbc1fa 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,8 +2,8 @@ - -com.jmatio.common.util (matfilerw 2.2.0-SNAPSHOT API) + +com.jmatio.common.util (matfilerw 2.3.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 2f0386b..a33583b 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,8 +2,8 @@ - -com.jmatio.io (matfilerw 2.2.0-SNAPSHOT API) + +com.jmatio.io (matfilerw 2.3.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 182963c..a2591eb 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,8 +2,8 @@ - -com.jmatio.io.stream (matfilerw 2.2.0-SNAPSHOT API) + +com.jmatio.io.stream (matfilerw 2.3.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 5996b98..76d3f7a 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,8 +2,8 @@ - -com.jmatio.types (matfilerw 2.2.0-SNAPSHOT API) + +com.jmatio.types (matfilerw 2.3.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ -

    com.diffplug.matsim:matfilerw:2.2.0-SNAPSHOT by DiffPlug

    +

    com.diffplug.matsim:matfilerw:2.3.0-SNAPSHOT by DiffPlug

    Packages

    diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 71b1886..de8ec0a 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,8 +2,8 @@ - -Overview (matfilerw 2.2.0-SNAPSHOT API) + +Overview (matfilerw 2.3.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 1f84b4b..1d7b38d 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index fa826f3..6c5fc17 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 80ad46c..6238235 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index ccb2953..27feb32 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index 8466bf8..f94721f 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index 9206d52..cc9125f 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 8c60bcb..c1b40f8 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index fbbc1fa..c14e064 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index d9be10a..e8809b7 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index 361e507..de1a2fb 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index d161e26..2d9b998 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index 3bfea88..53a33f8 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index 70c78bf..1723adc 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 8c1c20d..95aa05c 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index 5c49d8b..e058f51 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index acb0a3e..55272e8 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 62218d9..7174e0b 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index b314bc7..d602219 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 2a829b3..36fabfe 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index a33583b..6891220 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 146a416..2e3caa4 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 076a830..9129fda 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index 04abc82..e54e516 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 5c36530..8e53906 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index f5e0798..5edf181 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index bf60ce3..4b282ac 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index a2591eb..237460d 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index 943f182..e9d8a8f 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index 7e2e91e..fef2aa7 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html index 2f68d34..d6aee43 100644 --- a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html +++ b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html @@ -2,9 +2,9 @@ - + GenericArrayCreator (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index d40b68b..380f725 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index a39b8ad..f59ccd1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index 4396f30..84665fe 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index f962be6..a1cdd64 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index 010bb84..e0164cf 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,9 +2,9 @@ - + MLEmptyArray (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index 017b4d2..3c9209a 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,9 +2,9 @@ - + MLInt16 (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index 3e8bbf7..a3c3cae 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,9 +2,9 @@ - + MLInt32 (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index 9421fc8..83baa47 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,9 +2,9 @@ - + MLInt64 (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index a2fbcb7..d160bb6 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,9 +2,9 @@ - + MLInt8 (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index 97f72e1..5db192d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,9 +2,9 @@ - + MLJavaObject (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index e0b85eb..df2bb22 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,9 +2,9 @@ - + MLNumericArray (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index a7d3158..1744f38 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,9 +2,9 @@ - + MLObject (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index f7b7cfc..6aa0ec9 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,9 +2,9 @@ - + MLSingle (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index d6a5fe5..e2ef675 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,9 +2,9 @@ - + MLSparse (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index 496b544..0fdad01 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,9 +2,9 @@ - + MLStructure (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index dd994fa..72d11cf 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,9 +2,9 @@ - + MLStructureObjectBase (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 84e9915..f92d6ed 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,9 +2,9 @@ - + MLUInt16 (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index e189f1a..c2ae17d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,9 +2,9 @@ - + MLUInt32 (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index 35b9b1e..76a97c3 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,9 +2,9 @@ - + MLUInt64 (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index 8b8690b..8523635 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,9 +2,9 @@ - + MLUInt8 (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 5ccea96..253379d 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 76d3f7a..439777f 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index 14f01c9..2d62746 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.types Class Hierarchy (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index 5bbad3a..acaf335 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index e33ec6d..9f466c6 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index 71715d3..0f23fc2 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,9 +2,9 @@ - + API Help (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index 29b1ffd..86dfbe9 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,9 +2,9 @@ - + Index (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 347cf56..fef7071 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 2.3.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index de8ec0a..7c938a0 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index 4a488c5..ddf2154 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index f76f9a0..33abe81 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 2.3.0-SNAPSHOT API) - + From b04dc867628eb492d4b7c48335f38c11951760b8 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Thu, 28 Jul 2016 19:06:59 +0000 Subject: [PATCH 33/56] Lastest javadoc on successful travis build 53 auto-pushed to gh-pages --- javadoc/snapshot/allclasses-frame.html | 5 +- javadoc/snapshot/allclasses-noframe.html | 5 +- .../com/jmatio/common/MatDataTypes.html | 4 +- .../com/jmatio/common/package-frame.html | 4 +- .../com/jmatio/common/package-summary.html | 4 +- .../com/jmatio/common/package-tree.html | 4 +- .../com/jmatio/common/util/MLArrayQuery.html | 4 +- .../com/jmatio/common/util/package-frame.html | 4 +- .../jmatio/common/util/package-summary.html | 4 +- .../com/jmatio/common/util/package-tree.html | 4 +- javadoc/snapshot/com/jmatio/io/MatFile.html | 4 +- .../snapshot/com/jmatio/io/MatFileFilter.html | 4 +- .../snapshot/com/jmatio/io/MatFileHeader.html | 4 +- .../jmatio/io/MatFileIncrementalWriter.html | 4 +- .../snapshot/com/jmatio/io/MatFileReader.html | 4 +- .../snapshot/com/jmatio/io/MatFileType.html | 4 +- .../snapshot/com/jmatio/io/MatFileWriter.html | 4 +- .../com/jmatio/io/MatlabIOException.html | 4 +- .../com/jmatio/io/SimulinkDecoder.html | 4 +- .../snapshot/com/jmatio/io/package-frame.html | 4 +- .../com/jmatio/io/package-summary.html | 4 +- .../snapshot/com/jmatio/io/package-tree.html | 4 +- .../io/stream/BufferedOutputStream.html | 4 +- .../io/stream/ByteBufferInputStream.html | 4 +- .../io/stream/HeapBufferDataOutputStream.html | 4 +- .../jmatio/io/stream/MatFileInputStream.html | 4 +- .../com/jmatio/io/stream/package-frame.html | 4 +- .../com/jmatio/io/stream/package-summary.html | 4 +- .../com/jmatio/io/stream/package-tree.html | 4 +- .../com/jmatio/types/ByteStorageSupport.html | 4 +- .../com/jmatio/types/GenericArrayCreator.html | 4 +- .../snapshot/com/jmatio/types/MLArray.html | 6 +- javadoc/snapshot/com/jmatio/types/MLCell.html | 4 +- javadoc/snapshot/com/jmatio/types/MLChar.html | 4 +- .../snapshot/com/jmatio/types/MLDouble.html | 4 +- .../com/jmatio/types/MLEmptyArray.html | 8 +- .../snapshot/com/jmatio/types/MLHandle.html | 323 ++++++++++++++++++ .../snapshot/com/jmatio/types/MLInt16.html | 8 +- .../snapshot/com/jmatio/types/MLInt32.html | 4 +- .../snapshot/com/jmatio/types/MLInt64.html | 4 +- javadoc/snapshot/com/jmatio/types/MLInt8.html | 4 +- .../com/jmatio/types/MLJavaObject.html | 4 +- .../com/jmatio/types/MLNumericArray.html | 4 +- .../snapshot/com/jmatio/types/MLObject.html | 4 +- .../snapshot/com/jmatio/types/MLSingle.html | 4 +- .../snapshot/com/jmatio/types/MLSparse.html | 4 +- .../com/jmatio/types/MLStructure.html | 4 +- .../jmatio/types/MLStructureObjectBase.html | 4 +- .../snapshot/com/jmatio/types/MLUInt16.html | 4 +- .../snapshot/com/jmatio/types/MLUInt32.html | 4 +- .../snapshot/com/jmatio/types/MLUInt64.html | 4 +- .../snapshot/com/jmatio/types/MLUInt8.html | 4 +- .../com/jmatio/types/package-frame.html | 5 +- .../com/jmatio/types/package-summary.html | 38 ++- .../com/jmatio/types/package-tree.html | 5 +- javadoc/snapshot/constant-values.html | 4 +- javadoc/snapshot/deprecated-list.html | 4 +- javadoc/snapshot/help-doc.html | 4 +- javadoc/snapshot/index-all.html | 14 +- javadoc/snapshot/index.html | 2 +- javadoc/snapshot/overview-frame.html | 4 +- javadoc/snapshot/overview-summary.html | 4 +- javadoc/snapshot/overview-tree.html | 5 +- javadoc/snapshot/serialized-form.html | 4 +- 64 files changed, 488 insertions(+), 144 deletions(-) create mode 100644 javadoc/snapshot/com/jmatio/types/MLHandle.html diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index c3cddc7..85c90bc 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 2.3.0-SNAPSHOT API) - + @@ -33,6 +33,7 @@

    All Classes

  • MLChar
  • MLDouble
  • MLEmptyArray
  • +
  • MLHandle
  • MLInt16
  • MLInt32
  • MLInt64
  • diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 1d7b38d..ca34396 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 2.3.0-SNAPSHOT API) - + @@ -33,6 +33,7 @@

    All Classes

  • MLChar
  • MLDouble
  • MLEmptyArray
  • +
  • MLHandle
  • MLInt16
  • MLInt32
  • MLInt64
  • diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 6c5fc17..36f087c 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 6238235..8cf9ca3 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 27feb32..ec05533 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index f94721f..0c911d6 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index cc9125f..db9cc63 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index c1b40f8..1c53088 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index c14e064..a3c8c2f 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index e8809b7..0afe391 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index de1a2fb..2c0f64c 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index 2d9b998..d070c53 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index 53a33f8..9ec0387 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index 1723adc..bd56832 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 95aa05c..d6d754d 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index e058f51..1b173f5 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 55272e8..ce11011 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 7174e0b..92cd98d 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index d602219..88f50f9 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 36fabfe..596145a 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 6891220..0fda793 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 2e3caa4..b3b8f32 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 9129fda..938beb0 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index e54e516..d081070 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 8e53906..57839b2 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index 5edf181..be394f9 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index 4b282ac..e0a3b49 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 237460d..d61ee4f 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index e9d8a8f..9950e51 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index fef2aa7..3d5e7b4 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html index d6aee43..e45c930 100644 --- a/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html +++ b/javadoc/snapshot/com/jmatio/types/GenericArrayCreator.html @@ -2,9 +2,9 @@ - + GenericArrayCreator (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 380f725..85ad48e 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 2.3.0-SNAPSHOT API) - + @@ -109,7 +109,7 @@

    Class MLArray

  • Direct Known Subclasses:
    -
    MLCell, MLChar, MLEmptyArray, MLJavaObject, MLNumericArray, MLStructureObjectBase
    +
    MLCell, MLChar, MLEmptyArray, MLHandle, MLJavaObject, MLNumericArray, MLStructureObjectBase


    diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index f59ccd1..b5b79b1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index 84665fe..c544566 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index a1cdd64..512646b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 2.3.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index e0164cf..25de3af 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,9 +2,9 @@ - + MLEmptyArray (matfilerw 2.3.0-SNAPSHOT API) - + @@ -44,7 +44,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index 28d95ba..bfba6e9 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,9 +2,9 @@ - + DeterministicKeyMap (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 17f04c2..b6ac9a4 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 0189303..8c3ca94 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index f98bd65..9716b53 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index 553a58f..9f3caa2 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index a810ff0..a2e4404 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index a07ca83..ef71f38 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index d2a1674..caefc75 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index e5fb9b3..5b54dee 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index beb58c3..b225448 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index c448676..1b1d9e8 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index 2820424..86b5ac3 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index f3e269f..57529cd 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index b6e7685..83ac652 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index 42f366c..9b7bbdd 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 07c7d07..198ddf3 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 4af5ff4..5aff3ec 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 0f00d38..725bcb0 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 205cfb9..c9047fc 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 4bda0ea..54b1872 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 1ca12d8..a9a5e7a 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index c7a7478..b3c57bf 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index c1e5f5d..d6a1358 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index a80c982..6cfdd03 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index 6a092e2..000fc1e 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index 0500283..f13b07f 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 9575af0..0cd52ae 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index 476d88c..c6b4073 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index 65d9054..49c36e2 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 04b19fb..e71a0f1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index 7b1d062..ec8db5a 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index d8e58c6..013509c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 7c747c1..70115d1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 3.0.0-SNAPSHOT API) - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -240,6 +240,12 @@

    Method Summary

    Class<Double> getStorageClazz()  + +protected Double +zero() +
    Returns the value of "zero" for this type of array.
    + +
  • -
    A B C D E G H I K M N P Q R S T V W _  +
    A B C D E G H I K M N P Q R S T V W Z _ 

    A

    @@ -421,7 +421,7 @@

    G

    getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
    -
    Returns the imaginary value at the given index.
    +
    Returns the imaginary value at the given index, always 0 for non-complex arrays.
    getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
    @@ -1457,6 +1457,40 @@

    W

    write(ByteBuffer) - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
     
    + + + +

    Z

    +
    +
    zero() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    zero() - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value of "zero" for this type of array.
    +
    +
    zero() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    zero() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    zero() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    zero() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    Zeros - Class in com.jmatio.types
    +
    +
    Singleton implementations of zero for each number type.
    +
    +
    Zeros() - Constructor for class com.jmatio.types.Zeros
    +
     
    +
    @@ -1475,7 +1509,7 @@

    _

    _set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
     
    -A B C D E G H I K M N P Q R S T V W _ 
    +A B C D E G H I K M N P Q R S T V W Z _ 
    diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 05cf283..51e5719 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 3.0.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 3a6787d..952d5e7 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 3.0.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index 81d73e8..de3e62d 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 3.0.0-SNAPSHOT API) - + @@ -160,6 +160,7 @@

    Class Hierarchy

    +
  • com.jmatio.types.Zeros
  • diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index 4e70b4a..6374c43 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 3.0.0-SNAPSHOT API) - + From 234962bab47c1e91b0f8850bce2eca25f7e513ce Mon Sep 17 00:00:00 2001 From: travis Date: Wed, 23 Nov 2016 07:35:58 +0000 Subject: [PATCH 43/56] Publish of Github pages from Gradle. --- javadoc/3.0.0/allclasses-frame.html | 57 + javadoc/3.0.0/allclasses-noframe.html | 57 + .../jmatio/common/DeterministicKeyMap.html | 587 +++++++ .../3.0.0/com/jmatio/common/MatDataTypes.html | 784 +++++++++ .../com/jmatio/common/package-frame.html | 21 + .../com/jmatio/common/package-summary.html | 152 ++ .../3.0.0/com/jmatio/common/package-tree.html | 138 ++ .../com/jmatio/common/util/MLArrayQuery.html | 333 ++++ .../com/jmatio/common/util/package-frame.html | 20 + .../jmatio/common/util/package-summary.html | 144 ++ .../com/jmatio/common/util/package-tree.html | 137 ++ javadoc/3.0.0/com/jmatio/io/MatFile.html | 381 ++++ .../3.0.0/com/jmatio/io/MatFileFilter.html | 345 ++++ .../3.0.0/com/jmatio/io/MatFileHeader.html | 491 ++++++ .../jmatio/io/MatFileIncrementalWriter.html | 412 +++++ .../3.0.0/com/jmatio/io/MatFileReader.html | 800 +++++++++ javadoc/3.0.0/com/jmatio/io/MatFileType.html | 342 ++++ .../3.0.0/com/jmatio/io/MatFileWriter.html | 425 +++++ .../com/jmatio/io/MatlabIOException.html | 268 +++ .../3.0.0/com/jmatio/io/SimulinkDecoder.html | 295 ++++ .../3.0.0/com/jmatio/io/package-frame.html | 34 + .../3.0.0/com/jmatio/io/package-summary.html | 215 +++ javadoc/3.0.0/com/jmatio/io/package-tree.html | 172 ++ .../io/stream/BufferedOutputStream.html | 314 ++++ .../io/stream/ByteBufferInputStream.html | 320 ++++ .../io/stream/HeapBufferDataOutputStream.html | 372 ++++ .../jmatio/io/stream/MatFileInputStream.html | 404 +++++ .../com/jmatio/io/stream/package-frame.html | 23 + .../com/jmatio/io/stream/package-summary.html | 156 ++ .../com/jmatio/io/stream/package-tree.html | 152 ++ .../com/jmatio/types/ByteStorageSupport.html | 266 +++ javadoc/3.0.0/com/jmatio/types/MLArray.html | 1232 +++++++++++++ javadoc/3.0.0/com/jmatio/types/MLCell.html | 414 +++++ javadoc/3.0.0/com/jmatio/types/MLChar.html | 523 ++++++ javadoc/3.0.0/com/jmatio/types/MLDouble.html | 532 ++++++ .../3.0.0/com/jmatio/types/MLEmptyArray.html | 294 ++++ javadoc/3.0.0/com/jmatio/types/MLHandle.html | 323 ++++ javadoc/3.0.0/com/jmatio/types/MLInt16.html | 536 ++++++ javadoc/3.0.0/com/jmatio/types/MLInt32.html | 535 ++++++ javadoc/3.0.0/com/jmatio/types/MLInt64.html | 532 ++++++ javadoc/3.0.0/com/jmatio/types/MLInt8.html | 555 ++++++ .../3.0.0/com/jmatio/types/MLJavaObject.html | 336 ++++ .../com/jmatio/types/MLNumericArray.html | 925 ++++++++++ javadoc/3.0.0/com/jmatio/types/MLObject.html | 358 ++++ javadoc/3.0.0/com/jmatio/types/MLSingle.html | 411 +++++ javadoc/3.0.0/com/jmatio/types/MLSparse.html | 825 +++++++++ .../3.0.0/com/jmatio/types/MLStructure.html | 305 ++++ .../jmatio/types/MLStructureObjectBase.html | 631 +++++++ javadoc/3.0.0/com/jmatio/types/MLUInt16.html | 358 ++++ javadoc/3.0.0/com/jmatio/types/MLUInt32.html | 358 ++++ javadoc/3.0.0/com/jmatio/types/MLUInt64.html | 532 ++++++ javadoc/3.0.0/com/jmatio/types/MLUInt8.html | 556 ++++++ javadoc/3.0.0/com/jmatio/types/Zeros.html | 238 +++ .../3.0.0/com/jmatio/types/package-frame.html | 45 + .../com/jmatio/types/package-summary.html | 261 +++ .../3.0.0/com/jmatio/types/package-tree.html | 177 ++ javadoc/3.0.0/constant-values.html | 564 ++++++ javadoc/3.0.0/deprecated-list.html | 149 ++ javadoc/3.0.0/help-doc.html | 225 +++ javadoc/3.0.0/index-all.html | 1561 +++++++++++++++++ javadoc/3.0.0/index.html | 74 + javadoc/3.0.0/overview-frame.html | 26 + javadoc/3.0.0/overview-summary.html | 154 ++ javadoc/3.0.0/overview-tree.html | 232 +++ javadoc/3.0.0/package-list | 5 + javadoc/3.0.0/script.js | 30 + javadoc/3.0.0/serialized-form.html | 137 ++ javadoc/3.0.0/stylesheet.css | 574 ++++++ 68 files changed, 24140 insertions(+) create mode 100644 javadoc/3.0.0/allclasses-frame.html create mode 100644 javadoc/3.0.0/allclasses-noframe.html create mode 100644 javadoc/3.0.0/com/jmatio/common/DeterministicKeyMap.html create mode 100644 javadoc/3.0.0/com/jmatio/common/MatDataTypes.html create mode 100644 javadoc/3.0.0/com/jmatio/common/package-frame.html create mode 100644 javadoc/3.0.0/com/jmatio/common/package-summary.html create mode 100644 javadoc/3.0.0/com/jmatio/common/package-tree.html create mode 100644 javadoc/3.0.0/com/jmatio/common/util/MLArrayQuery.html create mode 100644 javadoc/3.0.0/com/jmatio/common/util/package-frame.html create mode 100644 javadoc/3.0.0/com/jmatio/common/util/package-summary.html create mode 100644 javadoc/3.0.0/com/jmatio/common/util/package-tree.html create mode 100644 javadoc/3.0.0/com/jmatio/io/MatFile.html create mode 100644 javadoc/3.0.0/com/jmatio/io/MatFileFilter.html create mode 100644 javadoc/3.0.0/com/jmatio/io/MatFileHeader.html create mode 100644 javadoc/3.0.0/com/jmatio/io/MatFileIncrementalWriter.html create mode 100644 javadoc/3.0.0/com/jmatio/io/MatFileReader.html create mode 100644 javadoc/3.0.0/com/jmatio/io/MatFileType.html create mode 100644 javadoc/3.0.0/com/jmatio/io/MatFileWriter.html create mode 100644 javadoc/3.0.0/com/jmatio/io/MatlabIOException.html create mode 100644 javadoc/3.0.0/com/jmatio/io/SimulinkDecoder.html create mode 100644 javadoc/3.0.0/com/jmatio/io/package-frame.html create mode 100644 javadoc/3.0.0/com/jmatio/io/package-summary.html create mode 100644 javadoc/3.0.0/com/jmatio/io/package-tree.html create mode 100644 javadoc/3.0.0/com/jmatio/io/stream/BufferedOutputStream.html create mode 100644 javadoc/3.0.0/com/jmatio/io/stream/ByteBufferInputStream.html create mode 100644 javadoc/3.0.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html create mode 100644 javadoc/3.0.0/com/jmatio/io/stream/MatFileInputStream.html create mode 100644 javadoc/3.0.0/com/jmatio/io/stream/package-frame.html create mode 100644 javadoc/3.0.0/com/jmatio/io/stream/package-summary.html create mode 100644 javadoc/3.0.0/com/jmatio/io/stream/package-tree.html create mode 100644 javadoc/3.0.0/com/jmatio/types/ByteStorageSupport.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLArray.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLCell.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLChar.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLDouble.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLEmptyArray.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLHandle.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLInt16.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLInt32.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLInt64.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLInt8.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLJavaObject.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLNumericArray.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLObject.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLSingle.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLSparse.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLStructure.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLStructureObjectBase.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLUInt16.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLUInt32.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLUInt64.html create mode 100644 javadoc/3.0.0/com/jmatio/types/MLUInt8.html create mode 100644 javadoc/3.0.0/com/jmatio/types/Zeros.html create mode 100644 javadoc/3.0.0/com/jmatio/types/package-frame.html create mode 100644 javadoc/3.0.0/com/jmatio/types/package-summary.html create mode 100644 javadoc/3.0.0/com/jmatio/types/package-tree.html create mode 100644 javadoc/3.0.0/constant-values.html create mode 100644 javadoc/3.0.0/deprecated-list.html create mode 100644 javadoc/3.0.0/help-doc.html create mode 100644 javadoc/3.0.0/index-all.html create mode 100644 javadoc/3.0.0/index.html create mode 100644 javadoc/3.0.0/overview-frame.html create mode 100644 javadoc/3.0.0/overview-summary.html create mode 100644 javadoc/3.0.0/overview-tree.html create mode 100644 javadoc/3.0.0/package-list create mode 100644 javadoc/3.0.0/script.js create mode 100644 javadoc/3.0.0/serialized-form.html create mode 100644 javadoc/3.0.0/stylesheet.css diff --git a/javadoc/3.0.0/allclasses-frame.html b/javadoc/3.0.0/allclasses-frame.html new file mode 100644 index 0000000..27d8f69 --- /dev/null +++ b/javadoc/3.0.0/allclasses-frame.html @@ -0,0 +1,57 @@ + + + + + +All Classes (matfilerw 3.0.0 API) + + + + + +

    All Classes

    + + + diff --git a/javadoc/3.0.0/allclasses-noframe.html b/javadoc/3.0.0/allclasses-noframe.html new file mode 100644 index 0000000..7439ab7 --- /dev/null +++ b/javadoc/3.0.0/allclasses-noframe.html @@ -0,0 +1,57 @@ + + + + + +All Classes (matfilerw 3.0.0 API) + + + + + +

    All Classes

    + + + diff --git a/javadoc/3.0.0/com/jmatio/common/DeterministicKeyMap.html b/javadoc/3.0.0/com/jmatio/common/DeterministicKeyMap.html new file mode 100644 index 0000000..b8973c9 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/common/DeterministicKeyMap.html @@ -0,0 +1,587 @@ + + + + + +DeterministicKeyMap (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.common
    +

    Class DeterministicKeyMap<K,V>

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Map<K,V>
      +
      +
      +
      +
      public class DeterministicKeyMap<K,V>
      +extends Object
      +
      A map implementation which guarantees that all of its iterators + (keySet(), values(), and entrySet()) will be in the same order + as the keyOrder set which is passed in the constructor. + + The keySet must contain all of the keys in the delegate, but it's + okay if the keySet contains more. + + Useful in MLObject and MLStruct for ensuring that arrays have + their fields in the same order.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          delegate

          +
          protected final Map<K,V> delegate
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          DeterministicKeyMap

          +
          public DeterministicKeyMap(Set<K> keyOrder,
          +                           Map<K,V> delegate)
          +
          +
          Parameters:
          +
          keyOrder - A set which must always contain all of the keys in delegate, and may contain more.
          +
          delegate - An underlying map.
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          keySet

          +
          public Set<K> keySet()
          +
          Returns the keyset of this map in the same order as keyOrder.
          +
          +
          Specified by:
          +
          keySet in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          values

          +
          public Collection<V> values()
          +
          Returns the values of this map in the same order as keyOrder.
          +
          +
          Specified by:
          +
          values in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          entrySet

          +
          public Set<Map.Entry<K,V>> entrySet()
          +
          Returns the entries of this map in the same order as keyOrder.
          +
          +
          Specified by:
          +
          entrySet in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          equals

          +
          public boolean equals(Object other)
          +
          +
          Specified by:
          +
          equals in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Specified by:
          +
          hashCode in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          size

          +
          public int size()
          +
          +
          Specified by:
          +
          size in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          isEmpty

          +
          public boolean isEmpty()
          +
          +
          Specified by:
          +
          isEmpty in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          containsKey

          +
          public boolean containsKey(Object key)
          +
          +
          Specified by:
          +
          containsKey in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          containsValue

          +
          public boolean containsValue(Object value)
          +
          +
          Specified by:
          +
          containsValue in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          get

          +
          public V get(Object key)
          +
          +
          Specified by:
          +
          get in interface Map<K,V>
          +
          +
        • +
        + + + + + +
          +
        • +

          put

          +
          public V put(K key,
          +             V value)
          +
          +
          Specified by:
          +
          put in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          remove

          +
          public V remove(Object key)
          +
          +
          Specified by:
          +
          remove in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          putAll

          +
          public void putAll(Map<? extends K,? extends V> m)
          +
          +
          Specified by:
          +
          putAll in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          clear

          +
          public void clear()
          +
          +
          Specified by:
          +
          clear in interface Map<K,V>
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/common/MatDataTypes.html b/javadoc/3.0.0/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..4f9ea60 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.common
    +

    Class MatDataTypes

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatDataTypes
      +extends Object
      +
      MAT-file data types
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/common/package-frame.html b/javadoc/3.0.0/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..ef80de7 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/common/package-frame.html @@ -0,0 +1,21 @@ + + + + + +com.jmatio.common (matfilerw 3.0.0 API) + + + + + +

    com.jmatio.common

    + + + diff --git a/javadoc/3.0.0/com/jmatio/common/package-summary.html b/javadoc/3.0.0/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..eb6ff0f --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/common/package-summary.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.common (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.common

    +
    +
    +
      +
    • + + + + + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      DeterministicKeyMap<K,V> +
      A map implementation which guarantees that all of its iterators + (keySet(), values(), and entrySet()) will be in the same order + as the keyOrder set which is passed in the constructor.
      +
      MatDataTypes +
      MAT-file data types
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/common/package-tree.html b/javadoc/3.0.0/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..c256e41 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/common/package-tree.html @@ -0,0 +1,138 @@ + + + + + +com.jmatio.common Class Hierarchy (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.common

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/common/util/MLArrayQuery.html b/javadoc/3.0.0/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..33b3a59 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.common.util
    +

    Class MLArrayQuery

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLArrayQuery
      +extends Object
      +
      The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLArrayQuery

          +
          public MLArrayQuery(String queryString)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          q

          +
          public static Object q(MLArray array,
          +                       String query)
          +
          +
          Parameters:
          +
          array -
          +
          query -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          query

          +
          public Object query(MLArray array)
          +
          Parses the query string and returns the object it refers to.
          +
          +
          Parameters:
          +
          array - source MLArray
          +
          Returns:
          +
          query result
          +
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public Object getContent(MLArray array,
          +                         int m,
          +                         int n)
          +
          Returns the content of the field/cell/object.
          +
          +
          Parameters:
          +
          array - the parent structure/cell
          +
          m - column or -1
          +
          n - row or -1
          +
          Returns:
          +
          if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/common/util/package-frame.html b/javadoc/3.0.0/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..87fbdc0 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (matfilerw 3.0.0 API) + + + + + +

    com.jmatio.common.util

    +
    +

    Classes

    + +
    + + diff --git a/javadoc/3.0.0/com/jmatio/common/util/package-summary.html b/javadoc/3.0.0/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..aeb98b6 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.common.util

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      MLArrayQuery +
      The JMatIO query parser.
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/common/util/package-tree.html b/javadoc/3.0.0/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..8c4ebf0 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.common.util

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/MatFile.html b/javadoc/3.0.0/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..2825312 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/MatFile.html @@ -0,0 +1,381 @@ + + + + + +MatFile (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFile

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFile
      +extends Object
      +
      MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

      + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/MatFileFilter.html b/javadoc/3.0.0/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..d7cc613 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileFilter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileFilter
      +extends Object
      +
      File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
      
      + //create new filter instance
      + MatFileFilter filter = new MatFileFilter();
      + //add a needle
      + filter.addArrayName( "your_array_name" );
      + 
      + //read array form file (haystack) looking _only_ for pecified array (needle)
      + MatFileReader mfr = new MatFileReader( fileName, filter );
      + 
      +
      +
      See Also:
      +
      MatFileReader
      +
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileFilter

          +
          public MatFileFilter()
          +
          Creates empty filter intance. + + Note: empty filter acceps all results.
          +
        • +
        + + + +
          +
        • +

          MatFileFilter

          +
          public MatFileFilter(String[] names)
          +
          Create filter intance and add array names.
          +
          +
          Parameters:
          +
          names - - array of names (needles)
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          addArrayName

          +
          public void addArrayName(String name)
          +
          Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
          +
          +
          Parameters:
          +
          name - - array name (needle)
          +
          +
        • +
        + + + +
          +
        • +

          matches

          +
          public boolean matches(String name)
          +
          Test if given name matches the filter.
          +
          +
          Parameters:
          +
          name - - array name to be tested
          +
          Returns:
          +
          - true if array (matrix) of this name should be processed
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/MatFileHeader.html b/javadoc/3.0.0/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..1dc5117 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,491 @@ + + + + + +MatFileHeader (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileHeader

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileHeader
      +extends Object
      +
      MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + + + + + +
          +
        • +

          DEFAULT_ENDIAN

          +
          public static final ByteOrder DEFAULT_ENDIAN
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileHeader

          +
          public MatFileHeader(String description,
          +                     int version,
          +                     ByteOrder byteOrder)
          +
          New MAT-file header
          +
          +
          Parameters:
          +
          description - - descriptive text (no longer than 116 characters)
          +
          version - - by default is set to 0x0100
          +
          endianIndicator - - byte array size of 2 indicating byte-swapping requirement
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          parseFrom

          +
          public static MatFileHeader parseFrom(String description,
          +                                      byte[] bversion,
          +                                      byte[] endianIndicator)
          +
          Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
          +
          +
          Parameters:
          +
          description - - descriptive test
          +
          bversion - - 2-byte array containing the version (raw from a MAT-File)
          +
          endianIndicator - - 2-byte array containing the endian indicator (raw from a MAT-File(
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          parseByteOrder

          +
          public static ByteOrder parseByteOrder(byte[] endianIndicator)
          +
          Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
          +
          +
          Parameters:
          +
          endianIndicator - 2-byte long array holding the endian indicator
          +
          +
        • +
        + + + +
          +
        • +

          getDescription

          +
          public String getDescription()
          +
          Gets descriptive text
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getEndianIndicator

          +
          public byte[] getEndianIndicator()
          +
          Gets endian indicator. Bytes written as "MI" suggest that byte-swapping operation is required + in order to interpret data correctly. If value is set to "IM" byte-swapping is not needed.
          +
          +
          Returns:
          +
          - a byte array size of 2
          +
          +
        • +
        + + + +
          +
        • +

          getVersion

          +
          public int getVersion()
          +
          When creating a MAT-file, set version to 0x0100
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          createHeader

          +
          public static MatFileHeader createHeader()
          +
          A factory. Creates new MatFileHeader instance with default header values: +
            +
          • MAT-file is 5.0 version
          • +
          • version is set to 0x0100
          • +
          • no byte-swapping ("IM")
          • +
          +
          +
          Returns:
          +
          - new MatFileHeader instance
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getByteOrder

          +
          public ByteOrder getByteOrder()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/3.0.0/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..7c08723 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileIncrementalWriter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileIncrementalWriter
      +extends Object
      +
      MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
      
      + //1. First create example arrays
      + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
      + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
      + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
      +         
      + //2. write arrays to file
      + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
      + writer.write(mlDouble);
      + writer.write(mlChar);
      + 
      + writer.close();
      + 
      + 
      + + this is "equal" to Matlab commands: +
      
      + >> double_arr = [ 1 2; 3 4; 5 6];
      + >> char_arr = 'I am dummy';
      + >>
      + >> save('mat_file.mat', 'double_arr');
      + >> save('mat_file.mat', 'char_arr', '-append');
      + 
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(String fileName)
          +                         throws IOException
          +
          Creates a writer to a file given the filename.
          +
          +
          Parameters:
          +
          fileName - - name of ouput file
          +
          Throws:
          +
          IOException
          +
          DataFormatException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(File file)
          +                         throws IOException
          +
          Creats a writer to a file given the File object.
          +
          +
          Parameters:
          +
          file - - an output File
          +
          Throws:
          +
          IOException
          +
          DataFormatException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(WritableByteChannel chan)
          +                         throws IOException
          +
          Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
          +
          +
          Parameters:
          +
          chan - - WritableByteChannel
          +
          data - - Collection of MLArray elements
          +
          Throws:
          +
          IOException
          +
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/MatFileReader.html b/javadoc/3.0.0/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..5e37b02 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/MatFileReader.html @@ -0,0 +1,800 @@ + + + + + +MatFileReader (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileReader

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileReader
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(String fileName)
          +              throws FileNotFoundException,
          +                     IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          fileName - the MAT-file path String
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          FileNotFoundException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(String fileName,
          +                     MatFileFilter filter)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
          +
          +
          Parameters:
          +
          fileName - the MAT-file path String
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(File file)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          file - the MAT-file
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(File file,
          +                     MatFileFilter filter,
          +                     MatFileType matType)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. +

          + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

          + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

          +
          +
          Parameters:
          +
          file - the MAT-file
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + + + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(MatFileType matType)
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader()
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(InputStream stream,
          +                     MatFileType type)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          stream - the MAT-file stream
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(InputStream stream,
          +                     MatFileFilter filter,
          +                     MatFileType type)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. +

          + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

          + Note: this method reads file using the memory mapped file policy, see + notes to + #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy) +

          +
          +
          Parameters:
          +
          stream - the MAT-file stream
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(File file)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

          +
          +
          Parameters:
          +
          file - a valid MAT-file file to be read
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(InputStream stream)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls read(stream, new MatFileFilter()).

          +
          +
          Parameters:
          +
          stream - a valid MAT-file stream to be read
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(File file,
          +                                int policy)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls + read(file, new MatFileFilter(), policy).

          +
          +
          Parameters:
          +
          file - a valid MAT-file file to be read
          +
          policy - the file memory allocation policy
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + + + + + + + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(InputStream stream,
          +                                MatFileFilter filter)
          +                         throws IOException
          +
          Read a mat file from a stream. Internally this will read the stream fully + into memory before parsing it.
          +
          +
          Parameters:
          +
          stream - a valid MAT-file stream to be read
          +
          filter - the array filter applied during reading
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          See Also:
          +
          MatFileFilter
          +
          +
        • +
        + + + +
          +
        • +

          getMatFileHeader

          +
          public MatFileHeader getMatFileHeader()
          +
          Gets MAT-file header
          +
          +
          Returns:
          +
          - a MatFileHeader object
          +
          +
        • +
        + + + +
          +
        • +

          getData

          +
          public ArrayList<MLArray> getData()
          +
          Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
          +
          Returns list of MLArray objects that were inside MAT-file
          +
          +
          Returns:
          +
          - a ArrayList
          +
          +
        • +
        + + + +
          +
        • +

          getMLArray

          +
          public MLArray getMLArray(String name)
          +
          Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
          +
          +
          Parameters:
          +
          - - array name
          +
          Returns:
          +
          - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
          +
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public Map<String,MLArray> getContent()
          +
          Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
          +
          +
          Returns:
          +
          - a Map of MLArrays mapped with their names.
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/MatFileType.html b/javadoc/3.0.0/com/jmatio/io/MatFileType.html new file mode 100644 index 0000000..ce2827e --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/MatFileType.html @@ -0,0 +1,342 @@ + + + + + +MatFileType (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Enum MatFileType

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Enum Constant Detail

        + + + +
          +
        • +

          Regular

          +
          public static final MatFileType Regular
          +
        • +
        + + + +
          +
        • +

          ReducedHeader

          +
          public static final MatFileType ReducedHeader
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          values

          +
          public static MatFileType[] values()
          +
          Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
          +for (MatFileType c : MatFileType.values())
          +    System.out.println(c);
          +
          +
          +
          Returns:
          +
          an array containing the constants of this enum type, in the order they are declared
          +
          +
        • +
        + + + +
          +
        • +

          valueOf

          +
          public static MatFileType valueOf(String name)
          +
          Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
          +
          +
          Parameters:
          +
          name - the name of the enum constant to be returned.
          +
          Returns:
          +
          the enum constant with the specified name
          +
          Throws:
          +
          IllegalArgumentException - if this enum type has no constant with the specified name
          +
          NullPointerException - if the argument is null
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/MatFileWriter.html b/javadoc/3.0.0/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..4193887 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,425 @@ + + + + + +MatFileWriter (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileWriter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileWriter
      +extends Object
      +
      MAT-file writer. + + Usage: + +
      + 
      + //1. First create example arrays
      + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
      + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
      + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
      +
      + //2. write arrays to file
      + ArrayList list = new ArrayList();
      + list.add( mlDouble );
      + list.add( mlChar );
      +
      + new MatFileWriter( "mat_file.mat", list );
      + 
      + 
      + + this is "equal" to Matlab commands: + +
      + 
      + >> double_arr = [ 1 2; 3 4; 5 6];
      + >> char_arr = 'I am dummy';
      + >>
      + >> save('mat_file.mat', 'double_arr', 'char_arr');
      + 
      + +
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          write

          +
          public void write(String filepath,
          +                  Collection<MLArray> data)
          +           throws IOException
          +
          Writes MLArrays into file created from + filepath.
          +
          +
          Parameters:
          +
          filepath - the absolute file path of a MAT-file to which data is written
          +
          data - the collection of MLArray objects
          +
          Throws:
          +
          IOException - if error occurred during MAT-file writing
          +
          +
        • +
        + + + +
          +
        • +

          write

          +
          public void write(File file,
          +                  Collection<MLArray> data)
          +           throws IOException
          +
          Writes MLArrays into File
          +
          +
          Parameters:
          +
          file - the MAT-file to which data is written
          +
          data - the collection of MLArray objects
          +
          Throws:
          +
          IOException - if error occurred during MAT-file writing
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/MatlabIOException.html b/javadoc/3.0.0/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..74dad79 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatlabIOException

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatlabIOException

          +
          public MatlabIOException(String s)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/SimulinkDecoder.html b/javadoc/3.0.0/com/jmatio/io/SimulinkDecoder.html new file mode 100644 index 0000000..4ce353c --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/SimulinkDecoder.html @@ -0,0 +1,295 @@ + + + + + +SimulinkDecoder (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class SimulinkDecoder

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Closeable, AutoCloseable
      +
      +
      +
      +
      public class SimulinkDecoder
      +extends InputStream
      +
      This class decodes the Simulink base64 representation of a MAT file.
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/package-frame.html b/javadoc/3.0.0/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..d28d054 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/package-frame.html @@ -0,0 +1,34 @@ + + + + + +com.jmatio.io (matfilerw 3.0.0 API) + + + + + +

    com.jmatio.io

    + + + diff --git a/javadoc/3.0.0/com/jmatio/io/package-summary.html b/javadoc/3.0.0/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..ef1616e --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/package-summary.html @@ -0,0 +1,215 @@ + + + + + +com.jmatio.io (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.io

    +
    +
    +
      +
    • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      MatFile +
      MatFileReader's API is vague.
      +
      MatFileFilter +
      File filter.
      +
      MatFileHeader +
      MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
      +
      MatFileIncrementalWriter +
      MAT-file Incremental writer.
      +
      MatFileReader 
      MatFileWriter +
      MAT-file writer.
      +
      SimulinkDecoder +
      This class decodes the Simulink base64 representation of a MAT file.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Enum Summary 
      EnumDescription
      MatFileType +
      Describes the type of Mat file.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Exception Summary 
      ExceptionDescription
      MatlabIOException +
      MAT-file reader/writer exception
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/package-tree.html b/javadoc/3.0.0/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..895d154 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/package-tree.html @@ -0,0 +1,172 @@ + + + + + +com.jmatio.io Class Hierarchy (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.io

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Enum Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/3.0.0/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..e12e570 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,314 @@ + + + + + +BufferedOutputStream (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class BufferedOutputStream

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/3.0.0/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..f7e92f5 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class ByteBufferInputStream

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/3.0.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html new file mode 100644 index 0000000..dde0966 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -0,0 +1,372 @@ + + + + + +HeapBufferDataOutputStream (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class HeapBufferDataOutputStream

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          HeapBufferDataOutputStream

          +
          public HeapBufferDataOutputStream()
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/3.0.0/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..18a68a0 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class MatFileInputStream

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileInputStream
      +extends Object
      +
      MAT-file input stream class.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileInputStream

          +
          public MatFileInputStream(ByteBuffer buf,
          +                          int type)
          +
          Attach MAT-file input stream to InputStream
          +
          +
          Parameters:
          +
          is - - input stream
          +
          type - - type of data in the stream
          +
          See Also:
          +
          MatDataTypes
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          readInt

          +
          public int readInt()
          +            throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to int.
          +
          +
          Returns:
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readChar

          +
          public char readChar()
          +              throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to char.
          +
          +
          Returns:
          +
          - char
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readDouble

          +
          public double readDouble()
          +                  throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to double.
          +
          +
          Returns:
          +
          - double
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readByte

          +
          public byte readByte()
          +
        • +
        + + + + + + + +
          +
        • +

          skip

          +
          public void skip(int padding)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/stream/package-frame.html b/javadoc/3.0.0/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..29fdf70 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,23 @@ + + + + + +com.jmatio.io.stream (matfilerw 3.0.0 API) + + + + + +

    com.jmatio.io.stream

    + + + diff --git a/javadoc/3.0.0/com/jmatio/io/stream/package-summary.html b/javadoc/3.0.0/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..7d2f22f --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,156 @@ + + + + + +com.jmatio.io.stream (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.io.stream

    +
    +
    + +
    + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/io/stream/package-tree.html b/javadoc/3.0.0/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..6e81575 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.io.stream

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/ByteStorageSupport.html b/javadoc/3.0.0/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..b32ff25 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Interface ByteStorageSupport<T extends Number>

    +
    +
    +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getBytesAllocated

          +
          int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          T buldFromBytes(byte[] bytes)
          +
        • +
        + + + + + +
          +
        • +

          getByteArray

          +
          byte[] getByteArray(T value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          Class<?> getStorageClazz()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLArray.html b/javadoc/3.0.0/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..228ebfc --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLArray.html @@ -0,0 +1,1232 @@ + + + + + +MLArray (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLArray

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLArray

          +
          public MLArray(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getIndex

          +
          public int getIndex(int... indexes)
          +
          Returns the one-dim index for the multi-dimensional indexes. Compatible with matlab multi-dimensional indexing. + + Note: this performs the same logical function as getIndex, but the indices are computed in column major order + for compatibility with .mat files generated by Matlab.
          +
          +
          Parameters:
          +
          indexes - Length must be same as number of dimensions. Element value must be >= 0 and < dimension size for the corresponding dimension.
          +
          Returns:
          +
          The linear index
          +
          +
        • +
        + + + +
          +
        • +

          getName

          +
          public String getName()
          +
          Gets array name
          +
          +
          Returns:
          +
          - array name
          +
          +
        • +
        + + + +
          +
        • +

          getFlags

          +
          public int getFlags()
          +
        • +
        + + + +
          +
        • +

          getNameToByteArray

          +
          public byte[] getNameToByteArray()
          +
        • +
        + + + +
          +
        • +

          getDimensions

          +
          public int[] getDimensions()
          +
        • +
        + + + +
          +
        • +

          getM

          +
          public int getM()
          +
        • +
        + + + +
          +
        • +

          getN

          +
          public int getN()
          +
        • +
        + + + +
          +
        • +

          getNDimensions

          +
          public int getNDimensions()
          +
        • +
        + + + +
          +
        • +

          getSize

          +
          public int getSize()
          +
        • +
        + + + +
          +
        • +

          getType

          +
          public int getType()
          +
        • +
        + + + +
          +
        • +

          isEmpty

          +
          public boolean isEmpty()
          +
        • +
        + + + +
          +
        • +

          typeToString

          +
          public static final String typeToString(int type)
          +
        • +
        + + + +
          +
        • +

          isCell

          +
          public boolean isCell()
          +
        • +
        + + + +
          +
        • +

          isChar

          +
          public boolean isChar()
          +
        • +
        + + + +
          +
        • +

          isComplex

          +
          public boolean isComplex()
          +
        • +
        + + + +
          +
        • +

          isSparse

          +
          public boolean isSparse()
          +
        • +
        + + + +
          +
        • +

          isStruct

          +
          public boolean isStruct()
          +
        • +
        + + + +
          +
        • +

          isDouble

          +
          public boolean isDouble()
          +
        • +
        + + + +
          +
        • +

          isSingle

          +
          public boolean isSingle()
          +
        • +
        + + + +
          +
        • +

          isInt8

          +
          public boolean isInt8()
          +
        • +
        + + + +
          +
        • +

          isUint8

          +
          public boolean isUint8()
          +
        • +
        + + + +
          +
        • +

          isInt16

          +
          public boolean isInt16()
          +
        • +
        + + + +
          +
        • +

          isUint16

          +
          public boolean isUint16()
          +
        • +
        + + + +
          +
        • +

          isInt32

          +
          public boolean isInt32()
          +
        • +
        + + + +
          +
        • +

          isUint32

          +
          public boolean isUint32()
          +
        • +
        + + + +
          +
        • +

          isInt64

          +
          public boolean isInt64()
          +
        • +
        + + + +
          +
        • +

          isUint64

          +
          public boolean isUint64()
          +
        • +
        + + + +
          +
        • +

          isObject

          +
          public boolean isObject()
          +
        • +
        + + + +
          +
        • +

          isOpaque

          +
          public boolean isOpaque()
          +
        • +
        + + + +
          +
        • +

          isLogical

          +
          public boolean isLogical()
          +
        • +
        + + + +
          +
        • +

          isFunctionObject

          +
          public boolean isFunctionObject()
          +
        • +
        + + + +
          +
        • +

          isUnknown

          +
          public boolean isUnknown()
          +
        • +
        + + + +
          +
        • +

          getIndex

          +
          protected int getIndex(int m,
          +                       int n)
          +
        • +
        + + + + + + + +
          +
        • +

          contentToString

          +
          public String contentToString()
          +
        • +
        + + + +
          +
        • +

          dispose

          +
          public void dispose()
          +
          Clears any memory used by this MLArray. The array cannot be used after this has been called.
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLCell.html b/javadoc/3.0.0/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..f80e48a --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLCell

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLCell
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLCell

          +
          public MLCell(String name,
          +              int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLCell

          +
          public MLCell(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLChar.html b/javadoc/3.0.0/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..885cec8 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLChar.html @@ -0,0 +1,523 @@ + + + + + +MLChar (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLChar

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLChar
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + + + + + + + + + +
          +
        • +

          MLChar

          +
          public MLChar(String name,
          +              String[] values,
          +              int maxlen)
          +
          Added method to allow initialization of a char array representing + an array of strings.
          +
          +
          Parameters:
          +
          name -
          +
          values -
          +
          maxlen -
          +
          +
        • +
        + + + +
          +
        • +

          MLChar

          +
          public MLChar(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setChar

          +
          public void setChar(char ch,
          +                    int index)
          +
        • +
        + + + +
          +
        • +

          set

          +
          public void set(String value)
          +
          Populates the MLChar with the String value.
          +
          +
          Parameters:
          +
          value - the String value
          +
          +
        • +
        + + + +
          +
        • +

          set

          +
          public void set(String value,
          +                int idx)
          +
          Set one row, specifying the row.
          +
          +
          Parameters:
          +
          value -
          +
          idx -
          +
          +
        • +
        + + + +
          +
        • +

          getChar

          +
          public Character getChar(int m,
          +                         int n)
          +
        • +
        + + + +
          +
        • +

          exportChar

          +
          public Character[] exportChar()
          +
        • +
        + + + +
          +
        • +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
        • +
        + + + +
          +
        • +

          getString

          +
          public String getString(int m)
          +
          Gets the m-th character matrix's row as String.
          +
          +
          Parameters:
          +
          m - - row number
          +
          Returns:
          +
          - String
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLDouble.html b/javadoc/3.0.0/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..cafd7ee --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLDouble.html @@ -0,0 +1,532 @@ + + + + + +MLDouble (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLDouble

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                int[] dims)
          +
          Create a MLDouble array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                Double[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                double[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                double[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Double[] createArray(int m,
          +                            int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public double[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Double buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Double value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Double> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLEmptyArray.html b/javadoc/3.0.0/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..11f2a44 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLEmptyArray

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLEmptyArray
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray()
          +
        • +
        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray(String name)
          +
        • +
        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray(String name,
          +                    int[] dims,
          +                    int type,
          +                    int attributes)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLHandle.html b/javadoc/3.0.0/com/jmatio/types/MLHandle.html new file mode 100644 index 0000000..e616259 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLHandle.html @@ -0,0 +1,323 @@ + + + + + +MLHandle (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLHandle

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLHandle
      +extends MLArray
      +
      We have observed a need for this class in a proprietary model. + It is [not documented in the MAT-File spec](http://stackoverflow.com/questions/36025747/matlab-documentation-on-handle-variables-and-mat-files), + and we can't figure out how to make it happen ourselves. In + the testsuite (`TestHandleClass.m` and `handles.mat`) we have + made our best effort at creating a handle class which triggers + this code, but these test cases do not actually trigger this code. + + Highly experimental until MATLAB releases docs on this behavior.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getClassName

          +
          public String getClassName()
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public MLCell getContent()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLInt16.html b/javadoc/3.0.0/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..e650f1b --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLInt16.html @@ -0,0 +1,536 @@ + + + + + +MLInt16 (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt16

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxINT16_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               int[] dims)
          +
          Create a MLSingle array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               Short[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of Short, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               short[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               short[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of short, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Short[] createArray(int m,
          +                           int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public short[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Short buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Short value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Short> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLInt32.html b/javadoc/3.0.0/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..a1bfee6 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLInt32.html @@ -0,0 +1,535 @@ + + + + + +MLInt32 (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt32

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] dims)
          +
          Create a MLInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               Integer[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Integer[] createArray(int m,
          +                             int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public int[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Integer buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Integer> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Integer value)
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLInt64.html b/javadoc/3.0.0/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..f060008 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLInt64.html @@ -0,0 +1,532 @@ + + + + + +MLInt64 (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt64

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               int[] dims)
          +
          Create a MLInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               Long[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               long[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               long[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Long[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public long[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Long buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Long> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Long value)
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLInt8.html b/javadoc/3.0.0/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..78b76ae --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLInt8.html @@ -0,0 +1,555 @@ + + + + + +MLInt8 (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt8

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              int[] dims)
          +
          Create a MLUInt8 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              Byte[] vals,
          +              int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              byte[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              byte[] vals,
          +              int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Byte[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public byte[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Byte buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Byte value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Byte> getStorageClazz()
          +
        • +
        + + + + + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLJavaObject.html b/javadoc/3.0.0/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..d46fffb --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLJavaObject

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLJavaObject
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getClassName

          +
          public String getClassName()
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public ByteBuffer getContent()
          +
        • +
        + + + +
          +
        • +

          instantiateObject

          +
          public Object instantiateObject()
          +                         throws Exception
          +
          Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
          +
          +
          Throws:
          +
          Exception
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLNumericArray.html b/javadoc/3.0.0/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..d11b364 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,925 @@ + + + + + +MLNumericArray (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLNumericArray<T extends Number>

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLNumericArray

          +
          public MLNumericArray(String name,
          +                      int[] dims,
          +                      int type,
          +                      int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type
          +
          attributes - - array flags
          +
          +
        • +
        + + + + + +
          +
        • +

          MLNumericArray

          +
          public MLNumericArray(String name,
          +                      int type,
          +                      T[] vals,
          +                      int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          type - - array type
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          allocate

          +
          protected void allocate()
          +
        • +
        + + + +
          +
        • +

          zero

          +
          protected abstract T zero()
          +
          Returns the value of "zero" for this type of array.
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public T getReal(int index)
          +
          Gets a single real array element.
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public T getReal(int m,
          +                 int n)
          +
          Gets a single real array element.
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public T getReal(int... indices)
          +
          Gets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T value,
          +                    int index)
          +
          Sets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T value,
          +                    int m,
          +                    int n)
          +
          Sets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T value,
          +                    int... indices)
          +
          Sets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T[] vector)
          +
          Sets real part of a matrix.
          +
        • +
        + + + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(T value,
          +                         int index)
          +
          Sets a single imaginary array element.
          +
        • +
        + + + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(T value,
          +                         int m,
          +                         int n)
          +
          Sets a single imaginary array element.
          +
        • +
        + + + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(T value,
          +                         int... indices)
          +
          Sets a single imaginary array element.
          +
        • +
        + + + +
          +
        • +

          getImaginary

          +
          public T getImaginary(int index)
          +
          Returns the imaginary value at the given index, always 0 for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          getImaginary

          +
          public T getImaginary(int m,
          +                      int n)
          +
          Returns the imaginary value at the given index.
          +
        • +
        + + + +
          +
        • +

          getImaginary

          +
          public T getImaginary(int... indices)
          +
          Returns the imaginary value at the given index.
          +
        • +
        + + + +
          +
        • +

          assertComplex

          +
          protected void assertComplex()
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int index)
          +
          Sets the value at the given index for non-complex arrays.
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int m,
          +                int n)
          +
          Sets the value at the given index for non-complex arrays.
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int... indices)
          +
          Sets the value at the given index for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int index)
          +
          Returns the value at the given index for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int m,
          +             int n)
          +
          Returns the value at the given index for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int... indices)
          +
          Returns the value at the given index for non-complex arrays.
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T[] vector)
          +
          Sets the content of this entire array for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          _get

          +
          protected T _get(ByteBuffer buffer,
          +                 int index)
          +
        • +
        + + + + + +
          +
        • +

          _set

          +
          protected void _set(ByteBuffer buffer,
          +                    T value,
          +                    int index)
          +
        • +
        + + + +
          +
        • +

          putImaginaryByteBuffer

          +
          public void putImaginaryByteBuffer(ByteBuffer buff)
          +
        • +
        + + + +
          +
        • +

          getImaginaryByteBuffer

          +
          public ByteBuffer getImaginaryByteBuffer()
          +
        • +
        + + + +
          +
        • +

          putRealByteBuffer

          +
          public void putRealByteBuffer(ByteBuffer buff)
          +
        • +
        + + + +
          +
        • +

          getRealByteBuffer

          +
          public ByteBuffer getRealByteBuffer()
          +
        • +
        + + + + + + + +
          +
        • +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
        • +
        + + + +
          +
        • +

          dispose

          +
          public void dispose()
          +
          Description copied from class: MLArray
          +
          Clears any memory used by this MLArray. The array cannot be used after this has been called.
          +
          +
          Overrides:
          +
          dispose in class MLArray
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLObject.html b/javadoc/3.0.0/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..2309778 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLObject.html @@ -0,0 +1,358 @@ + + + + + +MLObject (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLObject

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLObject
      +extends MLStructureObjectBase
      +
      This class represents Matlab's Object object (object array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLObject

          +
          public MLObject(String name,
          +                String className,
          +                int[] dimensions,
          +                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getClassName

          +
          public String getClassName()
          +
        • +
        + + + +
          +
        • +

          setFields

          +
          public void setFields(int i,
          +                      Map<String,MLArray> structure)
          +
        • +
        + + + +
          +
        • +

          copyFrom

          +
          protected void copyFrom(MLObject obj)
          +
          Only used by MLObjectPlaceholder.
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLSingle.html b/javadoc/3.0.0/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..0aec3d5 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLSingle.html @@ -0,0 +1,411 @@ + + + + + +MLSingle (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLSingle

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLSingle

          +
          public MLSingle(String name,
          +                Float[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLSingle

          +
          public MLSingle(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Float[] createArray(int m,
          +                           int n)
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Float buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Float value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<?> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLSparse.html b/javadoc/3.0.0/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..18a8a53 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLSparse.html @@ -0,0 +1,825 @@ + + + + + +MLSparse (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLSparse

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLSparse

          +
          public MLSparse(String name,
          +                int[] dims,
          +                int attributes,
          +                int nzmax)
          +
          +
          Parameters:
          +
          name -
          +
          dims -
          +
          attributes -
          +
          nzmax -
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + + + + + +
          +
        • +

          getMaxNZ

          +
          public int getMaxNZ()
          +
          Gets maximum number of non-zero values
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getIR

          +
          public int[] getIR()
          +
          Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
          +
        • +
        + + + +
          +
        • +

          getIC

          +
          public int[] getIC()
          +
          Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
          +
        • +
        + + + +
          +
        • +

          getJC

          +
          public int[] getJC()
          +
          Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]?????????1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
        • +

          set

          +
          public void set(Double value,
          +                int m,
          +                int n)
          +
          Description copied from class: MLNumericArray
          +
          Sets the value at the given index for non-complex arrays.
          +
          +
          Overrides:
          +
          set in class MLNumericArray<Double>
          +
          +
        • +
        + + + +
          +
        • +

          set

          +
          public void set(Double value,
          +                int index)
          +
          Description copied from class: MLNumericArray
          +
          Sets the value at the given index for non-complex arrays.
          +
          +
          Overrides:
          +
          set in class MLNumericArray<Double>
          +
          +
        • +
        + + + +
          +
        • +

          get

          +
          public Double get(int m,
          +                  int n)
          +
          Description copied from class: MLNumericArray
          +
          Returns the value at the given index for non-complex arrays.
          +
          +
          Overrides:
          +
          get in class MLNumericArray<Double>
          +
          +
        • +
        + + + + + + + +
          +
        • +

          exportReal

          +
          public Double[] exportReal()
          +
          Returns the real part (PR) array. PR has length number-of-nonzero-values.
          +
          +
          Returns:
          +
          real part
          +
          +
        • +
        + + + +
          +
        • +

          exportImaginary

          +
          public Double[] exportImaginary()
          +
          Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Double buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Double value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Double> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLStructure.html b/javadoc/3.0.0/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..029d697 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLStructure.html @@ -0,0 +1,305 @@ + + + + + +MLStructure (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLStructure

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLStructure
      +extends MLStructureObjectBase
      +
      This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLStructure

          +
          public MLStructure(String name,
          +                   int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLStructure

          +
          public MLStructure(String name,
          +                   int[] dims,
          +                   int attributes)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLStructureObjectBase.html b/javadoc/3.0.0/com/jmatio/types/MLStructureObjectBase.html new file mode 100644 index 0000000..c4ce620 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLStructureObjectBase.html @@ -0,0 +1,631 @@ + + + + + +MLStructureObjectBase (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLStructureObjectBase

    +
    +
    + +
    +
      +
    • +
      +
      Direct Known Subclasses:
      +
      MLObject, MLStructure
      +
      +
      +
      +
      public abstract class MLStructureObjectBase
      +extends MLArray
      +
      Base class for MLStructure and MLObject. + + Note: array of structures can contain only structures of the same type + , that means structures must have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLStructureObjectBase

          +
          protected MLStructureObjectBase(String name,
          +                                int[] dims,
          +                                int type,
          +                                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value)
          +
          Sets field for current structure
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          +
        • +
        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value,
          +                     int m,
          +                     int n)
          +
          Sets field for (m,n)'th structure in struct array
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          m -
          +
          n -
          +
          +
        • +
        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value,
          +                     int index)
          +
          Sets filed for structure described by index in struct array
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          index -
          +
          +
        • +
        + + + +
          +
        • +

          getMaxFieldLenth

          +
          public int getMaxFieldLenth()
          +
          Gets the maximum length of field descriptor
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getKeySetToByteArray

          +
          public byte[] getKeySetToByteArray()
          +
          Dumps field names to byte array. Field names are written as Zero End Strings
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getAllFields

          +
          public Collection<MLArray> getAllFields()
          +
          Gets all field from sruct array as flat list of fields.
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name)
          +
          Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getFields

          +
          public Map<String,MLArray> getFields(int i)
          +
          Returns all the fields for the given index.
          +
        • +
        + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name,
          +                        int m,
          +                        int n)
          +
          Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          m -
          +
          n -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name,
          +                        int index)
          +
          Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          index -
          +
          Returns:
          +
          value of the field or null if the field doesn't exist
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLUInt16.html b/javadoc/3.0.0/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..a877fbe --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt16

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                Short[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                short[][] vals)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                short[] vals,
          +                int m)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLUInt32.html b/javadoc/3.0.0/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..3cee42d --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt32

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[][] vals)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                Integer[] vals,
          +                int m)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLUInt64.html b/javadoc/3.0.0/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..556a53c --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLUInt64.html @@ -0,0 +1,532 @@ + + + + + +MLUInt64 (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt64

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                int[] dims)
          +
          Create a MLUInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                Long[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                long[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                long[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Long[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public long[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Long buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Long> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Long value)
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/MLUInt8.html b/javadoc/3.0.0/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..e35f41c --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/MLUInt8.html @@ -0,0 +1,556 @@ + + + + + +MLUInt8 (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt8

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               int[] dims)
          +
          Create a MLUInt8 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               Byte[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               byte[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               byte[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Byte[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public byte[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Byte buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Byte value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Byte> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          _get

          +
          protected Byte _get(ByteBuffer buffer,
          +                    int index)
          +
          Override to accelerate the performance
          +
          +
          Overrides:
          +
          _get in class MLNumericArray<Byte>
          +
          See Also:
          +
          com.jmatio.types.MLNumericArray#get(java.nio.ByteBuffer, int)
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/Zeros.html b/javadoc/3.0.0/com/jmatio/types/Zeros.html new file mode 100644 index 0000000..cc09cd2 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/Zeros.html @@ -0,0 +1,238 @@ + + + + + +Zeros (matfilerw 3.0.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class Zeros

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class Zeros
      +extends Object
      +
      Singleton implementations of zero for each number type.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Zeros

          +
          public Zeros()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/package-frame.html b/javadoc/3.0.0/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..aca9641 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/package-frame.html @@ -0,0 +1,45 @@ + + + + + +com.jmatio.types (matfilerw 3.0.0 API) + + + + + +

    com.jmatio.types

    + + + diff --git a/javadoc/3.0.0/com/jmatio/types/package-summary.html b/javadoc/3.0.0/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..164103b --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/package-summary.html @@ -0,0 +1,261 @@ + + + + + +com.jmatio.types (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.types

    +
    +
    + +
    + + + + + + diff --git a/javadoc/3.0.0/com/jmatio/types/package-tree.html b/javadoc/3.0.0/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..75cab75 --- /dev/null +++ b/javadoc/3.0.0/com/jmatio/types/package-tree.html @@ -0,0 +1,177 @@ + + + + + +com.jmatio.types Class Hierarchy (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.types

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.0.0/constant-values.html b/javadoc/3.0.0/constant-values.html new file mode 100644 index 0000000..d5a3efe --- /dev/null +++ b/javadoc/3.0.0/constant-values.html @@ -0,0 +1,564 @@ + + + + + +Constant Field Values (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Constant Field Values

    +

    Contents

    + +
    +
    + + +

    com.jmatio.*

    + + + +
    + + + + + + diff --git a/javadoc/3.0.0/deprecated-list.html b/javadoc/3.0.0/deprecated-list.html new file mode 100644 index 0000000..cfbbebc --- /dev/null +++ b/javadoc/3.0.0/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Deprecated API

    +

    Contents

    + +
    +
    + + +
      +
    • + + + + + + + + + + +
      Deprecated Methods 
      Method and Description
      com.jmatio.io.MatFileReader.getData() +
      use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.0.0/help-doc.html b/javadoc/3.0.0/help-doc.html new file mode 100644 index 0000000..7380c7d --- /dev/null +++ b/javadoc/3.0.0/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    How This API Document Is Organized

    +
    This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
    +
    +
    +
      +
    • +

      Overview

      +

      The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

      +
    • +
    • +

      Package

      +

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

      +
        +
      • Interfaces (italic)
      • +
      • Classes
      • +
      • Enums
      • +
      • Exceptions
      • +
      • Errors
      • +
      • Annotation Types
      • +
      +
    • +
    • +

      Class/Interface

      +

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      +
        +
      • Class inheritance diagram
      • +
      • Direct Subclasses
      • +
      • All Known Subinterfaces
      • +
      • All Known Implementing Classes
      • +
      • Class/interface declaration
      • +
      • Class/interface description
      • +
      +
        +
      • Nested Class Summary
      • +
      • Field Summary
      • +
      • Constructor Summary
      • +
      • Method Summary
      • +
      +
        +
      • Field Detail
      • +
      • Constructor Detail
      • +
      • Method Detail
      • +
      +

      Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      +
    • +
    • +

      Annotation Type

      +

      Each annotation type has its own separate page with the following sections:

      +
        +
      • Annotation Type declaration
      • +
      • Annotation Type description
      • +
      • Required Element Summary
      • +
      • Optional Element Summary
      • +
      • Element Detail
      • +
      +
    • +
    • +

      Enum

      +

      Each enum has its own separate page with the following sections:

      +
        +
      • Enum declaration
      • +
      • Enum description
      • +
      • Enum Constant Summary
      • +
      • Enum Constant Detail
      • +
      +
    • +
    • +

      Tree (Class Hierarchy)

      +

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

      +
        +
      • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
      • +
      • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
      • +
      +
    • +
    • +

      Deprecated API

      +

      The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

      +
    • +
    • +

      Index

      +

      The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

      +
    • +
    • +

      Prev/Next

      +

      These links take you to the next or previous class, interface, package, or related page.

      +
    • +
    • +

      Frames/No Frames

      +

      These links show and hide the HTML frames. All pages are available with or without frames.

      +
    • +
    • +

      All Classes

      +

      The All Classes link shows all classes and interfaces except non-static nested types.

      +
    • +
    • +

      Serialized Form

      +

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

      +
    • +
    • +

      Constant Field Values

      +

      The Constant Field Values page lists the static final fields and their values.

      +
    • +
    +This help file applies to API documentation generated using the standard doclet.
    + + + + + + diff --git a/javadoc/3.0.0/index-all.html b/javadoc/3.0.0/index-all.html new file mode 100644 index 0000000..e54263a --- /dev/null +++ b/javadoc/3.0.0/index-all.html @@ -0,0 +1,1561 @@ + + + + + +Index (matfilerw 3.0.0 API) + + + + + + + + + + + +
    A B C D E G H I K M N P Q R S T V W Z _  + + +

    A

    +
    +
    addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
    +
    +
    Add array name to the filter.
    +
    +
    allocate() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    allocate() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    assertComplex() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    attributes - Variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    B

    +
    +
    buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
    +
    +
    Returns the backing ByteBuffer
    +
    +
    BufferedOutputStream - Class in com.jmatio.io.stream
    +
     
    +
    BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
    +
     
    +
    buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    ByteBufferInputStream - Class in com.jmatio.io.stream
    +
     
    +
    ByteBufferInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
    +
     
    +
    + + + +

    C

    +
    +
    cells() - Method in class com.jmatio.types.MLCell
    +
     
    +
    CHARSET - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    close() - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
     
    +
    com.jmatio.common - package com.jmatio.common
    +
     
    +
    com.jmatio.common.util - package com.jmatio.common.util
    +
     
    +
    com.jmatio.io - package com.jmatio.io
    +
     
    +
    com.jmatio.io.stream - package com.jmatio.io.stream
    +
     
    +
    com.jmatio.types - package com.jmatio.types
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLArray
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLCell
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLChar
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLStructureObjectBase
    +
     
    +
    copyFrom(MLObject) - Method in class com.jmatio.types.MLObject
    +
    +
    Only used by MLObjectPlaceholder.
    +
    +
    createArray(int, int) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    createHeader() - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    A factory.
    +
    +
    currentIndex - Variable in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Current structure pointer for bulk insert
    +
    +
    + + + +

    D

    +
    +
    DEFAULT_ENDIAN - Static variable in class com.jmatio.io.MatFileHeader
    +
     
    +
    DEFAULT_NAME - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
    +
     
    +
    DeterministicKeyMap<K,V> - Class in com.jmatio.common
    +
    +
    A map implementation which guarantees that all of its iterators + (keySet(), values(), and entrySet()) will be in the same order + as the keyOrder set which is passed in the constructor.
    +
    +
    DeterministicKeyMap(Set<K>, Map<K, V>) - Constructor for class com.jmatio.common.DeterministicKeyMap
    +
     
    +
    dims - Variable in class com.jmatio.types.MLArray
    +
     
    +
    DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    dispose() - Method in class com.jmatio.types.MLArray
    +
    +
    Clears any memory used by this MLArray.
    +
    +
    dispose() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    + + + +

    E

    +
    +
    entrySet() - Method in class com.jmatio.common.DeterministicKeyMap
    +
    +
    Returns the entries of this map in the same order as keyOrder.
    +
    +
    equals(Object) - Method in class com.jmatio.common.DeterministicKeyMap
    +
     
    +
    equals(Object) - Method in class com.jmatio.types.MLChar
    +
     
    +
    equals(Object) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    exportChar() - Method in class com.jmatio.types.MLChar
    +
     
    +
    exportImaginary() - Method in class com.jmatio.types.MLSparse
    +
    +
    Returns the imaginary part (PI) array.
    +
    +
    exportReal() - Method in class com.jmatio.types.MLSparse
    +
    +
    Returns the real part (PR) array.
    +
    +
    + + + +

    G

    +
    +
    get(int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    get(int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    get(int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value at the given index for non-complex arrays.
    +
    +
    get(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value at the given index for non-complex arrays.
    +
    +
    get(int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value at the given index for non-complex arrays.
    +
    +
    get(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    get(int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getAllFields() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets all field from sruct array as flat list of fields.
    +
    +
    getArray() - Method in class com.jmatio.types.MLDouble
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt16
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt32
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt64
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt8
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLUInt64
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLUInt8
    +
    +
    Gets two-dimensional real array.
    +
    +
    getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getByteArray(Double) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getByteArray(Short) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getByteArray(Long) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getByteArray(Float) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getByteArray(Double) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getByteBuffer() - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    getByteOrder() - Method in class com.jmatio.io.MatFileHeader
    +
     
    +
    getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getChar(int, int) - Method in class com.jmatio.types.MLChar
    +
     
    +
    getClassName() - Method in class com.jmatio.types.MLHandle
    +
     
    +
    getClassName() - Method in class com.jmatio.types.MLJavaObject
    +
     
    +
    getClassName() - Method in class com.jmatio.types.MLObject
    +
     
    +
    getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
    +
    +
    Returns the content of the field/cell/object.
    +
    +
    getContent() - Method in class com.jmatio.io.MatFile
    +
     
    +
    getContent() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Returns a map of MLArray objects that were inside MAT-file.
    +
    +
    getContent() - Method in class com.jmatio.types.MLHandle
    +
     
    +
    getContent() - Method in class com.jmatio.types.MLJavaObject
    +
     
    +
    getData() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Deprecated. +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
    +
    getDescription() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    Gets descriptive text
    +
    +
    getDimensions() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getEndianIndicator() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    Gets endian indicator.
    +
    +
    getField(String) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
    +
    +
    getField(String, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
    +
    +
    getField(String, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
    +
    +
    getFieldNames() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Returns the Collection of keys for this structure.
    +
    +
    getFields(int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Returns all the fields for the given index.
    +
    +
    getFlags() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getHeader() - Method in class com.jmatio.io.MatFile
    +
     
    +
    getIC() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
    +
    +
    getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the imaginary value at the given index, always 0 for non-complex arrays.
    +
    +
    getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the imaginary value at the given index.
    +
    +
    getImaginary(int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the imaginary value at the given index.
    +
    +
    getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getImaginary(int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    getIndex(int...) - Method in class com.jmatio.types.MLArray
    +
    +
    Returns the one-dim index for the multi-dimensional indexes.
    +
    +
    getIndex(int, int) - Method in class com.jmatio.types.MLArray
    +
     
    +
    getIndex(int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    getIR() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
    +
    +
    getJC() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets column indices.
    +
    +
    getKeySetToByteArray() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Dumps field names to byte array.
    +
    +
    getM() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Gets MAT-file header
    +
    +
    getMaxFieldLenth() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets the maximum length of field descriptor
    +
    +
    getMaxNZ() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets maximum number of non-zero values
    +
    +
    getMLArray(String) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Returns the value to which the red file maps the specified array name.
    +
    +
    getN() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getName() - Method in class com.jmatio.types.MLArray
    +
    +
    Gets array name
    +
    +
    getNameToByteArray() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getNDimensions() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getReal(int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Gets a single real array element.
    +
    +
    getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Gets a single real array element.
    +
    +
    getReal(int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Gets a single real array element.
    +
    +
    getReal(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getReal(int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    getSize() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getString(int) - Method in class com.jmatio.types.MLChar
    +
    +
    Gets the m-th character matrix's row as String.
    +
    +
    getType() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getVersion() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    When creating a MAT-file, set version to 0x0100
    +
    +
    + + + +

    H

    +
    +
    hashCode() - Method in class com.jmatio.common.DeterministicKeyMap
    +
     
    +
    hashCode() - Method in class com.jmatio.types.MLChar
    +
     
    +
    hashCode() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    HeapBufferDataOutputStream - Class in com.jmatio.io.stream
    +
     
    +
    HeapBufferDataOutputStream() - Constructor for class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    + + + +

    I

    +
    +
    instantiateObject() - Method in class com.jmatio.types.MLJavaObject
    +
    +
    Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
    +
    +
    isCell() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isChar() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isComplex() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isDouble() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isEmpty() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isFunctionObject() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt16() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt32() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt64() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt8() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isLogical() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isObject() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isOpaque() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isSingle() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isSparse() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isStruct() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint16() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint32() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint64() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint8() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUnknown() - Method in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    K

    +
    +
    keys - Variable in class com.jmatio.types.MLStructureObjectBase
    +
    +
    A Set that keeps structure field names
    +
    +
    keySet() - Method in class com.jmatio.common.DeterministicKeyMap
    +
    +
    Returns the keyset of this map in the same order as keyOrder.
    +
    +
    + + + +

    M

    +
    +
    matches(String) - Method in class com.jmatio.io.MatFileFilter
    +
    +
    Test if given name matches the filter.
    +
    +
    MatDataTypes - Class in com.jmatio.common
    +
    +
    MAT-file data types
    +
    +
    MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
    +
     
    +
    MatFile - Class in com.jmatio.io
    +
    +
    MatFileReader's API is vague.
    +
    +
    MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
    +
     
    +
    MatFileFilter - Class in com.jmatio.io
    +
    +
    File filter.
    +
    +
    MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
    +
    +
    Creates empty filter intance.
    +
    +
    MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
    +
    +
    Create filter intance and add array names.
    +
    +
    MatFileHeader - Class in com.jmatio.io
    +
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    +
    MatFileHeader(String, int, ByteOrder) - Constructor for class com.jmatio.io.MatFileHeader
    +
    +
    New MAT-file header
    +
    +
    MatFileIncrementalWriter - Class in com.jmatio.io
    +
    +
    MAT-file Incremental writer.
    +
    +
    MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creates a writer to a file given the filename.
    +
    +
    MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creats a writer to a file given the File object.
    +
    +
    MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creates a writer for a file, given an output channel to the file..
    +
    +
    MatFileInputStream - Class in com.jmatio.io.stream
    +
    +
    MAT-file input stream class.
    +
    +
    MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Attach MAT-file input stream to InputStream
    +
    +
    MatFileReader - Class in com.jmatio.io
    +
     
    +
    MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
    +
    +
    MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
    +
    +
    MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from file.
    +
    +
    MatFileReader(File, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader(MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader(InputStream, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileReader(InputStream, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileType - Enum in com.jmatio.io
    +
    +
    Describes the type of Mat file.
    +
    +
    MatFileWriter - Class in com.jmatio.io
    +
    +
    MAT-file writer.
    +
    +
    MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Creates the new MatFileWriter instance
    +
    +
    MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into file given by fileName.
    +
    +
    MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into File.
    +
    +
    MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into OuputSteram.
    +
    +
    MatlabIOException - Exception in com.jmatio.io
    +
    +
    MAT-file reader/writer exception
    +
    +
    MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
    +
     
    +
    MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    MLArray - Class in com.jmatio.types
    +
     
    +
    MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
    +
     
    +
    MLArrayQuery - Class in com.jmatio.common.util
    +
    +
    The JMatIO query parser.
    +
    +
    MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
    +
     
    +
    MLCell - Class in com.jmatio.types
    +
     
    +
    MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
    +
     
    +
    MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
    +
     
    +
    MLChar - Class in com.jmatio.types
    +
     
    +
    MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Creates the 1 x String.length() MLChar from the given + String.
    +
    +
    MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Create the MLChar from array of Strings.
    +
    +
    MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Added method to allow initialization of a char array representing + an array of strings.
    +
    +
    MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
    +
     
    +
    MLDouble - Class in com.jmatio.types
    +
    +
    Class represents Double array (matrix)
    +
    +
    MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Create a MLDouble array with given name, + and dimensions.
    +
    +
    MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
    +
    +
    MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLEmptyArray - Class in com.jmatio.types
    +
     
    +
    MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLHandle - Class in com.jmatio.types
    +
    +
    We have observed a need for this class in a proprietary model.
    +
    +
    MLHandle(String, String, MLCell) - Constructor for class com.jmatio.types.MLHandle
    +
     
    +
    MLInt16 - Class in com.jmatio.types
    +
    +
    Class represents Int16 array (matrix)
    +
    +
    MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Create a MLSingle array with given name, + and dimensions.
    +
    +
    MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
    +
    +
    MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt32 - Class in com.jmatio.types
    +
     
    +
    MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Create a MLInt64 array with given name, + and dimensions.
    +
    +
    MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt64 - Class in com.jmatio.types
    +
    +
    Class represents Int64 (long) array (matrix)
    +
    +
    MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Create a MLInt64 array with given name, + and dimensions.
    +
    +
    MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt8 - Class in com.jmatio.types
    +
     
    +
    MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Create a MLUInt8 array with given name, + and dimensions.
    +
    +
    MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLJavaObject - Class in com.jmatio.types
    +
     
    +
    MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
    +
     
    +
    MLNumericArray<T extends Number> - Class in com.jmatio.types
    +
     
    +
    MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLObject - Class in com.jmatio.types
    +
    +
    This class represents Matlab's Object object (object array).
    +
    +
    MLObject(String, String, int[], int) - Constructor for class com.jmatio.types.MLObject
    +
     
    +
    MLSingle - Class in com.jmatio.types
    +
     
    +
    MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
    +
     
    +
    MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
    +
     
    +
    MLSparse - Class in com.jmatio.types
    +
     
    +
    MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
    +
     
    +
    mlStructArray - Variable in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Array of structures
    +
    +
    MLStructure - Class in com.jmatio.types
    +
    +
    This class represents Matlab's Structure object (structure array).
    +
    +
    MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
    +
     
    +
    MLStructure(String, int[], int) - Constructor for class com.jmatio.types.MLStructure
    +
     
    +
    MLStructureObjectBase - Class in com.jmatio.types
    +
    +
    Base class for MLStructure and MLObject.
    +
    +
    MLStructureObjectBase(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructureObjectBase
    +
     
    +
    MLUInt16 - Class in com.jmatio.types
    +
     
    +
    MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt32 - Class in com.jmatio.types
    +
     
    +
    MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt64 - Class in com.jmatio.types
    +
    +
    Class represents Int64 (long) array (matrix)
    +
    +
    MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Create a MLUInt64 array with given name, + and dimensions.
    +
    +
    MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLUInt8 - Class in com.jmatio.types
    +
    +
    Class represents UInt8 (byte) array (matrix)
    +
    +
    MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Create a MLUInt8 array with given name, + and dimensions.
    +
    +
    MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    N

    +
    +
    name - Variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    P

    +
    +
    parseByteOrder(byte[]) - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
    +
    +
    parseFrom(String, byte[], byte[]) - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
    +
    +
    putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    + + + +

    Q

    +
    +
    q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
    +
     
    +
    query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
    +
    +
    Parses the query string and returns the object it refers to.
    +
    +
    + + + +

    R

    +
    +
    read(File) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(InputStream) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(File, int) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
    +
     
    +
    read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
    +
     
    +
    read(InputStream, MatFileFilter) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Read a mat file from a stream.
    +
    +
    read() - Method in class com.jmatio.io.SimulinkDecoder
    +
     
    +
    read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a bare set of bytes.
    +
    +
    readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
     
    +
    readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to char.
    +
    +
    readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to double.
    +
    +
    readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readFull(ByteBuffer, MatFileType) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to int.
    +
    +
    readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads the data into a ByteBuffer.
    +
    +
    + + + +

    S

    +
    +
    set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    set(MLArray, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    set(String) - Method in class com.jmatio.types.MLChar
    +
    +
    Populates the MLChar with the String value.
    +
    +
    set(String, int) - Method in class com.jmatio.types.MLChar
    +
    +
    Set one row, specifying the row.
    +
    +
    set(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the value at the given index for non-complex arrays.
    +
    +
    set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the value at the given index for non-complex arrays.
    +
    +
    set(T, int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the value at the given index for non-complex arrays.
    +
    +
    set(T[]) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the content of this entire array for non-complex arrays.
    +
    +
    set(Double, int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    set(Double, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setChar(char, int) - Method in class com.jmatio.types.MLChar
    +
     
    +
    setField(String, MLArray) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets field for current structure
    +
    +
    setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets field for (m,n)'th structure in struct array
    +
    +
    setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets filed for structure described by index in struct array
    +
    +
    setFields(int, Map<String, MLArray>) - Method in class com.jmatio.types.MLObject
    +
     
    +
    setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single imaginary array element.
    +
    +
    setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single imaginary array element.
    +
    +
    setImaginary(T, int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single imaginary array element.
    +
    +
    setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single real array element.
    +
    +
    setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single real array element.
    +
    +
    setReal(T, int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single real array element.
    +
    +
    setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets real part of a matrix.
    +
    +
    setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setReal(Double, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    SimulinkDecoder - Class in com.jmatio.io
    +
    +
    This class decodes the Simulink base64 representation of a MAT file.
    +
    +
    SimulinkDecoder(String) - Constructor for class com.jmatio.io.SimulinkDecoder
    +
     
    +
    size() - Method in class com.jmatio.io.stream.BufferedOutputStream
    +
     
    +
    sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
    +
    +
    Return number of bytes for given type.
    +
    +
    skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
    +
     
    +
    + + + +

    T

    +
    +
    toString() - Method in class com.jmatio.io.MatFileHeader
    +
     
    +
    toString() - Method in class com.jmatio.types.MLArray
    +
     
    +
    type - Variable in class com.jmatio.types.MLArray
    +
     
    +
    typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
    +
    +
    Get String representation of a data type
    +
    +
    typeToString(int) - Static method in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    V

    +
    +
    valueOf(String) - Static method in enum com.jmatio.io.MatFileType
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    +
    values() - Method in class com.jmatio.common.DeterministicKeyMap
    +
    +
    Returns the values of this map in the same order as keyOrder.
    +
    +
    values() - Static method in enum com.jmatio.io.MatFileType
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    +
    + + + +

    W

    +
    +
    write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
     
    +
    write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Writes MLArrays into WritableByteChannel.
    +
    +
    write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into file created from + filepath.
    +
    +
    write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into File
    +
    +
    write(ByteBuffer) - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    + + + +

    Z

    +
    +
    zero() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    zero() - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value of "zero" for this type of array.
    +
    +
    zero() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    zero() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    zero() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    zero() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    Zeros - Class in com.jmatio.types
    +
    +
    Singleton implementations of zero for each number type.
    +
    +
    Zeros() - Constructor for class com.jmatio.types.Zeros
    +
     
    +
    + + + +

    _

    +
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
    +
    +
    Override to accelerate the performance
    +
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
    +
    +
    Override to accelerate the performance
    +
    +
    _set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    +A B C D E G H I K M N P Q R S T V W Z _ 
    + + + + + + diff --git a/javadoc/3.0.0/index.html b/javadoc/3.0.0/index.html new file mode 100644 index 0000000..557e2ca --- /dev/null +++ b/javadoc/3.0.0/index.html @@ -0,0 +1,74 @@ + + + + + +matfilerw 3.0.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/3.0.0/overview-frame.html b/javadoc/3.0.0/overview-frame.html new file mode 100644 index 0000000..7fe84f5 --- /dev/null +++ b/javadoc/3.0.0/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (matfilerw 3.0.0 API) + + + + + +

    com.diffplug.matsim:matfilerw:3.0.0 by DiffPlug

    + + +

     

    + + diff --git a/javadoc/3.0.0/overview-summary.html b/javadoc/3.0.0/overview-summary.html new file mode 100644 index 0000000..32e89d8 --- /dev/null +++ b/javadoc/3.0.0/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    matfilerw 3.0.0 API

    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Packages 
    PackageDescription
    com.jmatio.common 
    com.jmatio.common.util 
    com.jmatio.io 
    com.jmatio.io.stream 
    com.jmatio.types 
    +
    + + + + + + diff --git a/javadoc/3.0.0/overview-tree.html b/javadoc/3.0.0/overview-tree.html new file mode 100644 index 0000000..420fb58 --- /dev/null +++ b/javadoc/3.0.0/overview-tree.html @@ -0,0 +1,232 @@ + + + + + +Class Hierarchy (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Hierarchy For All Packages

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +

    Enum Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.0.0/package-list b/javadoc/3.0.0/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/3.0.0/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/3.0.0/script.js b/javadoc/3.0.0/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/3.0.0/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/3.0.0/serialized-form.html b/javadoc/3.0.0/serialized-form.html new file mode 100644 index 0000000..aa04bfc --- /dev/null +++ b/javadoc/3.0.0/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (matfilerw 3.0.0 API) + + + + + + + + + + + +
    +

    Serialized Form

    +
    +
    + +
    + + + + + + diff --git a/javadoc/3.0.0/stylesheet.css b/javadoc/3.0.0/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/javadoc/3.0.0/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From 0d224353d1c988df432292e2dc9a86030d4ba537 Mon Sep 17 00:00:00 2001 From: travis Date: Wed, 23 Nov 2016 07:37:38 +0000 Subject: [PATCH 44/56] Publish of Github pages from Gradle. --- javadoc/snapshot/allclasses-frame.html | 6 +++--- javadoc/snapshot/allclasses-noframe.html | 6 +++--- .../com/jmatio/common/DeterministicKeyMap.html | 12 ++++++------ .../snapshot/com/jmatio/common/MatDataTypes.html | 12 ++++++------ .../snapshot/com/jmatio/common/package-frame.html | 6 +++--- .../com/jmatio/common/package-summary.html | 12 ++++++------ .../snapshot/com/jmatio/common/package-tree.html | 12 ++++++------ .../com/jmatio/common/util/MLArrayQuery.html | 12 ++++++------ .../com/jmatio/common/util/package-frame.html | 6 +++--- .../com/jmatio/common/util/package-summary.html | 12 ++++++------ .../com/jmatio/common/util/package-tree.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFile.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 12 ++++++------ .../com/jmatio/io/MatFileIncrementalWriter.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileReader.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileType.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 12 ++++++------ .../snapshot/com/jmatio/io/MatlabIOException.html | 12 ++++++------ .../snapshot/com/jmatio/io/SimulinkDecoder.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/package-frame.html | 6 +++--- .../snapshot/com/jmatio/io/package-summary.html | 12 ++++++------ javadoc/snapshot/com/jmatio/io/package-tree.html | 12 ++++++------ .../com/jmatio/io/stream/BufferedOutputStream.html | 12 ++++++------ .../jmatio/io/stream/ByteBufferInputStream.html | 12 ++++++------ .../io/stream/HeapBufferDataOutputStream.html | 12 ++++++------ .../com/jmatio/io/stream/MatFileInputStream.html | 12 ++++++------ .../com/jmatio/io/stream/package-frame.html | 6 +++--- .../com/jmatio/io/stream/package-summary.html | 12 ++++++------ .../com/jmatio/io/stream/package-tree.html | 12 ++++++------ .../com/jmatio/types/ByteStorageSupport.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLArray.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLCell.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLChar.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLDouble.html | 12 ++++++------ .../snapshot/com/jmatio/types/MLEmptyArray.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLHandle.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt16.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt32.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt64.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLInt8.html | 12 ++++++------ .../snapshot/com/jmatio/types/MLJavaObject.html | 12 ++++++------ .../snapshot/com/jmatio/types/MLNumericArray.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLObject.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLSingle.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLSparse.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLStructure.html | 12 ++++++------ .../com/jmatio/types/MLStructureObjectBase.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt16.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt32.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt64.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/MLUInt8.html | 12 ++++++------ javadoc/snapshot/com/jmatio/types/Zeros.html | 12 ++++++------ .../snapshot/com/jmatio/types/package-frame.html | 6 +++--- .../snapshot/com/jmatio/types/package-summary.html | 12 ++++++------ .../snapshot/com/jmatio/types/package-tree.html | 12 ++++++------ javadoc/snapshot/constant-values.html | 12 ++++++------ javadoc/snapshot/deprecated-list.html | 12 ++++++------ javadoc/snapshot/help-doc.html | 12 ++++++------ javadoc/snapshot/index-all.html | 12 ++++++------ javadoc/snapshot/index.html | 4 ++-- javadoc/snapshot/overview-frame.html | 8 ++++---- javadoc/snapshot/overview-summary.html | 14 +++++++------- javadoc/snapshot/overview-tree.html | 12 ++++++------ javadoc/snapshot/serialized-form.html | 12 ++++++------ 65 files changed, 364 insertions(+), 364 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index 5af6c2b..3a420b2 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,9 +2,9 @@ - -All Classes (matfilerw 3.0.0-SNAPSHOT API) - + +All Classes (matfilerw 3.1.0-SNAPSHOT API) + diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index f516082..c9f7d7a 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - -All Classes (matfilerw 3.0.0-SNAPSHOT API) - + +All Classes (matfilerw 3.1.0-SNAPSHOT API) + diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index bfba6e9..53d84c1 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,9 +2,9 @@ - -DeterministicKeyMap (matfilerw 3.0.0-SNAPSHOT API) - + +DeterministicKeyMap (matfilerw 3.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 9716b53..42a61d7 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.common (matfilerw 3.0.0-SNAPSHOT API) - + +com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index caefc75..2e1235a 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.common.util (matfilerw 3.0.0-SNAPSHOT API) - + +com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 54b1872..30cf1cc 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.io (matfilerw 3.0.0-SNAPSHOT API) - + +com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 0cd52ae..c841088 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.io.stream (matfilerw 3.0.0-SNAPSHOT API) - + +com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 1474715..9d6aba4 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - -com.jmatio.types (matfilerw 3.0.0-SNAPSHOT API) - + +com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ -

    com.diffplug.matsim:matfilerw:3.0.0-SNAPSHOT by DiffPlug

    +

    com.diffplug.matsim:matfilerw:3.1.0-SNAPSHOT by DiffPlug

    Packages

    diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 952d5e7..b07d75b 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - -Overview (matfilerw 3.0.0-SNAPSHOT API) - + +Overview (matfilerw 3.1.0-SNAPSHOT API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index c9f7d7a..7e1395d 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index 53d84c1..7e2b730 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,9 +2,9 @@ - + DeterministicKeyMap (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 27b8116..2586df7 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index f9dcc58..6d8131f 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 42a61d7..537d6d0 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index ff40689..fb6c613 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index f033049..df44524 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index c613956..dab78cb 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index 2e1235a..1a7878f 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index b02fa6c..5a731ea 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index 333f0e5..d989e6e 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index bf0a86a..144fbb2 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index c04df56..d3dfc27 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index f1c68a0..476fbd2 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 5533896..687047e 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index 8f5e9f6..6aa671a 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 22a53f1..f91bd45 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 15ab3a0..4581539 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 07f450f..6374d40 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 9204a6c..200e4ea 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 30cf1cc..5d8afdf 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index d801461..601e0bd 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 8de45cb..ebca9dd 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index 871e22e..b587701 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 2b389cc..3bc2497 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index d5949cc..ebfddda 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index c59777c..2c78d5f 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index c841088..c2a0829 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index a16c250..685ee6e 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index e24f528..b62ae97 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 33a3375..c2b0867 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index 6d07628..69c7239 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index 747a8fe..e02f8b0 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index f5f76c5..55bf3db 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index 567e3c1..6dfc12d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,9 +2,9 @@ - + MLEmptyArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLHandle.html b/javadoc/snapshot/com/jmatio/types/MLHandle.html index 82bae73..4c4e30e 100644 --- a/javadoc/snapshot/com/jmatio/types/MLHandle.html +++ b/javadoc/snapshot/com/jmatio/types/MLHandle.html @@ -2,9 +2,9 @@ - + MLHandle (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index cc6b9f5..d157b70 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,9 +2,9 @@ - + MLInt16 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index 0e90894..d77e7f1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,9 +2,9 @@ - + MLInt32 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index 3a3843d..4cf95ca 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,9 +2,9 @@ - + MLInt64 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index caaab22..56326a5 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,9 +2,9 @@ - + MLInt8 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index ac7fb6c..abade99 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,9 +2,9 @@ - + MLJavaObject (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index fef10a8..c4a6ea0 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,9 +2,9 @@ - + MLNumericArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index e9ad7eb..036d9e1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,9 +2,9 @@ - + MLObject (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index 307c52a..3ba7dbe 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,9 +2,9 @@ - + MLSingle (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index a589d9a..92d5658 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,9 +2,9 @@ - + MLSparse (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index e8c8589..393a068 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,9 +2,9 @@ - + MLStructure (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index b2d18e5..0b9ce7e 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,9 +2,9 @@ - + MLStructureObjectBase (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index fc07f4f..d4dadc4 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,9 +2,9 @@ - + MLUInt16 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index 397cb62..17296ee 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,9 +2,9 @@ - + MLUInt32 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index b741253..15eb4bc 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,9 +2,9 @@ - + MLUInt64 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index c031c0d..73000ad 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,9 +2,9 @@ - + MLUInt8 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/Zeros.html b/javadoc/snapshot/com/jmatio/types/Zeros.html index 25b708a..55be92c 100644 --- a/javadoc/snapshot/com/jmatio/types/Zeros.html +++ b/javadoc/snapshot/com/jmatio/types/Zeros.html @@ -2,9 +2,9 @@ - + Zeros (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index b6ae69c..0dc3e75 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 9d6aba4..aaa6258 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index 805bc10..37f2407 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.types Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index 14a2853..5c9422e 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index 99717c8..db1f6c0 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index 2be8de7..cd3ef94 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,9 +2,9 @@ - + API Help (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index f3b6899..e6e1a86 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,9 +2,9 @@ - + Index (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index dea5dc7..f4ed220 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 3.1.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index b07d75b..359144a 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index a6d49f2..6850405 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index 640b473..cc364c8 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 3.1.0-SNAPSHOT API) - + From 62e15f55e1380cc7f8544b1ea79d496e0f3a95b9 Mon Sep 17 00:00:00 2001 From: travis Date: Tue, 10 Jan 2017 18:15:37 +0000 Subject: [PATCH 46/56] Publish of Github pages from Gradle. --- javadoc/snapshot/allclasses-frame.html | 2 +- javadoc/snapshot/allclasses-noframe.html | 2 +- javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html | 2 +- javadoc/snapshot/com/jmatio/common/MatDataTypes.html | 2 +- javadoc/snapshot/com/jmatio/common/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFile.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileReader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileType.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatlabIOException.html | 2 +- javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html | 2 +- javadoc/snapshot/com/jmatio/io/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html | 2 +- .../snapshot/com/jmatio/io/stream/ByteBufferInputStream.html | 2 +- .../com/jmatio/io/stream/HeapBufferDataOutputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html | 2 +- javadoc/snapshot/com/jmatio/types/MLArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLCell.html | 2 +- javadoc/snapshot/com/jmatio/types/MLChar.html | 2 +- javadoc/snapshot/com/jmatio/types/MLDouble.html | 2 +- javadoc/snapshot/com/jmatio/types/MLEmptyArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLHandle.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/MLJavaObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLNumericArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSingle.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSparse.html | 2 +- javadoc/snapshot/com/jmatio/types/MLStructure.html | 2 +- javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/Zeros.html | 2 +- javadoc/snapshot/com/jmatio/types/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/types/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/types/package-tree.html | 2 +- javadoc/snapshot/constant-values.html | 2 +- javadoc/snapshot/deprecated-list.html | 2 +- javadoc/snapshot/help-doc.html | 2 +- javadoc/snapshot/index-all.html | 2 +- javadoc/snapshot/index.html | 2 +- javadoc/snapshot/overview-frame.html | 2 +- javadoc/snapshot/overview-summary.html | 2 +- javadoc/snapshot/overview-tree.html | 2 +- javadoc/snapshot/serialized-form.html | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index 2f6e887..ccc0872 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 7e1395d..71a3aec 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index 7e2b730..cfe18ea 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,7 +2,7 @@ - + DeterministicKeyMap (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 2586df7..e55680f 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,7 +2,7 @@ - + MatDataTypes (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 6d8131f..8163cc7 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 537d6d0..edde4b9 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index fb6c613..e976fbe 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index df44524..4f93388 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,7 +2,7 @@ - + MLArrayQuery (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index dab78cb..39b7185 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index 1a7878f..850040a 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index 5a731ea..e797f95 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index d989e6e..7abcc14 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,7 +2,7 @@ - + MatFile (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index 144fbb2..af424dc 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,7 +2,7 @@ - + MatFileFilter (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index d3dfc27..b182277 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,7 +2,7 @@ - + MatFileHeader (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index 476fbd2..a7469b7 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,7 +2,7 @@ - + MatFileIncrementalWriter (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 687047e..1dc3a39 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,7 +2,7 @@ - + MatFileReader (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index 6aa671a..cd2ed48 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,7 +2,7 @@ - + MatFileType (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index f91bd45..62a2a20 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,7 +2,7 @@ - + MatFileWriter (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 4581539..aa6838f 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,7 +2,7 @@ - + MatlabIOException (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 6374d40..36ee403 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,7 +2,7 @@ - + SimulinkDecoder (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 200e4ea..2ab83ce 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 5d8afdf..f937fcd 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 601e0bd..aa9143b 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index ebca9dd..5da1315 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,7 +2,7 @@ - + BufferedOutputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index b587701..eec4461 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,7 +2,7 @@ - + ByteBufferInputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 3bc2497..753e763 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,7 +2,7 @@ - + HeapBufferDataOutputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index ebfddda..cb67c5b 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,7 +2,7 @@ - + MatFileInputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index 2c78d5f..c26c865 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index c2a0829..bdedea5 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index 685ee6e..78da11b 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index b62ae97..453d44e 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,7 +2,7 @@ - + ByteStorageSupport (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index c2b0867..bf200a9 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,7 +2,7 @@ - + MLArray (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index 69c7239..9ce80c7 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,7 +2,7 @@ - + MLCell (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index e02f8b0..6920224 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,7 +2,7 @@ - + MLChar (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 55bf3db..4716d37 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,7 +2,7 @@ - + MLDouble (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index 6dfc12d..b431c85 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,7 +2,7 @@ - + MLEmptyArray (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLHandle.html b/javadoc/snapshot/com/jmatio/types/MLHandle.html index 4c4e30e..d94bfab 100644 --- a/javadoc/snapshot/com/jmatio/types/MLHandle.html +++ b/javadoc/snapshot/com/jmatio/types/MLHandle.html @@ -2,7 +2,7 @@ - + MLHandle (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index d157b70..b4ebe12 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,7 +2,7 @@ - + MLInt16 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index d77e7f1..203aa9c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,7 +2,7 @@ - + MLInt32 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index 4cf95ca..e5e98c6 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,7 +2,7 @@ - + MLInt64 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index 56326a5..703a61c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,7 +2,7 @@ - + MLInt8 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index abade99..a1e4410 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,7 +2,7 @@ - + MLJavaObject (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index c4a6ea0..e3cb82c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,7 +2,7 @@ - + MLNumericArray (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index 036d9e1..a9becd4 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,7 +2,7 @@ - + MLObject (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index 3ba7dbe..0d34429 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,7 +2,7 @@ - + MLSingle (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index 92d5658..6c56095 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,7 +2,7 @@ - + MLSparse (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index 393a068..e48b74a 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,7 +2,7 @@ - + MLStructure (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index 0b9ce7e..a0f9ba9 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,7 +2,7 @@ - + MLStructureObjectBase (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index d4dadc4..2a15d10 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,7 +2,7 @@ - + MLUInt16 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index 17296ee..d893323 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,7 +2,7 @@ - + MLUInt32 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index 15eb4bc..eecfc48 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,7 +2,7 @@ - + MLUInt64 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index 73000ad..cef9a3b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,7 +2,7 @@ - + MLUInt8 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/Zeros.html b/javadoc/snapshot/com/jmatio/types/Zeros.html index 55be92c..f658add 100644 --- a/javadoc/snapshot/com/jmatio/types/Zeros.html +++ b/javadoc/snapshot/com/jmatio/types/Zeros.html @@ -2,7 +2,7 @@ - + Zeros (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 0dc3e75..d4ca0a2 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index aaa6258..c0eb50e 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index 37f2407..d306054 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.types Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index 5c9422e..cb37f0b 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index db1f6c0..19f21cb 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index cd3ef94..f86c611 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,7 +2,7 @@ - + API Help (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index e6e1a86..41e7d9b 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,7 +2,7 @@ - + Index (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index f4ed220..170dbd2 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 3.1.0-SNAPSHOT API diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 71a3aec..eb25ecc 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index cfe18ea..8e74ce7 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,9 +2,9 @@ - + DeterministicKeyMap (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index e55680f..70356c6 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 8163cc7..c8a0c6f 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index edde4b9..d3eaf48 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index e976fbe..a13bde8 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index 4f93388..de5c1c2 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 39b7185..a6b179c 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index 850040a..94c39a9 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index e797f95..d54c2fe 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index 7abcc14..929a34f 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index af424dc..ba76206 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index b182277..11b2186 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index a7469b7..64f18d4 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 1dc3a39..95cf35a 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index cd2ed48..c772f7a 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 62a2a20..b2b8dda 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index aa6838f..4ea1eef 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 36ee403..d33d542 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 2ab83ce..ae4974a 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index f937fcd..1341dde 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index aa9143b..b888289 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 5da1315..36ec889 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index eec4461..b05887c 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 753e763..4999940 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index cb67c5b..dd457b6 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index c26c865..b0e718b 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index bdedea5..55ae5a3 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index 78da11b..795add2 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index 453d44e..9f5a650 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index bf200a9..edfac13 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index 9ce80c7..a5e6f8c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index 6920224..e15099b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 4716d37..5a15287 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index b431c85..a3f6908 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,9 +2,9 @@ - + MLEmptyArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLHandle.html b/javadoc/snapshot/com/jmatio/types/MLHandle.html index d94bfab..3d8e194 100644 --- a/javadoc/snapshot/com/jmatio/types/MLHandle.html +++ b/javadoc/snapshot/com/jmatio/types/MLHandle.html @@ -2,9 +2,9 @@ - + MLHandle (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index b4ebe12..bbbc383 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,9 +2,9 @@ - + MLInt16 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index 203aa9c..94a0835 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,9 +2,9 @@ - + MLInt32 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index e5e98c6..d0b700d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,9 +2,9 @@ - + MLInt64 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index 703a61c..8eb5a88 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,9 +2,9 @@ - + MLInt8 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index a1e4410..bd14e3b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,9 +2,9 @@ - + MLJavaObject (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index e3cb82c..88b02c8 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,9 +2,9 @@ - + MLNumericArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index a9becd4..87b2db8 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,9 +2,9 @@ - + MLObject (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index 0d34429..eb11c47 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,9 +2,9 @@ - + MLSingle (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index 6c56095..be1467e 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,9 +2,9 @@ - + MLSparse (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index e48b74a..fdacb59 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,9 +2,9 @@ - + MLStructure (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index a0f9ba9..de0aed0 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,9 +2,9 @@ - + MLStructureObjectBase (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 2a15d10..97e652d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,9 +2,9 @@ - + MLUInt16 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index d893323..4c81314 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,9 +2,9 @@ - + MLUInt32 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index eecfc48..bd8a4b3 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,9 +2,9 @@ - + MLUInt64 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index cef9a3b..eb96b4d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,9 +2,9 @@ - + MLUInt8 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/Zeros.html b/javadoc/snapshot/com/jmatio/types/Zeros.html index f658add..8b0dd77 100644 --- a/javadoc/snapshot/com/jmatio/types/Zeros.html +++ b/javadoc/snapshot/com/jmatio/types/Zeros.html @@ -2,9 +2,9 @@ - + Zeros (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index d4ca0a2..85355f9 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index c0eb50e..bd9caf7 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index d306054..af20d88 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.types Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index cb37f0b..ae62863 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index 19f21cb..c43566c 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index f86c611..d13fc3c 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,9 +2,9 @@ - + API Help (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index 41e7d9b..7e5a839 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,9 +2,9 @@ - + Index (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 170dbd2..957fa8d 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 3.1.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index ce489b1..ed833af 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index 32f85a7..16106ef 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index ae46bd3..bc82f0b 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 3.1.0-SNAPSHOT API) - + From ad7efdd9f7a8c360a41eab1a019fd658e7ec652b Mon Sep 17 00:00:00 2001 From: travis Date: Tue, 4 Jul 2017 15:20:32 +0000 Subject: [PATCH 48/56] Publish of Github pages from Gradle. --- javadoc/snapshot/allclasses-frame.html | 2 +- javadoc/snapshot/allclasses-noframe.html | 2 +- javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html | 2 +- javadoc/snapshot/com/jmatio/common/MatDataTypes.html | 2 +- javadoc/snapshot/com/jmatio/common/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFile.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileReader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileType.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatlabIOException.html | 2 +- javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html | 2 +- javadoc/snapshot/com/jmatio/io/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html | 2 +- .../snapshot/com/jmatio/io/stream/ByteBufferInputStream.html | 2 +- .../com/jmatio/io/stream/HeapBufferDataOutputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html | 2 +- javadoc/snapshot/com/jmatio/types/MLArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLCell.html | 2 +- javadoc/snapshot/com/jmatio/types/MLChar.html | 2 +- javadoc/snapshot/com/jmatio/types/MLDouble.html | 2 +- javadoc/snapshot/com/jmatio/types/MLEmptyArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLHandle.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/MLJavaObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLNumericArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSingle.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSparse.html | 2 +- javadoc/snapshot/com/jmatio/types/MLStructure.html | 2 +- javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/Zeros.html | 2 +- javadoc/snapshot/com/jmatio/types/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/types/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/types/package-tree.html | 2 +- javadoc/snapshot/constant-values.html | 2 +- javadoc/snapshot/deprecated-list.html | 2 +- javadoc/snapshot/help-doc.html | 2 +- javadoc/snapshot/index-all.html | 2 +- javadoc/snapshot/index.html | 2 +- javadoc/snapshot/overview-frame.html | 2 +- javadoc/snapshot/overview-summary.html | 2 +- javadoc/snapshot/overview-tree.html | 2 +- javadoc/snapshot/serialized-form.html | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index 04fb80e..c4bc231 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index eb25ecc..6072c69 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index 8e74ce7..dc8dee0 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,7 +2,7 @@ - + DeterministicKeyMap (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 70356c6..37c57af 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,7 +2,7 @@ - + MatDataTypes (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index c8a0c6f..e2dc4a3 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index d3eaf48..8ac9ada 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index a13bde8..a87731c 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index de5c1c2..d1dbeae 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,7 +2,7 @@ - + MLArrayQuery (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index a6b179c..31683ba 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index 94c39a9..41f6fd1 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index d54c2fe..05a7810 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index 929a34f..4c6a687 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,7 +2,7 @@ - + MatFile (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index ba76206..145e399 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,7 +2,7 @@ - + MatFileFilter (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index 11b2186..feca869 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,7 +2,7 @@ - + MatFileHeader (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index 64f18d4..a9dd1f4 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,7 +2,7 @@ - + MatFileIncrementalWriter (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 95cf35a..2462c1a 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,7 +2,7 @@ - + MatFileReader (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index c772f7a..1cc8244 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,7 +2,7 @@ - + MatFileType (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index b2b8dda..689074d 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,7 +2,7 @@ - + MatFileWriter (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 4ea1eef..465825b 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,7 +2,7 @@ - + MatlabIOException (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index d33d542..2fa0bfd 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,7 +2,7 @@ - + SimulinkDecoder (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index ae4974a..6831fc3 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 1341dde..0e5d85f 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index b888289..91cf7ab 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 36ec889..8961d5f 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,7 +2,7 @@ - + BufferedOutputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index b05887c..4265266 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,7 +2,7 @@ - + ByteBufferInputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 4999940..f439217 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,7 +2,7 @@ - + HeapBufferDataOutputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index dd457b6..b3941a0 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,7 +2,7 @@ - + MatFileInputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index b0e718b..f556857 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 55ae5a3..21322be 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index 795add2..eec1b66 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index 9f5a650..d578d3d 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,7 +2,7 @@ - + ByteStorageSupport (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index edfac13..ca49274 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,7 +2,7 @@ - + MLArray (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index a5e6f8c..daf0209 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,7 +2,7 @@ - + MLCell (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index e15099b..c621f86 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,7 +2,7 @@ - + MLChar (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 5a15287..c8e70d3 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,7 +2,7 @@ - + MLDouble (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index a3f6908..1eb167b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,7 +2,7 @@ - + MLEmptyArray (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLHandle.html b/javadoc/snapshot/com/jmatio/types/MLHandle.html index 3d8e194..ca95922 100644 --- a/javadoc/snapshot/com/jmatio/types/MLHandle.html +++ b/javadoc/snapshot/com/jmatio/types/MLHandle.html @@ -2,7 +2,7 @@ - + MLHandle (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index bbbc383..5dbf818 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,7 +2,7 @@ - + MLInt16 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index 94a0835..de1a5cc 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,7 +2,7 @@ - + MLInt32 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index d0b700d..1c34960 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,7 +2,7 @@ - + MLInt64 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index 8eb5a88..d531d35 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,7 +2,7 @@ - + MLInt8 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index bd14e3b..36e6be5 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,7 +2,7 @@ - + MLJavaObject (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index 88b02c8..1e4a3bc 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,7 +2,7 @@ - + MLNumericArray (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index 87b2db8..679fc90 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,7 +2,7 @@ - + MLObject (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index eb11c47..c95facb 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,7 +2,7 @@ - + MLSingle (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index be1467e..c8feee1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,7 +2,7 @@ - + MLSparse (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index fdacb59..bc7094c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,7 +2,7 @@ - + MLStructure (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index de0aed0..5e1dc3a 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,7 +2,7 @@ - + MLStructureObjectBase (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 97e652d..290c993 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,7 +2,7 @@ - + MLUInt16 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index 4c81314..1f6d1b7 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,7 +2,7 @@ - + MLUInt32 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index bd8a4b3..a70eda3 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,7 +2,7 @@ - + MLUInt64 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index eb96b4d..89c82d3 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,7 +2,7 @@ - + MLUInt8 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/Zeros.html b/javadoc/snapshot/com/jmatio/types/Zeros.html index 8b0dd77..622bfa5 100644 --- a/javadoc/snapshot/com/jmatio/types/Zeros.html +++ b/javadoc/snapshot/com/jmatio/types/Zeros.html @@ -2,7 +2,7 @@ - + Zeros (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 85355f9..ae0c99b 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index bd9caf7..2131cdf 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index af20d88..c201c99 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.types Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index ae62863..ce21eb8 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index c43566c..a7ca6c0 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index d13fc3c..9dde41e 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,7 +2,7 @@ - + API Help (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index 7e5a839..ca01829 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,7 +2,7 @@ - + Index (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 957fa8d..1bd330a 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 3.1.0-SNAPSHOT API diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 6072c69..e826742 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index dc8dee0..3cb1fc2 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,9 +2,9 @@ - + DeterministicKeyMap (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 37c57af..aca03ab 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index e2dc4a3..18b0e24 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 8ac9ada..8569e88 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index a87731c..b027e40 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index d1dbeae..d5752e5 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 31683ba..28dfdf6 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index 41f6fd1..92e7c3c 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index 05a7810..3dbaf53 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index 4c6a687..16b02f9 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index 145e399..71b7104 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index feca869..0874391 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index a9dd1f4..23ab7d6 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 2462c1a..65b322e 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index 1cc8244..d3c6ade 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 689074d..4e83def 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 465825b..493c4a6 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 2fa0bfd..d6c6c74 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 6831fc3..54bab76 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 0e5d85f..08e7da8 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 91cf7ab..4eb78cd 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 8961d5f..999be23 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index 4265266..bc15001 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index f439217..ea0857b 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index b3941a0..df43333 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index f556857..31a088a 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 21322be..969479c 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index eec1b66..35437f1 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index d578d3d..1dca665 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index ca49274..68200bf 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index daf0209..a5f3fc5 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index c621f86..2fd8686 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index c8e70d3..17fb7e0 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index 1eb167b..28f1b92 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,9 +2,9 @@ - + MLEmptyArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLHandle.html b/javadoc/snapshot/com/jmatio/types/MLHandle.html index ca95922..413dedc 100644 --- a/javadoc/snapshot/com/jmatio/types/MLHandle.html +++ b/javadoc/snapshot/com/jmatio/types/MLHandle.html @@ -2,9 +2,9 @@ - + MLHandle (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index 5dbf818..f5e1521 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,9 +2,9 @@ - + MLInt16 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index de1a5cc..c6f3a8f 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,9 +2,9 @@ - + MLInt32 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index 1c34960..0d28c35 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,9 +2,9 @@ - + MLInt64 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index d531d35..2131c67 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,9 +2,9 @@ - + MLInt8 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index 36e6be5..524eec1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,9 +2,9 @@ - + MLJavaObject (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index 1e4a3bc..1c143dd 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,9 +2,9 @@ - + MLNumericArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index 679fc90..f4d2e18 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,9 +2,9 @@ - + MLObject (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index c95facb..9c5abc0 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,9 +2,9 @@ - + MLSingle (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index c8feee1..0eab37d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,9 +2,9 @@ - + MLSparse (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index bc7094c..5bb86b1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,9 +2,9 @@ - + MLStructure (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index 5e1dc3a..2e6b506 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,9 +2,9 @@ - + MLStructureObjectBase (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 290c993..48eddbf 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,9 +2,9 @@ - + MLUInt16 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index 1f6d1b7..23f663a 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,9 +2,9 @@ - + MLUInt32 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index a70eda3..9d41f8e 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,9 +2,9 @@ - + MLUInt64 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index 89c82d3..8ef0005 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,9 +2,9 @@ - + MLUInt8 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/Zeros.html b/javadoc/snapshot/com/jmatio/types/Zeros.html index 622bfa5..ba54855 100644 --- a/javadoc/snapshot/com/jmatio/types/Zeros.html +++ b/javadoc/snapshot/com/jmatio/types/Zeros.html @@ -2,9 +2,9 @@ - + Zeros (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index ae0c99b..d9ea4e4 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 2131cdf..5e2a812 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index c201c99..06ab698 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.types Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index ce21eb8..cfaeea0 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index a7ca6c0..b49de91 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index 9dde41e..3c9a356 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,9 +2,9 @@ - + API Help (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index ca01829..32adfe1 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,9 +2,9 @@ - + Index (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 1bd330a..404ffdd 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,14 +2,15 @@ - + matfilerw 3.1.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 0cb3870..069d6b3 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index 892edf8..dd15040 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index 249ea65..0af26b6 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/stylesheet.css b/javadoc/snapshot/stylesheet.css index cebb4fd..98055b2 100644 --- a/javadoc/snapshot/stylesheet.css +++ b/javadoc/snapshot/stylesheet.css @@ -463,7 +463,6 @@ Table styles .useSummary td, .constantsSummary td, .deprecatedSummary td { text-align:left; padding:0px 0px 12px 10px; - width:100%; } th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ @@ -488,6 +487,7 @@ td.colOne, th.colOne { font-size:13px; } .overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, .overviewSummary td.colOne, .overviewSummary th.colOne, .memberSummary td.colFirst, .memberSummary th.colFirst, .memberSummary td.colOne, .memberSummary th.colOne, From 105c76db07989ea6ab0f40c7bddd5f243a9d2d34 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Fri, 2 Feb 2018 22:03:01 +0000 Subject: [PATCH 50/56] Publish of Github pages from Gradle. --- javadoc/snapshot/allclasses-frame.html | 2 +- javadoc/snapshot/allclasses-noframe.html | 2 +- javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html | 2 +- javadoc/snapshot/com/jmatio/common/MatDataTypes.html | 2 +- javadoc/snapshot/com/jmatio/common/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFile.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileReader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileType.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatlabIOException.html | 2 +- javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html | 2 +- javadoc/snapshot/com/jmatio/io/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html | 2 +- .../snapshot/com/jmatio/io/stream/ByteBufferInputStream.html | 2 +- .../com/jmatio/io/stream/HeapBufferDataOutputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html | 2 +- javadoc/snapshot/com/jmatio/types/MLArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLCell.html | 2 +- javadoc/snapshot/com/jmatio/types/MLChar.html | 2 +- javadoc/snapshot/com/jmatio/types/MLDouble.html | 2 +- javadoc/snapshot/com/jmatio/types/MLEmptyArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLHandle.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/MLJavaObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLNumericArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSingle.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSparse.html | 2 +- javadoc/snapshot/com/jmatio/types/MLStructure.html | 2 +- javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/Zeros.html | 2 +- javadoc/snapshot/com/jmatio/types/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/types/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/types/package-tree.html | 2 +- javadoc/snapshot/constant-values.html | 2 +- javadoc/snapshot/deprecated-list.html | 2 +- javadoc/snapshot/help-doc.html | 2 +- javadoc/snapshot/index-all.html | 2 +- javadoc/snapshot/index.html | 2 +- javadoc/snapshot/overview-frame.html | 2 +- javadoc/snapshot/overview-summary.html | 2 +- javadoc/snapshot/overview-tree.html | 2 +- javadoc/snapshot/serialized-form.html | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index efb8149..f6015c1 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index e826742..80fef6d 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index 3cb1fc2..ff0dfae 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,7 +2,7 @@ - + DeterministicKeyMap (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index aca03ab..59f9fe3 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,7 +2,7 @@ - + MatDataTypes (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 18b0e24..eb6fc72 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 8569e88..563433a 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index b027e40..9916ead 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index d5752e5..b3cc014 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,7 +2,7 @@ - + MLArrayQuery (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 28dfdf6..705fcba 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index 92e7c3c..ba8a397 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index 3dbaf53..2af8310 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index 16b02f9..cbf25c6 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,7 +2,7 @@ - + MatFile (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index 71b7104..dfbf3f8 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,7 +2,7 @@ - + MatFileFilter (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index 0874391..26d7393 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,7 +2,7 @@ - + MatFileHeader (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index 23ab7d6..7162f0f 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,7 +2,7 @@ - + MatFileIncrementalWriter (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 65b322e..c11ba88 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,7 +2,7 @@ - + MatFileReader (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index d3c6ade..8ca1bb8 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,7 +2,7 @@ - + MatFileType (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 4e83def..b9ed99c 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,7 +2,7 @@ - + MatFileWriter (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 493c4a6..17f60be 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,7 +2,7 @@ - + MatlabIOException (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index d6c6c74..7d247b7 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,7 +2,7 @@ - + SimulinkDecoder (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 54bab76..051dd8b 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 08e7da8..d233c07 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index 4eb78cd..eb2b51b 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 999be23..5c23d22 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,7 +2,7 @@ - + BufferedOutputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index bc15001..9b7d3fd 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,7 +2,7 @@ - + ByteBufferInputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index ea0857b..6b05b6c 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,7 +2,7 @@ - + HeapBufferDataOutputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index df43333..119e5ba 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,7 +2,7 @@ - + MatFileInputStream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index 31a088a..a37f429 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 969479c..380eb9e 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index 35437f1..1b5a275 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index 1dca665..e62193c 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,7 +2,7 @@ - + ByteStorageSupport (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 68200bf..3920934 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,7 +2,7 @@ - + MLArray (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index a5f3fc5..6db1f7d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,7 +2,7 @@ - + MLCell (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index 2fd8686..d45581a 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,7 +2,7 @@ - + MLChar (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 17fb7e0..51e63c5 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,7 +2,7 @@ - + MLDouble (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index 28f1b92..748606f 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,7 +2,7 @@ - + MLEmptyArray (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLHandle.html b/javadoc/snapshot/com/jmatio/types/MLHandle.html index 413dedc..54d9480 100644 --- a/javadoc/snapshot/com/jmatio/types/MLHandle.html +++ b/javadoc/snapshot/com/jmatio/types/MLHandle.html @@ -2,7 +2,7 @@ - + MLHandle (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index f5e1521..2cf556b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,7 +2,7 @@ - + MLInt16 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index c6f3a8f..0d28eac 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,7 +2,7 @@ - + MLInt32 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index 0d28c35..306b957 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,7 +2,7 @@ - + MLInt64 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index 2131c67..9f265c9 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,7 +2,7 @@ - + MLInt8 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index 524eec1..e7c28de 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,7 +2,7 @@ - + MLJavaObject (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index 1c143dd..964e9e8 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,7 +2,7 @@ - + MLNumericArray (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index f4d2e18..1302e3a 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,7 +2,7 @@ - + MLObject (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index 9c5abc0..8a20bf2 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,7 +2,7 @@ - + MLSingle (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index 0eab37d..6e97e93 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,7 +2,7 @@ - + MLSparse (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index 5bb86b1..236a7ae 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,7 +2,7 @@ - + MLStructure (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index 2e6b506..4b43eff 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,7 +2,7 @@ - + MLStructureObjectBase (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 48eddbf..2c36266 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,7 +2,7 @@ - + MLUInt16 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index 23f663a..05f9365 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,7 +2,7 @@ - + MLUInt32 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index 9d41f8e..0f04a63 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,7 +2,7 @@ - + MLUInt64 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index 8ef0005..ea2958a 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,7 +2,7 @@ - + MLUInt8 (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/Zeros.html b/javadoc/snapshot/com/jmatio/types/Zeros.html index ba54855..1f321d8 100644 --- a/javadoc/snapshot/com/jmatio/types/Zeros.html +++ b/javadoc/snapshot/com/jmatio/types/Zeros.html @@ -2,7 +2,7 @@ - + Zeros (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index d9ea4e4..4022a1c 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 5e2a812..5dece9b 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index 06ab698..7d93a96 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.types Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index cfaeea0..d57a0bb 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index b49de91..fae9e62 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index 3c9a356..f2dfa6c 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,7 +2,7 @@ - + API Help (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index 32adfe1..7b10662 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,7 +2,7 @@ - + Index (matfilerw 3.1.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 404ffdd..6100944 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 3.1.0-SNAPSHOT API diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 80fef6d..30b2ce3 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index ff0dfae..d089961 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,9 +2,9 @@ - + DeterministicKeyMap (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index 59f9fe3..a27243b 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index eb6fc72..d015270 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 563433a..2e2ab3c 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index 9916ead..4b4d7dc 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index b3cc014..c1188f3 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 705fcba..accc349 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index ba8a397..8921799 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index 2af8310..c12c69d 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index cbf25c6..62ded3f 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index dfbf3f8..f25d313 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index 26d7393..8714754 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index 7162f0f..73689c5 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index c11ba88..1eca7dc 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index 8ca1bb8..c7bff7b 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index b9ed99c..dd4b74e 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 17f60be..4e1f42f 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 7d247b7..ffa2796 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 051dd8b..541cdf7 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index d233c07..c3bb166 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index eb2b51b..dd6e535 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 5c23d22..523f46f 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index 9b7d3fd..670c7be 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 6b05b6c..3698df8 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index 119e5ba..ada573a 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index a37f429..3089015 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 380eb9e..00727ed 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index 1b5a275..7de0b95 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index e62193c..15bcf59 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 3920934..2b5bf0d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index 6db1f7d..bdacfbc 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index d45581a..6407bb3 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 51e63c5..3991602 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index 748606f..6389438 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,9 +2,9 @@ - + MLEmptyArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLHandle.html b/javadoc/snapshot/com/jmatio/types/MLHandle.html index 54d9480..f1a76d9 100644 --- a/javadoc/snapshot/com/jmatio/types/MLHandle.html +++ b/javadoc/snapshot/com/jmatio/types/MLHandle.html @@ -2,9 +2,9 @@ - + MLHandle (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index 2cf556b..8c74415 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,9 +2,9 @@ - + MLInt16 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index 0d28eac..f009981 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,9 +2,9 @@ - + MLInt32 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index 306b957..a21b602 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,9 +2,9 @@ - + MLInt64 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index 9f265c9..c881c84 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,9 +2,9 @@ - + MLInt8 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index e7c28de..56560e1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,9 +2,9 @@ - + MLJavaObject (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index 964e9e8..ec0de52 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,9 +2,9 @@ - + MLNumericArray (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index 1302e3a..4c5f391 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,9 +2,9 @@ - + MLObject (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index 8a20bf2..0600961 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,9 +2,9 @@ - + MLSingle (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index 6e97e93..99fdeab 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,9 +2,9 @@ - + MLSparse (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index 236a7ae..856facc 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,9 +2,9 @@ - + MLStructure (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index 4b43eff..ce34ea8 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,9 +2,9 @@ - + MLStructureObjectBase (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 2c36266..c4de5cc 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,9 +2,9 @@ - + MLUInt16 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index 05f9365..7051db8 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,9 +2,9 @@ - + MLUInt32 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index 0f04a63..2ac7733 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,9 +2,9 @@ - + MLUInt64 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index ea2958a..df134a1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,9 +2,9 @@ - + MLUInt8 (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/Zeros.html b/javadoc/snapshot/com/jmatio/types/Zeros.html index 1f321d8..da47266 100644 --- a/javadoc/snapshot/com/jmatio/types/Zeros.html +++ b/javadoc/snapshot/com/jmatio/types/Zeros.html @@ -2,9 +2,9 @@ - + Zeros (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 4022a1c..a71007d 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 5dece9b..ddee2b5 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index 7d93a96..93a983c 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.types Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index d57a0bb..d5784cf 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index fae9e62..21d2b3f 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index f2dfa6c..43363f2 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,9 +2,9 @@ - + API Help (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index 7b10662..3adfd68 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,9 +2,9 @@ - + Index (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 6100944..c41a42d 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 3.1.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 377bb63..8153b31 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index 1596bfd..fdeb3e4 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 3.1.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index b115a64..fb27899 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 3.1.0-SNAPSHOT API) - + From cdd92151b0568ad9a78b3cc11e5562faab843708 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 13 Nov 2018 18:33:38 +0000 Subject: [PATCH 52/56] Publish of Github pages from Gradle. --- javadoc/3.1.0/allclasses-frame.html | 57 + javadoc/3.1.0/allclasses-noframe.html | 57 + .../jmatio/common/DeterministicKeyMap.html | 587 +++++++ .../3.1.0/com/jmatio/common/MatDataTypes.html | 784 +++++++++ .../com/jmatio/common/package-frame.html | 21 + .../com/jmatio/common/package-summary.html | 152 ++ .../3.1.0/com/jmatio/common/package-tree.html | 138 ++ .../com/jmatio/common/util/MLArrayQuery.html | 333 ++++ .../com/jmatio/common/util/package-frame.html | 20 + .../jmatio/common/util/package-summary.html | 144 ++ .../com/jmatio/common/util/package-tree.html | 137 ++ javadoc/3.1.0/com/jmatio/io/MatFile.html | 381 ++++ .../3.1.0/com/jmatio/io/MatFileFilter.html | 345 ++++ .../3.1.0/com/jmatio/io/MatFileHeader.html | 491 ++++++ .../jmatio/io/MatFileIncrementalWriter.html | 412 +++++ .../3.1.0/com/jmatio/io/MatFileReader.html | 800 +++++++++ javadoc/3.1.0/com/jmatio/io/MatFileType.html | 342 ++++ .../3.1.0/com/jmatio/io/MatFileWriter.html | 425 +++++ .../com/jmatio/io/MatlabIOException.html | 268 +++ .../3.1.0/com/jmatio/io/SimulinkDecoder.html | 295 ++++ .../3.1.0/com/jmatio/io/package-frame.html | 34 + .../3.1.0/com/jmatio/io/package-summary.html | 215 +++ javadoc/3.1.0/com/jmatio/io/package-tree.html | 172 ++ .../io/stream/BufferedOutputStream.html | 314 ++++ .../io/stream/ByteBufferInputStream.html | 320 ++++ .../io/stream/HeapBufferDataOutputStream.html | 372 ++++ .../jmatio/io/stream/MatFileInputStream.html | 404 +++++ .../com/jmatio/io/stream/package-frame.html | 23 + .../com/jmatio/io/stream/package-summary.html | 156 ++ .../com/jmatio/io/stream/package-tree.html | 152 ++ .../com/jmatio/types/ByteStorageSupport.html | 266 +++ javadoc/3.1.0/com/jmatio/types/MLArray.html | 1232 +++++++++++++ javadoc/3.1.0/com/jmatio/types/MLCell.html | 414 +++++ javadoc/3.1.0/com/jmatio/types/MLChar.html | 523 ++++++ javadoc/3.1.0/com/jmatio/types/MLDouble.html | 532 ++++++ .../3.1.0/com/jmatio/types/MLEmptyArray.html | 294 ++++ javadoc/3.1.0/com/jmatio/types/MLHandle.html | 323 ++++ javadoc/3.1.0/com/jmatio/types/MLInt16.html | 536 ++++++ javadoc/3.1.0/com/jmatio/types/MLInt32.html | 535 ++++++ javadoc/3.1.0/com/jmatio/types/MLInt64.html | 532 ++++++ javadoc/3.1.0/com/jmatio/types/MLInt8.html | 555 ++++++ .../3.1.0/com/jmatio/types/MLJavaObject.html | 336 ++++ .../com/jmatio/types/MLNumericArray.html | 925 ++++++++++ javadoc/3.1.0/com/jmatio/types/MLObject.html | 358 ++++ javadoc/3.1.0/com/jmatio/types/MLSingle.html | 411 +++++ javadoc/3.1.0/com/jmatio/types/MLSparse.html | 825 +++++++++ .../3.1.0/com/jmatio/types/MLStructure.html | 305 ++++ .../jmatio/types/MLStructureObjectBase.html | 631 +++++++ javadoc/3.1.0/com/jmatio/types/MLUInt16.html | 358 ++++ javadoc/3.1.0/com/jmatio/types/MLUInt32.html | 358 ++++ javadoc/3.1.0/com/jmatio/types/MLUInt64.html | 532 ++++++ javadoc/3.1.0/com/jmatio/types/MLUInt8.html | 556 ++++++ javadoc/3.1.0/com/jmatio/types/Zeros.html | 238 +++ .../3.1.0/com/jmatio/types/package-frame.html | 45 + .../com/jmatio/types/package-summary.html | 261 +++ .../3.1.0/com/jmatio/types/package-tree.html | 177 ++ javadoc/3.1.0/constant-values.html | 564 ++++++ javadoc/3.1.0/deprecated-list.html | 149 ++ javadoc/3.1.0/help-doc.html | 225 +++ javadoc/3.1.0/index-all.html | 1561 +++++++++++++++++ javadoc/3.1.0/index.html | 75 + javadoc/3.1.0/overview-frame.html | 26 + javadoc/3.1.0/overview-summary.html | 154 ++ javadoc/3.1.0/overview-tree.html | 232 +++ javadoc/3.1.0/package-list | 5 + javadoc/3.1.0/script.js | 30 + javadoc/3.1.0/serialized-form.html | 137 ++ javadoc/3.1.0/stylesheet.css | 574 ++++++ 68 files changed, 24141 insertions(+) create mode 100644 javadoc/3.1.0/allclasses-frame.html create mode 100644 javadoc/3.1.0/allclasses-noframe.html create mode 100644 javadoc/3.1.0/com/jmatio/common/DeterministicKeyMap.html create mode 100644 javadoc/3.1.0/com/jmatio/common/MatDataTypes.html create mode 100644 javadoc/3.1.0/com/jmatio/common/package-frame.html create mode 100644 javadoc/3.1.0/com/jmatio/common/package-summary.html create mode 100644 javadoc/3.1.0/com/jmatio/common/package-tree.html create mode 100644 javadoc/3.1.0/com/jmatio/common/util/MLArrayQuery.html create mode 100644 javadoc/3.1.0/com/jmatio/common/util/package-frame.html create mode 100644 javadoc/3.1.0/com/jmatio/common/util/package-summary.html create mode 100644 javadoc/3.1.0/com/jmatio/common/util/package-tree.html create mode 100644 javadoc/3.1.0/com/jmatio/io/MatFile.html create mode 100644 javadoc/3.1.0/com/jmatio/io/MatFileFilter.html create mode 100644 javadoc/3.1.0/com/jmatio/io/MatFileHeader.html create mode 100644 javadoc/3.1.0/com/jmatio/io/MatFileIncrementalWriter.html create mode 100644 javadoc/3.1.0/com/jmatio/io/MatFileReader.html create mode 100644 javadoc/3.1.0/com/jmatio/io/MatFileType.html create mode 100644 javadoc/3.1.0/com/jmatio/io/MatFileWriter.html create mode 100644 javadoc/3.1.0/com/jmatio/io/MatlabIOException.html create mode 100644 javadoc/3.1.0/com/jmatio/io/SimulinkDecoder.html create mode 100644 javadoc/3.1.0/com/jmatio/io/package-frame.html create mode 100644 javadoc/3.1.0/com/jmatio/io/package-summary.html create mode 100644 javadoc/3.1.0/com/jmatio/io/package-tree.html create mode 100644 javadoc/3.1.0/com/jmatio/io/stream/BufferedOutputStream.html create mode 100644 javadoc/3.1.0/com/jmatio/io/stream/ByteBufferInputStream.html create mode 100644 javadoc/3.1.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html create mode 100644 javadoc/3.1.0/com/jmatio/io/stream/MatFileInputStream.html create mode 100644 javadoc/3.1.0/com/jmatio/io/stream/package-frame.html create mode 100644 javadoc/3.1.0/com/jmatio/io/stream/package-summary.html create mode 100644 javadoc/3.1.0/com/jmatio/io/stream/package-tree.html create mode 100644 javadoc/3.1.0/com/jmatio/types/ByteStorageSupport.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLArray.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLCell.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLChar.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLDouble.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLEmptyArray.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLHandle.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLInt16.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLInt32.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLInt64.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLInt8.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLJavaObject.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLNumericArray.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLObject.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLSingle.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLSparse.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLStructure.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLStructureObjectBase.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLUInt16.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLUInt32.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLUInt64.html create mode 100644 javadoc/3.1.0/com/jmatio/types/MLUInt8.html create mode 100644 javadoc/3.1.0/com/jmatio/types/Zeros.html create mode 100644 javadoc/3.1.0/com/jmatio/types/package-frame.html create mode 100644 javadoc/3.1.0/com/jmatio/types/package-summary.html create mode 100644 javadoc/3.1.0/com/jmatio/types/package-tree.html create mode 100644 javadoc/3.1.0/constant-values.html create mode 100644 javadoc/3.1.0/deprecated-list.html create mode 100644 javadoc/3.1.0/help-doc.html create mode 100644 javadoc/3.1.0/index-all.html create mode 100644 javadoc/3.1.0/index.html create mode 100644 javadoc/3.1.0/overview-frame.html create mode 100644 javadoc/3.1.0/overview-summary.html create mode 100644 javadoc/3.1.0/overview-tree.html create mode 100644 javadoc/3.1.0/package-list create mode 100644 javadoc/3.1.0/script.js create mode 100644 javadoc/3.1.0/serialized-form.html create mode 100644 javadoc/3.1.0/stylesheet.css diff --git a/javadoc/3.1.0/allclasses-frame.html b/javadoc/3.1.0/allclasses-frame.html new file mode 100644 index 0000000..32d8637 --- /dev/null +++ b/javadoc/3.1.0/allclasses-frame.html @@ -0,0 +1,57 @@ + + + + + +All Classes (matfilerw 3.1.0 API) + + + + + +

    All Classes

    + + + diff --git a/javadoc/3.1.0/allclasses-noframe.html b/javadoc/3.1.0/allclasses-noframe.html new file mode 100644 index 0000000..62a32e7 --- /dev/null +++ b/javadoc/3.1.0/allclasses-noframe.html @@ -0,0 +1,57 @@ + + + + + +All Classes (matfilerw 3.1.0 API) + + + + + +

    All Classes

    + + + diff --git a/javadoc/3.1.0/com/jmatio/common/DeterministicKeyMap.html b/javadoc/3.1.0/com/jmatio/common/DeterministicKeyMap.html new file mode 100644 index 0000000..f46d78c --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/common/DeterministicKeyMap.html @@ -0,0 +1,587 @@ + + + + + +DeterministicKeyMap (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.common
    +

    Class DeterministicKeyMap<K,V>

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Map<K,V>
      +
      +
      +
      +
      public class DeterministicKeyMap<K,V>
      +extends Object
      +
      A map implementation which guarantees that all of its iterators + (keySet(), values(), and entrySet()) will be in the same order + as the keyOrder set which is passed in the constructor. + + The keySet must contain all of the keys in the delegate, but it's + okay if the keySet contains more. + + Useful in MLObject and MLStruct for ensuring that arrays have + their fields in the same order.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          delegate

          +
          protected final Map<K,V> delegate
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          DeterministicKeyMap

          +
          public DeterministicKeyMap(Set<K> keyOrder,
          +                           Map<K,V> delegate)
          +
          +
          Parameters:
          +
          keyOrder - A set which must always contain all of the keys in delegate, and may contain more.
          +
          delegate - An underlying map.
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          keySet

          +
          public Set<K> keySet()
          +
          Returns the keyset of this map in the same order as keyOrder.
          +
          +
          Specified by:
          +
          keySet in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          values

          +
          public Collection<V> values()
          +
          Returns the values of this map in the same order as keyOrder.
          +
          +
          Specified by:
          +
          values in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          entrySet

          +
          public Set<Map.Entry<K,V>> entrySet()
          +
          Returns the entries of this map in the same order as keyOrder.
          +
          +
          Specified by:
          +
          entrySet in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          equals

          +
          public boolean equals(Object other)
          +
          +
          Specified by:
          +
          equals in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Specified by:
          +
          hashCode in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          size

          +
          public int size()
          +
          +
          Specified by:
          +
          size in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          isEmpty

          +
          public boolean isEmpty()
          +
          +
          Specified by:
          +
          isEmpty in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          containsKey

          +
          public boolean containsKey(Object key)
          +
          +
          Specified by:
          +
          containsKey in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          containsValue

          +
          public boolean containsValue(Object value)
          +
          +
          Specified by:
          +
          containsValue in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          get

          +
          public V get(Object key)
          +
          +
          Specified by:
          +
          get in interface Map<K,V>
          +
          +
        • +
        + + + + + +
          +
        • +

          put

          +
          public V put(K key,
          +             V value)
          +
          +
          Specified by:
          +
          put in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          remove

          +
          public V remove(Object key)
          +
          +
          Specified by:
          +
          remove in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          putAll

          +
          public void putAll(Map<? extends K,? extends V> m)
          +
          +
          Specified by:
          +
          putAll in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          clear

          +
          public void clear()
          +
          +
          Specified by:
          +
          clear in interface Map<K,V>
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/common/MatDataTypes.html b/javadoc/3.1.0/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..096fe04 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.common
    +

    Class MatDataTypes

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatDataTypes
      +extends Object
      +
      MAT-file data types
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/common/package-frame.html b/javadoc/3.1.0/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..11dd033 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/common/package-frame.html @@ -0,0 +1,21 @@ + + + + + +com.jmatio.common (matfilerw 3.1.0 API) + + + + + +

    com.jmatio.common

    + + + diff --git a/javadoc/3.1.0/com/jmatio/common/package-summary.html b/javadoc/3.1.0/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..810c01e --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/common/package-summary.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.common (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.common

    +
    +
    +
      +
    • + + + + + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      DeterministicKeyMap<K,V> +
      A map implementation which guarantees that all of its iterators + (keySet(), values(), and entrySet()) will be in the same order + as the keyOrder set which is passed in the constructor.
      +
      MatDataTypes +
      MAT-file data types
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/common/package-tree.html b/javadoc/3.1.0/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..c3b34d3 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/common/package-tree.html @@ -0,0 +1,138 @@ + + + + + +com.jmatio.common Class Hierarchy (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.common

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/common/util/MLArrayQuery.html b/javadoc/3.1.0/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..063ba3d --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.common.util
    +

    Class MLArrayQuery

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLArrayQuery
      +extends Object
      +
      The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLArrayQuery

          +
          public MLArrayQuery(String queryString)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          q

          +
          public static Object q(MLArray array,
          +                       String query)
          +
          +
          Parameters:
          +
          array -
          +
          query -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          query

          +
          public Object query(MLArray array)
          +
          Parses the query string and returns the object it refers to.
          +
          +
          Parameters:
          +
          array - source MLArray
          +
          Returns:
          +
          query result
          +
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public Object getContent(MLArray array,
          +                         int m,
          +                         int n)
          +
          Returns the content of the field/cell/object.
          +
          +
          Parameters:
          +
          array - the parent structure/cell
          +
          m - column or -1
          +
          n - row or -1
          +
          Returns:
          +
          if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/common/util/package-frame.html b/javadoc/3.1.0/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..119d900 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (matfilerw 3.1.0 API) + + + + + +

    com.jmatio.common.util

    +
    +

    Classes

    + +
    + + diff --git a/javadoc/3.1.0/com/jmatio/common/util/package-summary.html b/javadoc/3.1.0/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..a448310 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.common.util

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      MLArrayQuery +
      The JMatIO query parser.
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/common/util/package-tree.html b/javadoc/3.1.0/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..5a5c824 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.common.util

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/MatFile.html b/javadoc/3.1.0/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..44ad132 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/MatFile.html @@ -0,0 +1,381 @@ + + + + + +MatFile (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFile

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFile
      +extends Object
      +
      MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

      + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/MatFileFilter.html b/javadoc/3.1.0/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..5ffbcd4 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileFilter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileFilter
      +extends Object
      +
      File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
      
      + //create new filter instance
      + MatFileFilter filter = new MatFileFilter();
      + //add a needle
      + filter.addArrayName( "your_array_name" );
      + 
      + //read array form file (haystack) looking _only_ for pecified array (needle)
      + MatFileReader mfr = new MatFileReader( fileName, filter );
      + 
      +
      +
      See Also:
      +
      MatFileReader
      +
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileFilter

          +
          public MatFileFilter()
          +
          Creates empty filter intance. + + Note: empty filter acceps all results.
          +
        • +
        + + + +
          +
        • +

          MatFileFilter

          +
          public MatFileFilter(String[] names)
          +
          Create filter intance and add array names.
          +
          +
          Parameters:
          +
          names - - array of names (needles)
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          addArrayName

          +
          public void addArrayName(String name)
          +
          Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
          +
          +
          Parameters:
          +
          name - - array name (needle)
          +
          +
        • +
        + + + +
          +
        • +

          matches

          +
          public boolean matches(String name)
          +
          Test if given name matches the filter.
          +
          +
          Parameters:
          +
          name - - array name to be tested
          +
          Returns:
          +
          - true if array (matrix) of this name should be processed
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/MatFileHeader.html b/javadoc/3.1.0/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..603d86f --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,491 @@ + + + + + +MatFileHeader (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileHeader

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileHeader
      +extends Object
      +
      MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + + + + + +
          +
        • +

          DEFAULT_ENDIAN

          +
          public static final ByteOrder DEFAULT_ENDIAN
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileHeader

          +
          public MatFileHeader(String description,
          +                     int version,
          +                     ByteOrder byteOrder)
          +
          New MAT-file header
          +
          +
          Parameters:
          +
          description - - descriptive text (no longer than 116 characters)
          +
          version - - by default is set to 0x0100
          +
          endianIndicator - - byte array size of 2 indicating byte-swapping requirement
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          parseFrom

          +
          public static MatFileHeader parseFrom(String description,
          +                                      byte[] bversion,
          +                                      byte[] endianIndicator)
          +
          Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
          +
          +
          Parameters:
          +
          description - - descriptive test
          +
          bversion - - 2-byte array containing the version (raw from a MAT-File)
          +
          endianIndicator - - 2-byte array containing the endian indicator (raw from a MAT-File(
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          parseByteOrder

          +
          public static ByteOrder parseByteOrder(byte[] endianIndicator)
          +
          Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
          +
          +
          Parameters:
          +
          endianIndicator - 2-byte long array holding the endian indicator
          +
          +
        • +
        + + + +
          +
        • +

          getDescription

          +
          public String getDescription()
          +
          Gets descriptive text
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getEndianIndicator

          +
          public byte[] getEndianIndicator()
          +
          Gets endian indicator. Bytes written as "MI" suggest that byte-swapping operation is required + in order to interpret data correctly. If value is set to "IM" byte-swapping is not needed.
          +
          +
          Returns:
          +
          - a byte array size of 2
          +
          +
        • +
        + + + +
          +
        • +

          getVersion

          +
          public int getVersion()
          +
          When creating a MAT-file, set version to 0x0100
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          createHeader

          +
          public static MatFileHeader createHeader()
          +
          A factory. Creates new MatFileHeader instance with default header values: +
            +
          • MAT-file is 5.0 version
          • +
          • version is set to 0x0100
          • +
          • no byte-swapping ("IM")
          • +
          +
          +
          Returns:
          +
          - new MatFileHeader instance
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getByteOrder

          +
          public ByteOrder getByteOrder()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/3.1.0/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..7810f9f --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileIncrementalWriter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileIncrementalWriter
      +extends Object
      +
      MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
      
      + //1. First create example arrays
      + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
      + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
      + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
      +         
      + //2. write arrays to file
      + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
      + writer.write(mlDouble);
      + writer.write(mlChar);
      + 
      + writer.close();
      + 
      + 
      + + this is "equal" to Matlab commands: +
      
      + >> double_arr = [ 1 2; 3 4; 5 6];
      + >> char_arr = 'I am dummy';
      + >>
      + >> save('mat_file.mat', 'double_arr');
      + >> save('mat_file.mat', 'char_arr', '-append');
      + 
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(String fileName)
          +                         throws IOException
          +
          Creates a writer to a file given the filename.
          +
          +
          Parameters:
          +
          fileName - - name of ouput file
          +
          Throws:
          +
          IOException
          +
          DataFormatException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(File file)
          +                         throws IOException
          +
          Creats a writer to a file given the File object.
          +
          +
          Parameters:
          +
          file - - an output File
          +
          Throws:
          +
          IOException
          +
          DataFormatException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(WritableByteChannel chan)
          +                         throws IOException
          +
          Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
          +
          +
          Parameters:
          +
          chan - - WritableByteChannel
          +
          data - - Collection of MLArray elements
          +
          Throws:
          +
          IOException
          +
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/MatFileReader.html b/javadoc/3.1.0/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..4d11035 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/MatFileReader.html @@ -0,0 +1,800 @@ + + + + + +MatFileReader (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileReader

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileReader
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(String fileName)
          +              throws FileNotFoundException,
          +                     IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          fileName - the MAT-file path String
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          FileNotFoundException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(String fileName,
          +                     MatFileFilter filter)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
          +
          +
          Parameters:
          +
          fileName - the MAT-file path String
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(File file)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          file - the MAT-file
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(File file,
          +                     MatFileFilter filter,
          +                     MatFileType matType)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. +

          + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

          + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

          +
          +
          Parameters:
          +
          file - the MAT-file
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + + + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(MatFileType matType)
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader()
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(InputStream stream,
          +                     MatFileType type)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          stream - the MAT-file stream
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(InputStream stream,
          +                     MatFileFilter filter,
          +                     MatFileType type)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. +

          + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

          + Note: this method reads file using the memory mapped file policy, see + notes to + #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy) +

          +
          +
          Parameters:
          +
          stream - the MAT-file stream
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(File file)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

          +
          +
          Parameters:
          +
          file - a valid MAT-file file to be read
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(InputStream stream)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls read(stream, new MatFileFilter()).

          +
          +
          Parameters:
          +
          stream - a valid MAT-file stream to be read
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(File file,
          +                                int policy)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls + read(file, new MatFileFilter(), policy).

          +
          +
          Parameters:
          +
          file - a valid MAT-file file to be read
          +
          policy - the file memory allocation policy
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + + + + + + + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(InputStream stream,
          +                                MatFileFilter filter)
          +                         throws IOException
          +
          Read a mat file from a stream. Internally this will read the stream fully + into memory before parsing it.
          +
          +
          Parameters:
          +
          stream - a valid MAT-file stream to be read
          +
          filter - the array filter applied during reading
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          See Also:
          +
          MatFileFilter
          +
          +
        • +
        + + + +
          +
        • +

          getMatFileHeader

          +
          public MatFileHeader getMatFileHeader()
          +
          Gets MAT-file header
          +
          +
          Returns:
          +
          - a MatFileHeader object
          +
          +
        • +
        + + + +
          +
        • +

          getData

          +
          public ArrayList<MLArray> getData()
          +
          Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
          +
          Returns list of MLArray objects that were inside MAT-file
          +
          +
          Returns:
          +
          - a ArrayList
          +
          +
        • +
        + + + +
          +
        • +

          getMLArray

          +
          public MLArray getMLArray(String name)
          +
          Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
          +
          +
          Parameters:
          +
          - - array name
          +
          Returns:
          +
          - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
          +
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public Map<String,MLArray> getContent()
          +
          Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
          +
          +
          Returns:
          +
          - a Map of MLArrays mapped with their names.
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/MatFileType.html b/javadoc/3.1.0/com/jmatio/io/MatFileType.html new file mode 100644 index 0000000..e465c8b --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/MatFileType.html @@ -0,0 +1,342 @@ + + + + + +MatFileType (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Enum MatFileType

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Enum Constant Detail

        + + + +
          +
        • +

          Regular

          +
          public static final MatFileType Regular
          +
        • +
        + + + +
          +
        • +

          ReducedHeader

          +
          public static final MatFileType ReducedHeader
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          values

          +
          public static MatFileType[] values()
          +
          Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
          +for (MatFileType c : MatFileType.values())
          +    System.out.println(c);
          +
          +
          +
          Returns:
          +
          an array containing the constants of this enum type, in the order they are declared
          +
          +
        • +
        + + + +
          +
        • +

          valueOf

          +
          public static MatFileType valueOf(String name)
          +
          Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
          +
          +
          Parameters:
          +
          name - the name of the enum constant to be returned.
          +
          Returns:
          +
          the enum constant with the specified name
          +
          Throws:
          +
          IllegalArgumentException - if this enum type has no constant with the specified name
          +
          NullPointerException - if the argument is null
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/MatFileWriter.html b/javadoc/3.1.0/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..5ef6915 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,425 @@ + + + + + +MatFileWriter (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileWriter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileWriter
      +extends Object
      +
      MAT-file writer. + + Usage: + +
      + 
      + //1. First create example arrays
      + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
      + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
      + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
      +
      + //2. write arrays to file
      + ArrayList list = new ArrayList();
      + list.add( mlDouble );
      + list.add( mlChar );
      +
      + new MatFileWriter( "mat_file.mat", list );
      + 
      + 
      + + this is "equal" to Matlab commands: + +
      + 
      + >> double_arr = [ 1 2; 3 4; 5 6];
      + >> char_arr = 'I am dummy';
      + >>
      + >> save('mat_file.mat', 'double_arr', 'char_arr');
      + 
      + +
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          write

          +
          public void write(String filepath,
          +                  Collection<MLArray> data)
          +           throws IOException
          +
          Writes MLArrays into file created from + filepath.
          +
          +
          Parameters:
          +
          filepath - the absolute file path of a MAT-file to which data is written
          +
          data - the collection of MLArray objects
          +
          Throws:
          +
          IOException - if error occurred during MAT-file writing
          +
          +
        • +
        + + + +
          +
        • +

          write

          +
          public void write(File file,
          +                  Collection<MLArray> data)
          +           throws IOException
          +
          Writes MLArrays into File
          +
          +
          Parameters:
          +
          file - the MAT-file to which data is written
          +
          data - the collection of MLArray objects
          +
          Throws:
          +
          IOException - if error occurred during MAT-file writing
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/MatlabIOException.html b/javadoc/3.1.0/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..e4879d1 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatlabIOException

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatlabIOException

          +
          public MatlabIOException(String s)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/SimulinkDecoder.html b/javadoc/3.1.0/com/jmatio/io/SimulinkDecoder.html new file mode 100644 index 0000000..24bde81 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/SimulinkDecoder.html @@ -0,0 +1,295 @@ + + + + + +SimulinkDecoder (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class SimulinkDecoder

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Closeable, AutoCloseable
      +
      +
      +
      +
      public class SimulinkDecoder
      +extends InputStream
      +
      This class decodes the Simulink base64 representation of a MAT file.
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/package-frame.html b/javadoc/3.1.0/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..d84fceb --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/package-frame.html @@ -0,0 +1,34 @@ + + + + + +com.jmatio.io (matfilerw 3.1.0 API) + + + + + +

    com.jmatio.io

    + + + diff --git a/javadoc/3.1.0/com/jmatio/io/package-summary.html b/javadoc/3.1.0/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..08afc24 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/package-summary.html @@ -0,0 +1,215 @@ + + + + + +com.jmatio.io (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.io

    +
    +
    +
      +
    • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      MatFile +
      MatFileReader's API is vague.
      +
      MatFileFilter +
      File filter.
      +
      MatFileHeader +
      MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
      +
      MatFileIncrementalWriter +
      MAT-file Incremental writer.
      +
      MatFileReader 
      MatFileWriter +
      MAT-file writer.
      +
      SimulinkDecoder +
      This class decodes the Simulink base64 representation of a MAT file.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Enum Summary 
      EnumDescription
      MatFileType +
      Describes the type of Mat file.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Exception Summary 
      ExceptionDescription
      MatlabIOException +
      MAT-file reader/writer exception
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/package-tree.html b/javadoc/3.1.0/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..fcda931 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/package-tree.html @@ -0,0 +1,172 @@ + + + + + +com.jmatio.io Class Hierarchy (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.io

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Enum Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/3.1.0/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..1cbd563 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,314 @@ + + + + + +BufferedOutputStream (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class BufferedOutputStream

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/3.1.0/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..41a3e95 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class ByteBufferInputStream

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/3.1.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html new file mode 100644 index 0000000..717c859 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -0,0 +1,372 @@ + + + + + +HeapBufferDataOutputStream (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class HeapBufferDataOutputStream

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          HeapBufferDataOutputStream

          +
          public HeapBufferDataOutputStream()
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/3.1.0/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..1004205 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class MatFileInputStream

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileInputStream
      +extends Object
      +
      MAT-file input stream class.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileInputStream

          +
          public MatFileInputStream(ByteBuffer buf,
          +                          int type)
          +
          Attach MAT-file input stream to InputStream
          +
          +
          Parameters:
          +
          is - - input stream
          +
          type - - type of data in the stream
          +
          See Also:
          +
          MatDataTypes
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          readInt

          +
          public int readInt()
          +            throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to int.
          +
          +
          Returns:
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readChar

          +
          public char readChar()
          +              throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to char.
          +
          +
          Returns:
          +
          - char
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readDouble

          +
          public double readDouble()
          +                  throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to double.
          +
          +
          Returns:
          +
          - double
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readByte

          +
          public byte readByte()
          +
        • +
        + + + + + + + +
          +
        • +

          skip

          +
          public void skip(int padding)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/stream/package-frame.html b/javadoc/3.1.0/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..358e1b9 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,23 @@ + + + + + +com.jmatio.io.stream (matfilerw 3.1.0 API) + + + + + +

    com.jmatio.io.stream

    + + + diff --git a/javadoc/3.1.0/com/jmatio/io/stream/package-summary.html b/javadoc/3.1.0/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..23d88d3 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,156 @@ + + + + + +com.jmatio.io.stream (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.io.stream

    +
    +
    + +
    + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/io/stream/package-tree.html b/javadoc/3.1.0/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..1dc5a92 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.io.stream

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/ByteStorageSupport.html b/javadoc/3.1.0/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..34c29e7 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Interface ByteStorageSupport<T extends Number>

    +
    +
    +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getBytesAllocated

          +
          int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          T buldFromBytes(byte[] bytes)
          +
        • +
        + + + + + +
          +
        • +

          getByteArray

          +
          byte[] getByteArray(T value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          Class<?> getStorageClazz()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLArray.html b/javadoc/3.1.0/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..d238440 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLArray.html @@ -0,0 +1,1232 @@ + + + + + +MLArray (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLArray

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLArray

          +
          public MLArray(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getIndex

          +
          public int getIndex(int... indexes)
          +
          Returns the one-dim index for the multi-dimensional indexes. Compatible with matlab multi-dimensional indexing. + + Note: this performs the same logical function as getIndex, but the indices are computed in column major order + for compatibility with .mat files generated by Matlab.
          +
          +
          Parameters:
          +
          indexes - Length must be same as number of dimensions. Element value must be >= 0 and < dimension size for the corresponding dimension.
          +
          Returns:
          +
          The linear index
          +
          +
        • +
        + + + +
          +
        • +

          getName

          +
          public String getName()
          +
          Gets array name
          +
          +
          Returns:
          +
          - array name
          +
          +
        • +
        + + + +
          +
        • +

          getFlags

          +
          public int getFlags()
          +
        • +
        + + + +
          +
        • +

          getNameToByteArray

          +
          public byte[] getNameToByteArray()
          +
        • +
        + + + +
          +
        • +

          getDimensions

          +
          public int[] getDimensions()
          +
        • +
        + + + +
          +
        • +

          getM

          +
          public int getM()
          +
        • +
        + + + +
          +
        • +

          getN

          +
          public int getN()
          +
        • +
        + + + +
          +
        • +

          getNDimensions

          +
          public int getNDimensions()
          +
        • +
        + + + +
          +
        • +

          getSize

          +
          public int getSize()
          +
        • +
        + + + +
          +
        • +

          getType

          +
          public int getType()
          +
        • +
        + + + +
          +
        • +

          isEmpty

          +
          public boolean isEmpty()
          +
        • +
        + + + +
          +
        • +

          typeToString

          +
          public static final String typeToString(int type)
          +
        • +
        + + + +
          +
        • +

          isCell

          +
          public boolean isCell()
          +
        • +
        + + + +
          +
        • +

          isChar

          +
          public boolean isChar()
          +
        • +
        + + + +
          +
        • +

          isComplex

          +
          public boolean isComplex()
          +
        • +
        + + + +
          +
        • +

          isSparse

          +
          public boolean isSparse()
          +
        • +
        + + + +
          +
        • +

          isStruct

          +
          public boolean isStruct()
          +
        • +
        + + + +
          +
        • +

          isDouble

          +
          public boolean isDouble()
          +
        • +
        + + + +
          +
        • +

          isSingle

          +
          public boolean isSingle()
          +
        • +
        + + + +
          +
        • +

          isInt8

          +
          public boolean isInt8()
          +
        • +
        + + + +
          +
        • +

          isUint8

          +
          public boolean isUint8()
          +
        • +
        + + + +
          +
        • +

          isInt16

          +
          public boolean isInt16()
          +
        • +
        + + + +
          +
        • +

          isUint16

          +
          public boolean isUint16()
          +
        • +
        + + + +
          +
        • +

          isInt32

          +
          public boolean isInt32()
          +
        • +
        + + + +
          +
        • +

          isUint32

          +
          public boolean isUint32()
          +
        • +
        + + + +
          +
        • +

          isInt64

          +
          public boolean isInt64()
          +
        • +
        + + + +
          +
        • +

          isUint64

          +
          public boolean isUint64()
          +
        • +
        + + + +
          +
        • +

          isObject

          +
          public boolean isObject()
          +
        • +
        + + + +
          +
        • +

          isOpaque

          +
          public boolean isOpaque()
          +
        • +
        + + + +
          +
        • +

          isLogical

          +
          public boolean isLogical()
          +
        • +
        + + + +
          +
        • +

          isFunctionObject

          +
          public boolean isFunctionObject()
          +
        • +
        + + + +
          +
        • +

          isUnknown

          +
          public boolean isUnknown()
          +
        • +
        + + + +
          +
        • +

          getIndex

          +
          protected int getIndex(int m,
          +                       int n)
          +
        • +
        + + + + + + + +
          +
        • +

          contentToString

          +
          public String contentToString()
          +
        • +
        + + + +
          +
        • +

          dispose

          +
          public void dispose()
          +
          Clears any memory used by this MLArray. The array cannot be used after this has been called.
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLCell.html b/javadoc/3.1.0/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..abbd6e4 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLCell

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLCell
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLCell

          +
          public MLCell(String name,
          +              int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLCell

          +
          public MLCell(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLChar.html b/javadoc/3.1.0/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..8a817bd --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLChar.html @@ -0,0 +1,523 @@ + + + + + +MLChar (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLChar

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLChar
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + + + + + + + + + +
          +
        • +

          MLChar

          +
          public MLChar(String name,
          +              String[] values,
          +              int maxlen)
          +
          Added method to allow initialization of a char array representing + an array of strings.
          +
          +
          Parameters:
          +
          name -
          +
          values -
          +
          maxlen -
          +
          +
        • +
        + + + +
          +
        • +

          MLChar

          +
          public MLChar(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setChar

          +
          public void setChar(char ch,
          +                    int index)
          +
        • +
        + + + +
          +
        • +

          set

          +
          public void set(String value)
          +
          Populates the MLChar with the String value.
          +
          +
          Parameters:
          +
          value - the String value
          +
          +
        • +
        + + + +
          +
        • +

          set

          +
          public void set(String value,
          +                int idx)
          +
          Set one row, specifying the row.
          +
          +
          Parameters:
          +
          value -
          +
          idx -
          +
          +
        • +
        + + + +
          +
        • +

          getChar

          +
          public Character getChar(int m,
          +                         int n)
          +
        • +
        + + + +
          +
        • +

          exportChar

          +
          public Character[] exportChar()
          +
        • +
        + + + +
          +
        • +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
        • +
        + + + +
          +
        • +

          getString

          +
          public String getString(int m)
          +
          Gets the m-th character matrix's row as String.
          +
          +
          Parameters:
          +
          m - - row number
          +
          Returns:
          +
          - String
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLDouble.html b/javadoc/3.1.0/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..7411903 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLDouble.html @@ -0,0 +1,532 @@ + + + + + +MLDouble (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLDouble

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                int[] dims)
          +
          Create a MLDouble array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                Double[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                double[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                double[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Double[] createArray(int m,
          +                            int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public double[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Double buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Double value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Double> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLEmptyArray.html b/javadoc/3.1.0/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..ebeff61 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLEmptyArray

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLEmptyArray
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray()
          +
        • +
        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray(String name)
          +
        • +
        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray(String name,
          +                    int[] dims,
          +                    int type,
          +                    int attributes)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLHandle.html b/javadoc/3.1.0/com/jmatio/types/MLHandle.html new file mode 100644 index 0000000..ac63b50 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLHandle.html @@ -0,0 +1,323 @@ + + + + + +MLHandle (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLHandle

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLHandle
      +extends MLArray
      +
      We have observed a need for this class in a proprietary model. + It is [not documented in the MAT-File spec](http://stackoverflow.com/questions/36025747/matlab-documentation-on-handle-variables-and-mat-files), + and we can't figure out how to make it happen ourselves. In + the testsuite (`TestHandleClass.m` and `handles.mat`) we have + made our best effort at creating a handle class which triggers + this code, but these test cases do not actually trigger this code. + + Highly experimental until MATLAB releases docs on this behavior.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getClassName

          +
          public String getClassName()
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public MLCell getContent()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLInt16.html b/javadoc/3.1.0/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..cc24a58 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLInt16.html @@ -0,0 +1,536 @@ + + + + + +MLInt16 (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt16

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxINT16_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               int[] dims)
          +
          Create a MLSingle array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               Short[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of Short, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               short[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               short[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of short, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Short[] createArray(int m,
          +                           int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public short[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Short buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Short value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Short> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLInt32.html b/javadoc/3.1.0/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..caa0452 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLInt32.html @@ -0,0 +1,535 @@ + + + + + +MLInt32 (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt32

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] dims)
          +
          Create a MLInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               Integer[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Integer[] createArray(int m,
          +                             int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public int[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Integer buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Integer> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Integer value)
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLInt64.html b/javadoc/3.1.0/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..e4ac77e --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLInt64.html @@ -0,0 +1,532 @@ + + + + + +MLInt64 (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt64

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               int[] dims)
          +
          Create a MLInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               Long[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               long[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               long[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Long[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public long[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Long buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Long> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Long value)
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLInt8.html b/javadoc/3.1.0/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..b24381e --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLInt8.html @@ -0,0 +1,555 @@ + + + + + +MLInt8 (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt8

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              int[] dims)
          +
          Create a MLUInt8 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              Byte[] vals,
          +              int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              byte[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              byte[] vals,
          +              int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Byte[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public byte[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Byte buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Byte value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Byte> getStorageClazz()
          +
        • +
        + + + + + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLJavaObject.html b/javadoc/3.1.0/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..5c7a4d4 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLJavaObject

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLJavaObject
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getClassName

          +
          public String getClassName()
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public ByteBuffer getContent()
          +
        • +
        + + + +
          +
        • +

          instantiateObject

          +
          public Object instantiateObject()
          +                         throws Exception
          +
          Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
          +
          +
          Throws:
          +
          Exception
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLNumericArray.html b/javadoc/3.1.0/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..310532f --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,925 @@ + + + + + +MLNumericArray (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLNumericArray<T extends Number>

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLNumericArray

          +
          public MLNumericArray(String name,
          +                      int[] dims,
          +                      int type,
          +                      int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type
          +
          attributes - - array flags
          +
          +
        • +
        + + + + + +
          +
        • +

          MLNumericArray

          +
          public MLNumericArray(String name,
          +                      int type,
          +                      T[] vals,
          +                      int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          type - - array type
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          allocate

          +
          protected void allocate()
          +
        • +
        + + + +
          +
        • +

          zero

          +
          protected abstract T zero()
          +
          Returns the value of "zero" for this type of array.
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public T getReal(int index)
          +
          Gets a single real array element.
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public T getReal(int m,
          +                 int n)
          +
          Gets a single real array element.
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public T getReal(int... indices)
          +
          Gets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T value,
          +                    int index)
          +
          Sets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T value,
          +                    int m,
          +                    int n)
          +
          Sets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T value,
          +                    int... indices)
          +
          Sets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T[] vector)
          +
          Sets real part of a matrix.
          +
        • +
        + + + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(T value,
          +                         int index)
          +
          Sets a single imaginary array element.
          +
        • +
        + + + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(T value,
          +                         int m,
          +                         int n)
          +
          Sets a single imaginary array element.
          +
        • +
        + + + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(T value,
          +                         int... indices)
          +
          Sets a single imaginary array element.
          +
        • +
        + + + +
          +
        • +

          getImaginary

          +
          public T getImaginary(int index)
          +
          Returns the imaginary value at the given index, always 0 for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          getImaginary

          +
          public T getImaginary(int m,
          +                      int n)
          +
          Returns the imaginary value at the given index.
          +
        • +
        + + + +
          +
        • +

          getImaginary

          +
          public T getImaginary(int... indices)
          +
          Returns the imaginary value at the given index.
          +
        • +
        + + + +
          +
        • +

          assertComplex

          +
          protected void assertComplex()
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int index)
          +
          Sets the value at the given index for non-complex arrays.
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int m,
          +                int n)
          +
          Sets the value at the given index for non-complex arrays.
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int... indices)
          +
          Sets the value at the given index for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int index)
          +
          Returns the value at the given index for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int m,
          +             int n)
          +
          Returns the value at the given index for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int... indices)
          +
          Returns the value at the given index for non-complex arrays.
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T[] vector)
          +
          Sets the content of this entire array for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          _get

          +
          protected T _get(ByteBuffer buffer,
          +                 int index)
          +
        • +
        + + + + + +
          +
        • +

          _set

          +
          protected void _set(ByteBuffer buffer,
          +                    T value,
          +                    int index)
          +
        • +
        + + + +
          +
        • +

          putImaginaryByteBuffer

          +
          public void putImaginaryByteBuffer(ByteBuffer buff)
          +
        • +
        + + + +
          +
        • +

          getImaginaryByteBuffer

          +
          public ByteBuffer getImaginaryByteBuffer()
          +
        • +
        + + + +
          +
        • +

          putRealByteBuffer

          +
          public void putRealByteBuffer(ByteBuffer buff)
          +
        • +
        + + + +
          +
        • +

          getRealByteBuffer

          +
          public ByteBuffer getRealByteBuffer()
          +
        • +
        + + + + + + + +
          +
        • +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
        • +
        + + + +
          +
        • +

          dispose

          +
          public void dispose()
          +
          Description copied from class: MLArray
          +
          Clears any memory used by this MLArray. The array cannot be used after this has been called.
          +
          +
          Overrides:
          +
          dispose in class MLArray
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLObject.html b/javadoc/3.1.0/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..606ca7e --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLObject.html @@ -0,0 +1,358 @@ + + + + + +MLObject (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLObject

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLObject
      +extends MLStructureObjectBase
      +
      This class represents Matlab's Object object (object array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLObject

          +
          public MLObject(String name,
          +                String className,
          +                int[] dimensions,
          +                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getClassName

          +
          public String getClassName()
          +
        • +
        + + + +
          +
        • +

          setFields

          +
          public void setFields(int i,
          +                      Map<String,MLArray> structure)
          +
        • +
        + + + +
          +
        • +

          copyFrom

          +
          protected void copyFrom(MLObject obj)
          +
          Only used by MLObjectPlaceholder.
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLSingle.html b/javadoc/3.1.0/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..eec5942 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLSingle.html @@ -0,0 +1,411 @@ + + + + + +MLSingle (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLSingle

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLSingle

          +
          public MLSingle(String name,
          +                Float[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLSingle

          +
          public MLSingle(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Float[] createArray(int m,
          +                           int n)
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Float buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Float value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<?> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLSparse.html b/javadoc/3.1.0/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..a5bec28 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLSparse.html @@ -0,0 +1,825 @@ + + + + + +MLSparse (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLSparse

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLSparse

          +
          public MLSparse(String name,
          +                int[] dims,
          +                int attributes,
          +                int nzmax)
          +
          +
          Parameters:
          +
          name -
          +
          dims -
          +
          attributes -
          +
          nzmax -
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + + + + + +
          +
        • +

          getMaxNZ

          +
          public int getMaxNZ()
          +
          Gets maximum number of non-zero values
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getIR

          +
          public int[] getIR()
          +
          Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
          +
        • +
        + + + +
          +
        • +

          getIC

          +
          public int[] getIC()
          +
          Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
          +
        • +
        + + + +
          +
        • +

          getJC

          +
          public int[] getJC()
          +
          Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]?????????1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
        • +

          set

          +
          public void set(Double value,
          +                int m,
          +                int n)
          +
          Description copied from class: MLNumericArray
          +
          Sets the value at the given index for non-complex arrays.
          +
          +
          Overrides:
          +
          set in class MLNumericArray<Double>
          +
          +
        • +
        + + + +
          +
        • +

          set

          +
          public void set(Double value,
          +                int index)
          +
          Description copied from class: MLNumericArray
          +
          Sets the value at the given index for non-complex arrays.
          +
          +
          Overrides:
          +
          set in class MLNumericArray<Double>
          +
          +
        • +
        + + + +
          +
        • +

          get

          +
          public Double get(int m,
          +                  int n)
          +
          Description copied from class: MLNumericArray
          +
          Returns the value at the given index for non-complex arrays.
          +
          +
          Overrides:
          +
          get in class MLNumericArray<Double>
          +
          +
        • +
        + + + + + + + +
          +
        • +

          exportReal

          +
          public Double[] exportReal()
          +
          Returns the real part (PR) array. PR has length number-of-nonzero-values.
          +
          +
          Returns:
          +
          real part
          +
          +
        • +
        + + + +
          +
        • +

          exportImaginary

          +
          public Double[] exportImaginary()
          +
          Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Double buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Double value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Double> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLStructure.html b/javadoc/3.1.0/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..a073cca --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLStructure.html @@ -0,0 +1,305 @@ + + + + + +MLStructure (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLStructure

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLStructure
      +extends MLStructureObjectBase
      +
      This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLStructure

          +
          public MLStructure(String name,
          +                   int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLStructure

          +
          public MLStructure(String name,
          +                   int[] dims,
          +                   int attributes)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLStructureObjectBase.html b/javadoc/3.1.0/com/jmatio/types/MLStructureObjectBase.html new file mode 100644 index 0000000..19e8ba0 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLStructureObjectBase.html @@ -0,0 +1,631 @@ + + + + + +MLStructureObjectBase (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLStructureObjectBase

    +
    +
    + +
    +
      +
    • +
      +
      Direct Known Subclasses:
      +
      MLObject, MLStructure
      +
      +
      +
      +
      public abstract class MLStructureObjectBase
      +extends MLArray
      +
      Base class for MLStructure and MLObject. + + Note: array of structures can contain only structures of the same type + , that means structures must have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLStructureObjectBase

          +
          protected MLStructureObjectBase(String name,
          +                                int[] dims,
          +                                int type,
          +                                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value)
          +
          Sets field for current structure
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          +
        • +
        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value,
          +                     int m,
          +                     int n)
          +
          Sets field for (m,n)'th structure in struct array
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          m -
          +
          n -
          +
          +
        • +
        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value,
          +                     int index)
          +
          Sets filed for structure described by index in struct array
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          index -
          +
          +
        • +
        + + + +
          +
        • +

          getMaxFieldLenth

          +
          public int getMaxFieldLenth()
          +
          Gets the maximum length of field descriptor
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getKeySetToByteArray

          +
          public byte[] getKeySetToByteArray()
          +
          Dumps field names to byte array. Field names are written as Zero End Strings
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getAllFields

          +
          public Collection<MLArray> getAllFields()
          +
          Gets all field from sruct array as flat list of fields.
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name)
          +
          Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getFields

          +
          public Map<String,MLArray> getFields(int i)
          +
          Returns all the fields for the given index.
          +
        • +
        + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name,
          +                        int m,
          +                        int n)
          +
          Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          m -
          +
          n -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name,
          +                        int index)
          +
          Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          index -
          +
          Returns:
          +
          value of the field or null if the field doesn't exist
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLUInt16.html b/javadoc/3.1.0/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..91ca9bb --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt16

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                Short[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                short[][] vals)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                short[] vals,
          +                int m)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLUInt32.html b/javadoc/3.1.0/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..be6d406 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt32

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[][] vals)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                Integer[] vals,
          +                int m)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLUInt64.html b/javadoc/3.1.0/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..9c513b7 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLUInt64.html @@ -0,0 +1,532 @@ + + + + + +MLUInt64 (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt64

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                int[] dims)
          +
          Create a MLUInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                Long[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                long[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                long[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Long[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public long[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Long buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Long> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Long value)
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/MLUInt8.html b/javadoc/3.1.0/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..f2a6a94 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/MLUInt8.html @@ -0,0 +1,556 @@ + + + + + +MLUInt8 (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt8

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               int[] dims)
          +
          Create a MLUInt8 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               Byte[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               byte[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               byte[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Byte[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public byte[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Byte buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Byte value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Byte> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          _get

          +
          protected Byte _get(ByteBuffer buffer,
          +                    int index)
          +
          Override to accelerate the performance
          +
          +
          Overrides:
          +
          _get in class MLNumericArray<Byte>
          +
          See Also:
          +
          com.jmatio.types.MLNumericArray#get(java.nio.ByteBuffer, int)
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/Zeros.html b/javadoc/3.1.0/com/jmatio/types/Zeros.html new file mode 100644 index 0000000..20ef9fc --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/Zeros.html @@ -0,0 +1,238 @@ + + + + + +Zeros (matfilerw 3.1.0 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class Zeros

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class Zeros
      +extends Object
      +
      Singleton implementations of zero for each number type.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Zeros

          +
          public Zeros()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/package-frame.html b/javadoc/3.1.0/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..6e70af5 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/package-frame.html @@ -0,0 +1,45 @@ + + + + + +com.jmatio.types (matfilerw 3.1.0 API) + + + + + +

    com.jmatio.types

    + + + diff --git a/javadoc/3.1.0/com/jmatio/types/package-summary.html b/javadoc/3.1.0/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..d7500a7 --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/package-summary.html @@ -0,0 +1,261 @@ + + + + + +com.jmatio.types (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Package com.jmatio.types

    +
    +
    + +
    + + + + + + diff --git a/javadoc/3.1.0/com/jmatio/types/package-tree.html b/javadoc/3.1.0/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..f0a799f --- /dev/null +++ b/javadoc/3.1.0/com/jmatio/types/package-tree.html @@ -0,0 +1,177 @@ + + + + + +com.jmatio.types Class Hierarchy (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.types

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.0/constant-values.html b/javadoc/3.1.0/constant-values.html new file mode 100644 index 0000000..bf356af --- /dev/null +++ b/javadoc/3.1.0/constant-values.html @@ -0,0 +1,564 @@ + + + + + +Constant Field Values (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Constant Field Values

    +

    Contents

    + +
    +
    + + +

    com.jmatio.*

    + + + +
    + + + + + + diff --git a/javadoc/3.1.0/deprecated-list.html b/javadoc/3.1.0/deprecated-list.html new file mode 100644 index 0000000..c1c55a9 --- /dev/null +++ b/javadoc/3.1.0/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Deprecated API

    +

    Contents

    + +
    +
    + + +
      +
    • + + + + + + + + + + +
      Deprecated Methods 
      Method and Description
      com.jmatio.io.MatFileReader.getData() +
      use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.1.0/help-doc.html b/javadoc/3.1.0/help-doc.html new file mode 100644 index 0000000..de3f112 --- /dev/null +++ b/javadoc/3.1.0/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    How This API Document Is Organized

    +
    This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
    +
    +
    +
      +
    • +

      Overview

      +

      The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

      +
    • +
    • +

      Package

      +

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

      +
        +
      • Interfaces (italic)
      • +
      • Classes
      • +
      • Enums
      • +
      • Exceptions
      • +
      • Errors
      • +
      • Annotation Types
      • +
      +
    • +
    • +

      Class/Interface

      +

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      +
        +
      • Class inheritance diagram
      • +
      • Direct Subclasses
      • +
      • All Known Subinterfaces
      • +
      • All Known Implementing Classes
      • +
      • Class/interface declaration
      • +
      • Class/interface description
      • +
      +
        +
      • Nested Class Summary
      • +
      • Field Summary
      • +
      • Constructor Summary
      • +
      • Method Summary
      • +
      +
        +
      • Field Detail
      • +
      • Constructor Detail
      • +
      • Method Detail
      • +
      +

      Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      +
    • +
    • +

      Annotation Type

      +

      Each annotation type has its own separate page with the following sections:

      +
        +
      • Annotation Type declaration
      • +
      • Annotation Type description
      • +
      • Required Element Summary
      • +
      • Optional Element Summary
      • +
      • Element Detail
      • +
      +
    • +
    • +

      Enum

      +

      Each enum has its own separate page with the following sections:

      +
        +
      • Enum declaration
      • +
      • Enum description
      • +
      • Enum Constant Summary
      • +
      • Enum Constant Detail
      • +
      +
    • +
    • +

      Tree (Class Hierarchy)

      +

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

      +
        +
      • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
      • +
      • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
      • +
      +
    • +
    • +

      Deprecated API

      +

      The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

      +
    • +
    • +

      Index

      +

      The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

      +
    • +
    • +

      Prev/Next

      +

      These links take you to the next or previous class, interface, package, or related page.

      +
    • +
    • +

      Frames/No Frames

      +

      These links show and hide the HTML frames. All pages are available with or without frames.

      +
    • +
    • +

      All Classes

      +

      The All Classes link shows all classes and interfaces except non-static nested types.

      +
    • +
    • +

      Serialized Form

      +

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

      +
    • +
    • +

      Constant Field Values

      +

      The Constant Field Values page lists the static final fields and their values.

      +
    • +
    +This help file applies to API documentation generated using the standard doclet.
    + + + + + + diff --git a/javadoc/3.1.0/index-all.html b/javadoc/3.1.0/index-all.html new file mode 100644 index 0000000..5f72bad --- /dev/null +++ b/javadoc/3.1.0/index-all.html @@ -0,0 +1,1561 @@ + + + + + +Index (matfilerw 3.1.0 API) + + + + + + + + + + + +
    A B C D E G H I K M N P Q R S T V W Z _  + + +

    A

    +
    +
    addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
    +
    +
    Add array name to the filter.
    +
    +
    allocate() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    allocate() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    assertComplex() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    attributes - Variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    B

    +
    +
    buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
    +
    +
    Returns the backing ByteBuffer
    +
    +
    BufferedOutputStream - Class in com.jmatio.io.stream
    +
     
    +
    BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
    +
     
    +
    buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    ByteBufferInputStream - Class in com.jmatio.io.stream
    +
     
    +
    ByteBufferInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
    +
     
    +
    + + + +

    C

    +
    +
    cells() - Method in class com.jmatio.types.MLCell
    +
     
    +
    CHARSET - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    close() - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
     
    +
    com.jmatio.common - package com.jmatio.common
    +
     
    +
    com.jmatio.common.util - package com.jmatio.common.util
    +
     
    +
    com.jmatio.io - package com.jmatio.io
    +
     
    +
    com.jmatio.io.stream - package com.jmatio.io.stream
    +
     
    +
    com.jmatio.types - package com.jmatio.types
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLArray
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLCell
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLChar
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLStructureObjectBase
    +
     
    +
    copyFrom(MLObject) - Method in class com.jmatio.types.MLObject
    +
    +
    Only used by MLObjectPlaceholder.
    +
    +
    createArray(int, int) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    createHeader() - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    A factory.
    +
    +
    currentIndex - Variable in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Current structure pointer for bulk insert
    +
    +
    + + + +

    D

    +
    +
    DEFAULT_ENDIAN - Static variable in class com.jmatio.io.MatFileHeader
    +
     
    +
    DEFAULT_NAME - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
    +
     
    +
    DeterministicKeyMap<K,V> - Class in com.jmatio.common
    +
    +
    A map implementation which guarantees that all of its iterators + (keySet(), values(), and entrySet()) will be in the same order + as the keyOrder set which is passed in the constructor.
    +
    +
    DeterministicKeyMap(Set<K>, Map<K, V>) - Constructor for class com.jmatio.common.DeterministicKeyMap
    +
     
    +
    dims - Variable in class com.jmatio.types.MLArray
    +
     
    +
    DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    dispose() - Method in class com.jmatio.types.MLArray
    +
    +
    Clears any memory used by this MLArray.
    +
    +
    dispose() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    + + + +

    E

    +
    +
    entrySet() - Method in class com.jmatio.common.DeterministicKeyMap
    +
    +
    Returns the entries of this map in the same order as keyOrder.
    +
    +
    equals(Object) - Method in class com.jmatio.common.DeterministicKeyMap
    +
     
    +
    equals(Object) - Method in class com.jmatio.types.MLChar
    +
     
    +
    equals(Object) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    exportChar() - Method in class com.jmatio.types.MLChar
    +
     
    +
    exportImaginary() - Method in class com.jmatio.types.MLSparse
    +
    +
    Returns the imaginary part (PI) array.
    +
    +
    exportReal() - Method in class com.jmatio.types.MLSparse
    +
    +
    Returns the real part (PR) array.
    +
    +
    + + + +

    G

    +
    +
    get(int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    get(int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    get(int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value at the given index for non-complex arrays.
    +
    +
    get(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value at the given index for non-complex arrays.
    +
    +
    get(int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value at the given index for non-complex arrays.
    +
    +
    get(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    get(int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getAllFields() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets all field from sruct array as flat list of fields.
    +
    +
    getArray() - Method in class com.jmatio.types.MLDouble
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt16
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt32
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt64
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt8
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLUInt64
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLUInt8
    +
    +
    Gets two-dimensional real array.
    +
    +
    getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getByteArray(Double) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getByteArray(Short) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getByteArray(Long) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getByteArray(Float) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getByteArray(Double) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getByteBuffer() - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    getByteOrder() - Method in class com.jmatio.io.MatFileHeader
    +
     
    +
    getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getChar(int, int) - Method in class com.jmatio.types.MLChar
    +
     
    +
    getClassName() - Method in class com.jmatio.types.MLHandle
    +
     
    +
    getClassName() - Method in class com.jmatio.types.MLJavaObject
    +
     
    +
    getClassName() - Method in class com.jmatio.types.MLObject
    +
     
    +
    getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
    +
    +
    Returns the content of the field/cell/object.
    +
    +
    getContent() - Method in class com.jmatio.io.MatFile
    +
     
    +
    getContent() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Returns a map of MLArray objects that were inside MAT-file.
    +
    +
    getContent() - Method in class com.jmatio.types.MLHandle
    +
     
    +
    getContent() - Method in class com.jmatio.types.MLJavaObject
    +
     
    +
    getData() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Deprecated. +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
    +
    getDescription() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    Gets descriptive text
    +
    +
    getDimensions() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getEndianIndicator() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    Gets endian indicator.
    +
    +
    getField(String) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
    +
    +
    getField(String, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
    +
    +
    getField(String, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
    +
    +
    getFieldNames() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Returns the Collection of keys for this structure.
    +
    +
    getFields(int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Returns all the fields for the given index.
    +
    +
    getFlags() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getHeader() - Method in class com.jmatio.io.MatFile
    +
     
    +
    getIC() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
    +
    +
    getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the imaginary value at the given index, always 0 for non-complex arrays.
    +
    +
    getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the imaginary value at the given index.
    +
    +
    getImaginary(int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the imaginary value at the given index.
    +
    +
    getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getImaginary(int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    getIndex(int...) - Method in class com.jmatio.types.MLArray
    +
    +
    Returns the one-dim index for the multi-dimensional indexes.
    +
    +
    getIndex(int, int) - Method in class com.jmatio.types.MLArray
    +
     
    +
    getIndex(int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    getIR() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
    +
    +
    getJC() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets column indices.
    +
    +
    getKeySetToByteArray() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Dumps field names to byte array.
    +
    +
    getM() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Gets MAT-file header
    +
    +
    getMaxFieldLenth() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets the maximum length of field descriptor
    +
    +
    getMaxNZ() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets maximum number of non-zero values
    +
    +
    getMLArray(String) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Returns the value to which the red file maps the specified array name.
    +
    +
    getN() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getName() - Method in class com.jmatio.types.MLArray
    +
    +
    Gets array name
    +
    +
    getNameToByteArray() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getNDimensions() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getReal(int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Gets a single real array element.
    +
    +
    getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Gets a single real array element.
    +
    +
    getReal(int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Gets a single real array element.
    +
    +
    getReal(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getReal(int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    getSize() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getString(int) - Method in class com.jmatio.types.MLChar
    +
    +
    Gets the m-th character matrix's row as String.
    +
    +
    getType() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getVersion() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    When creating a MAT-file, set version to 0x0100
    +
    +
    + + + +

    H

    +
    +
    hashCode() - Method in class com.jmatio.common.DeterministicKeyMap
    +
     
    +
    hashCode() - Method in class com.jmatio.types.MLChar
    +
     
    +
    hashCode() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    HeapBufferDataOutputStream - Class in com.jmatio.io.stream
    +
     
    +
    HeapBufferDataOutputStream() - Constructor for class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    + + + +

    I

    +
    +
    instantiateObject() - Method in class com.jmatio.types.MLJavaObject
    +
    +
    Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
    +
    +
    isCell() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isChar() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isComplex() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isDouble() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isEmpty() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isFunctionObject() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt16() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt32() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt64() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt8() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isLogical() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isObject() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isOpaque() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isSingle() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isSparse() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isStruct() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint16() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint32() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint64() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint8() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUnknown() - Method in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    K

    +
    +
    keys - Variable in class com.jmatio.types.MLStructureObjectBase
    +
    +
    A Set that keeps structure field names
    +
    +
    keySet() - Method in class com.jmatio.common.DeterministicKeyMap
    +
    +
    Returns the keyset of this map in the same order as keyOrder.
    +
    +
    + + + +

    M

    +
    +
    matches(String) - Method in class com.jmatio.io.MatFileFilter
    +
    +
    Test if given name matches the filter.
    +
    +
    MatDataTypes - Class in com.jmatio.common
    +
    +
    MAT-file data types
    +
    +
    MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
    +
     
    +
    MatFile - Class in com.jmatio.io
    +
    +
    MatFileReader's API is vague.
    +
    +
    MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
    +
     
    +
    MatFileFilter - Class in com.jmatio.io
    +
    +
    File filter.
    +
    +
    MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
    +
    +
    Creates empty filter intance.
    +
    +
    MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
    +
    +
    Create filter intance and add array names.
    +
    +
    MatFileHeader - Class in com.jmatio.io
    +
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    +
    MatFileHeader(String, int, ByteOrder) - Constructor for class com.jmatio.io.MatFileHeader
    +
    +
    New MAT-file header
    +
    +
    MatFileIncrementalWriter - Class in com.jmatio.io
    +
    +
    MAT-file Incremental writer.
    +
    +
    MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creates a writer to a file given the filename.
    +
    +
    MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creats a writer to a file given the File object.
    +
    +
    MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creates a writer for a file, given an output channel to the file..
    +
    +
    MatFileInputStream - Class in com.jmatio.io.stream
    +
    +
    MAT-file input stream class.
    +
    +
    MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Attach MAT-file input stream to InputStream
    +
    +
    MatFileReader - Class in com.jmatio.io
    +
     
    +
    MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
    +
    +
    MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
    +
    +
    MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from file.
    +
    +
    MatFileReader(File, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader(MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader(InputStream, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileReader(InputStream, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileType - Enum in com.jmatio.io
    +
    +
    Describes the type of Mat file.
    +
    +
    MatFileWriter - Class in com.jmatio.io
    +
    +
    MAT-file writer.
    +
    +
    MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Creates the new MatFileWriter instance
    +
    +
    MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into file given by fileName.
    +
    +
    MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into File.
    +
    +
    MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into OuputSteram.
    +
    +
    MatlabIOException - Exception in com.jmatio.io
    +
    +
    MAT-file reader/writer exception
    +
    +
    MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
    +
     
    +
    MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    MLArray - Class in com.jmatio.types
    +
     
    +
    MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
    +
     
    +
    MLArrayQuery - Class in com.jmatio.common.util
    +
    +
    The JMatIO query parser.
    +
    +
    MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
    +
     
    +
    MLCell - Class in com.jmatio.types
    +
     
    +
    MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
    +
     
    +
    MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
    +
     
    +
    MLChar - Class in com.jmatio.types
    +
     
    +
    MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Creates the 1 x String.length() MLChar from the given + String.
    +
    +
    MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Create the MLChar from array of Strings.
    +
    +
    MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Added method to allow initialization of a char array representing + an array of strings.
    +
    +
    MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
    +
     
    +
    MLDouble - Class in com.jmatio.types
    +
    +
    Class represents Double array (matrix)
    +
    +
    MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Create a MLDouble array with given name, + and dimensions.
    +
    +
    MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
    +
    +
    MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLEmptyArray - Class in com.jmatio.types
    +
     
    +
    MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLHandle - Class in com.jmatio.types
    +
    +
    We have observed a need for this class in a proprietary model.
    +
    +
    MLHandle(String, String, MLCell) - Constructor for class com.jmatio.types.MLHandle
    +
     
    +
    MLInt16 - Class in com.jmatio.types
    +
    +
    Class represents Int16 array (matrix)
    +
    +
    MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Create a MLSingle array with given name, + and dimensions.
    +
    +
    MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
    +
    +
    MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt32 - Class in com.jmatio.types
    +
     
    +
    MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Create a MLInt64 array with given name, + and dimensions.
    +
    +
    MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt64 - Class in com.jmatio.types
    +
    +
    Class represents Int64 (long) array (matrix)
    +
    +
    MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Create a MLInt64 array with given name, + and dimensions.
    +
    +
    MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt8 - Class in com.jmatio.types
    +
     
    +
    MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Create a MLUInt8 array with given name, + and dimensions.
    +
    +
    MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLJavaObject - Class in com.jmatio.types
    +
     
    +
    MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
    +
     
    +
    MLNumericArray<T extends Number> - Class in com.jmatio.types
    +
     
    +
    MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLObject - Class in com.jmatio.types
    +
    +
    This class represents Matlab's Object object (object array).
    +
    +
    MLObject(String, String, int[], int) - Constructor for class com.jmatio.types.MLObject
    +
     
    +
    MLSingle - Class in com.jmatio.types
    +
     
    +
    MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
    +
     
    +
    MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
    +
     
    +
    MLSparse - Class in com.jmatio.types
    +
     
    +
    MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
    +
     
    +
    mlStructArray - Variable in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Array of structures
    +
    +
    MLStructure - Class in com.jmatio.types
    +
    +
    This class represents Matlab's Structure object (structure array).
    +
    +
    MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
    +
     
    +
    MLStructure(String, int[], int) - Constructor for class com.jmatio.types.MLStructure
    +
     
    +
    MLStructureObjectBase - Class in com.jmatio.types
    +
    +
    Base class for MLStructure and MLObject.
    +
    +
    MLStructureObjectBase(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructureObjectBase
    +
     
    +
    MLUInt16 - Class in com.jmatio.types
    +
     
    +
    MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt32 - Class in com.jmatio.types
    +
     
    +
    MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt64 - Class in com.jmatio.types
    +
    +
    Class represents Int64 (long) array (matrix)
    +
    +
    MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Create a MLUInt64 array with given name, + and dimensions.
    +
    +
    MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLUInt8 - Class in com.jmatio.types
    +
    +
    Class represents UInt8 (byte) array (matrix)
    +
    +
    MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Create a MLUInt8 array with given name, + and dimensions.
    +
    +
    MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    N

    +
    +
    name - Variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    P

    +
    +
    parseByteOrder(byte[]) - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
    +
    +
    parseFrom(String, byte[], byte[]) - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
    +
    +
    putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    + + + +

    Q

    +
    +
    q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
    +
     
    +
    query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
    +
    +
    Parses the query string and returns the object it refers to.
    +
    +
    + + + +

    R

    +
    +
    read(File) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(InputStream) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(File, int) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
    +
     
    +
    read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
    +
     
    +
    read(InputStream, MatFileFilter) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Read a mat file from a stream.
    +
    +
    read() - Method in class com.jmatio.io.SimulinkDecoder
    +
     
    +
    read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a bare set of bytes.
    +
    +
    readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
     
    +
    readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to char.
    +
    +
    readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to double.
    +
    +
    readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readFull(ByteBuffer, MatFileType) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to int.
    +
    +
    readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads the data into a ByteBuffer.
    +
    +
    + + + +

    S

    +
    +
    set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    set(MLArray, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    set(String) - Method in class com.jmatio.types.MLChar
    +
    +
    Populates the MLChar with the String value.
    +
    +
    set(String, int) - Method in class com.jmatio.types.MLChar
    +
    +
    Set one row, specifying the row.
    +
    +
    set(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the value at the given index for non-complex arrays.
    +
    +
    set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the value at the given index for non-complex arrays.
    +
    +
    set(T, int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the value at the given index for non-complex arrays.
    +
    +
    set(T[]) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the content of this entire array for non-complex arrays.
    +
    +
    set(Double, int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    set(Double, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setChar(char, int) - Method in class com.jmatio.types.MLChar
    +
     
    +
    setField(String, MLArray) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets field for current structure
    +
    +
    setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets field for (m,n)'th structure in struct array
    +
    +
    setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets filed for structure described by index in struct array
    +
    +
    setFields(int, Map<String, MLArray>) - Method in class com.jmatio.types.MLObject
    +
     
    +
    setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single imaginary array element.
    +
    +
    setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single imaginary array element.
    +
    +
    setImaginary(T, int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single imaginary array element.
    +
    +
    setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single real array element.
    +
    +
    setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single real array element.
    +
    +
    setReal(T, int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single real array element.
    +
    +
    setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets real part of a matrix.
    +
    +
    setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setReal(Double, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    SimulinkDecoder - Class in com.jmatio.io
    +
    +
    This class decodes the Simulink base64 representation of a MAT file.
    +
    +
    SimulinkDecoder(String) - Constructor for class com.jmatio.io.SimulinkDecoder
    +
     
    +
    size() - Method in class com.jmatio.io.stream.BufferedOutputStream
    +
     
    +
    sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
    +
    +
    Return number of bytes for given type.
    +
    +
    skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
    +
     
    +
    + + + +

    T

    +
    +
    toString() - Method in class com.jmatio.io.MatFileHeader
    +
     
    +
    toString() - Method in class com.jmatio.types.MLArray
    +
     
    +
    type - Variable in class com.jmatio.types.MLArray
    +
     
    +
    typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
    +
    +
    Get String representation of a data type
    +
    +
    typeToString(int) - Static method in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    V

    +
    +
    valueOf(String) - Static method in enum com.jmatio.io.MatFileType
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    +
    values() - Method in class com.jmatio.common.DeterministicKeyMap
    +
    +
    Returns the values of this map in the same order as keyOrder.
    +
    +
    values() - Static method in enum com.jmatio.io.MatFileType
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    +
    + + + +

    W

    +
    +
    write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
     
    +
    write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Writes MLArrays into WritableByteChannel.
    +
    +
    write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into file created from + filepath.
    +
    +
    write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into File
    +
    +
    write(ByteBuffer) - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    + + + +

    Z

    +
    +
    zero() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    zero() - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value of "zero" for this type of array.
    +
    +
    zero() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    zero() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    zero() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    zero() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    Zeros - Class in com.jmatio.types
    +
    +
    Singleton implementations of zero for each number type.
    +
    +
    Zeros() - Constructor for class com.jmatio.types.Zeros
    +
     
    +
    + + + +

    _

    +
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
    +
    +
    Override to accelerate the performance
    +
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
    +
    +
    Override to accelerate the performance
    +
    +
    _set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    +A B C D E G H I K M N P Q R S T V W Z _ 
    + + + + + + diff --git a/javadoc/3.1.0/index.html b/javadoc/3.1.0/index.html new file mode 100644 index 0000000..388774e --- /dev/null +++ b/javadoc/3.1.0/index.html @@ -0,0 +1,75 @@ + + + + + +matfilerw 3.1.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/3.1.0/overview-frame.html b/javadoc/3.1.0/overview-frame.html new file mode 100644 index 0000000..3dfa3f8 --- /dev/null +++ b/javadoc/3.1.0/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (matfilerw 3.1.0 API) + + + + + +

    com.diffplug.matsim:matfilerw:3.1.0 by DiffPlug

    + + +

     

    + + diff --git a/javadoc/3.1.0/overview-summary.html b/javadoc/3.1.0/overview-summary.html new file mode 100644 index 0000000..e19e7fb --- /dev/null +++ b/javadoc/3.1.0/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    matfilerw 3.1.0 API

    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Packages 
    PackageDescription
    com.jmatio.common 
    com.jmatio.common.util 
    com.jmatio.io 
    com.jmatio.io.stream 
    com.jmatio.types 
    +
    + + + + + + diff --git a/javadoc/3.1.0/overview-tree.html b/javadoc/3.1.0/overview-tree.html new file mode 100644 index 0000000..defa393 --- /dev/null +++ b/javadoc/3.1.0/overview-tree.html @@ -0,0 +1,232 @@ + + + + + +Class Hierarchy (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Hierarchy For All Packages

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +

    Enum Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.0/package-list b/javadoc/3.1.0/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/3.1.0/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/3.1.0/script.js b/javadoc/3.1.0/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/3.1.0/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/3.1.0/serialized-form.html b/javadoc/3.1.0/serialized-form.html new file mode 100644 index 0000000..d3528b2 --- /dev/null +++ b/javadoc/3.1.0/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (matfilerw 3.1.0 API) + + + + + + + + + + + +
    +

    Serialized Form

    +
    +
    + +
    + + + + + + diff --git a/javadoc/3.1.0/stylesheet.css b/javadoc/3.1.0/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/javadoc/3.1.0/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From 2d90f6bde2813c66d30d513c5f154a0aa447589c Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 13 Nov 2018 19:24:14 +0000 Subject: [PATCH 53/56] Publish of Github pages from Gradle. --- javadoc/snapshot/allclasses-frame.html | 4 ++-- javadoc/snapshot/allclasses-noframe.html | 4 ++-- .../com/jmatio/common/DeterministicKeyMap.html | 10 +++++----- javadoc/snapshot/com/jmatio/common/MatDataTypes.html | 10 +++++----- .../snapshot/com/jmatio/common/package-frame.html | 4 ++-- .../snapshot/com/jmatio/common/package-summary.html | 10 +++++----- javadoc/snapshot/com/jmatio/common/package-tree.html | 10 +++++----- .../com/jmatio/common/util/MLArrayQuery.html | 10 +++++----- .../com/jmatio/common/util/package-frame.html | 4 ++-- .../com/jmatio/common/util/package-summary.html | 10 +++++----- .../com/jmatio/common/util/package-tree.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFile.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 10 +++++----- .../com/jmatio/io/MatFileIncrementalWriter.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFileReader.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFileType.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 10 +++++----- .../snapshot/com/jmatio/io/MatlabIOException.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/package-frame.html | 4 ++-- javadoc/snapshot/com/jmatio/io/package-summary.html | 10 +++++----- javadoc/snapshot/com/jmatio/io/package-tree.html | 10 +++++----- .../com/jmatio/io/stream/BufferedOutputStream.html | 10 +++++----- .../com/jmatio/io/stream/ByteBufferInputStream.html | 10 +++++----- .../jmatio/io/stream/HeapBufferDataOutputStream.html | 10 +++++----- .../com/jmatio/io/stream/MatFileInputStream.html | 10 +++++----- .../snapshot/com/jmatio/io/stream/package-frame.html | 4 ++-- .../com/jmatio/io/stream/package-summary.html | 10 +++++----- .../snapshot/com/jmatio/io/stream/package-tree.html | 10 +++++----- .../com/jmatio/types/ByteStorageSupport.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLArray.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLCell.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLChar.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLDouble.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLEmptyArray.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLHandle.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLInt16.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLInt32.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLInt64.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLInt8.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLJavaObject.html | 10 +++++----- .../snapshot/com/jmatio/types/MLNumericArray.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLObject.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLSingle.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLSparse.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLStructure.html | 10 +++++----- .../com/jmatio/types/MLStructureObjectBase.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLUInt16.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLUInt32.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLUInt64.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/MLUInt8.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/Zeros.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/package-frame.html | 4 ++-- .../snapshot/com/jmatio/types/package-summary.html | 10 +++++----- javadoc/snapshot/com/jmatio/types/package-tree.html | 10 +++++----- javadoc/snapshot/constant-values.html | 10 +++++----- javadoc/snapshot/deprecated-list.html | 10 +++++----- javadoc/snapshot/help-doc.html | 10 +++++----- javadoc/snapshot/index-all.html | 10 +++++----- javadoc/snapshot/index.html | 4 ++-- javadoc/snapshot/overview-frame.html | 6 +++--- javadoc/snapshot/overview-summary.html | 12 ++++++------ javadoc/snapshot/overview-tree.html | 10 +++++----- javadoc/snapshot/serialized-form.html | 10 +++++----- 65 files changed, 300 insertions(+), 300 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index f41cad1..c745409 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,8 +2,8 @@ - -All Classes (matfilerw 3.1.0-SNAPSHOT API) + +All Classes (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index 30b2ce3..b97b4c7 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,8 +2,8 @@ - -All Classes (matfilerw 3.1.0-SNAPSHOT API) + +All Classes (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index d089961..9d3384c 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,8 +2,8 @@ - -DeterministicKeyMap (matfilerw 3.1.0-SNAPSHOT API) + +DeterministicKeyMap (matfilerw 3.2.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 2e2ab3c..19c9926 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,8 +2,8 @@ - -com.jmatio.common (matfilerw 3.1.0-SNAPSHOT API) + +com.jmatio.common (matfilerw 3.2.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index 8921799..a44aa30 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,8 +2,8 @@ - -com.jmatio.common.util (matfilerw 3.1.0-SNAPSHOT API) + +com.jmatio.common.util (matfilerw 3.2.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index c3bb166..0a78026 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,8 +2,8 @@ - -com.jmatio.io (matfilerw 3.1.0-SNAPSHOT API) + +com.jmatio.io (matfilerw 3.2.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index 00727ed..cc075ac 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,8 +2,8 @@ - -com.jmatio.io.stream (matfilerw 3.1.0-SNAPSHOT API) + +com.jmatio.io.stream (matfilerw 3.2.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index ddee2b5..6bb04f9 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,8 +2,8 @@ - -com.jmatio.types (matfilerw 3.1.0-SNAPSHOT API) + +com.jmatio.types (matfilerw 3.2.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ -

    com.diffplug.matsim:matfilerw:3.1.0-SNAPSHOT by DiffPlug

    +

    com.diffplug.matsim:matfilerw:3.2.0-SNAPSHOT by DiffPlug

    Packages

    diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index 8153b31..a1f3525 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,8 +2,8 @@ - -Overview (matfilerw 3.1.0-SNAPSHOT API) + +Overview (matfilerw 3.2.0-SNAPSHOT API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index b97b4c7..a7f5813 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index 9d3384c..ea985b4 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,9 +2,9 @@ - + DeterministicKeyMap (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index b0a52e1..bca9591 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,9 +2,9 @@ - + MatDataTypes (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index 52b430c..f8896cb 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 19c9926..6283732 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index 995f3c0..d5111a3 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common Class Hierarchy (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index 7c16736..a4e9191 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,9 +2,9 @@ - + MLArrayQuery (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 2cd4992..780dfaf 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index a44aa30..79e060c 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index 5e701f1..b6d0ee6 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index f5e3336..a27dfab 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,9 +2,9 @@ - + MatFile (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index 4614977..6fc4e1b 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,9 +2,9 @@ - + MatFileFilter (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index 25cd327..e5d7e26 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,9 +2,9 @@ - + MatFileHeader (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index 9a9a0b2..a9170f6 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,9 +2,9 @@ - + MatFileIncrementalWriter (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index 74dc31f..c2d1d6c 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,9 +2,9 @@ - + MatFileReader (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index 5419ace..163b9dd 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,9 +2,9 @@ - + MatFileType (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 087bf3a..0856db5 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,9 +2,9 @@ - + MatFileWriter (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 946963d..2f6f1d3 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,9 +2,9 @@ - + MatlabIOException (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 80ab509..504cab0 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,9 +2,9 @@ - + SimulinkDecoder (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 67e51c3..30629ec 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 0a78026..9a6752c 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index e5a8b65..b7bb89a 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io Class Hierarchy (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index 45d07aa..c18e4f1 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,9 +2,9 @@ - + BufferedOutputStream (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index b43db5e..49c0301 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,9 +2,9 @@ - + ByteBufferInputStream (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 10b62b6..89d20c3 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,9 +2,9 @@ - + HeapBufferDataOutputStream (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index 9239d76..759885f 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,9 +2,9 @@ - + MatFileInputStream (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index 053b500..06e68ef 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index cc075ac..e588b7c 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index b118c3b..7981629 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index 649314a..e3efd3b 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,9 +2,9 @@ - + ByteStorageSupport (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 75a05ca..725c836 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,9 +2,9 @@ - + MLArray (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index 7c45f1a..c230276 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,9 +2,9 @@ - + MLCell (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index a6c3614..51328f5 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,9 +2,9 @@ - + MLChar (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 92dab19..647697e 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,9 +2,9 @@ - + MLDouble (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index 67acdf3..4e93791 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,9 +2,9 @@ - + MLEmptyArray (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLHandle.html b/javadoc/snapshot/com/jmatio/types/MLHandle.html index 7076037..b3c5be7 100644 --- a/javadoc/snapshot/com/jmatio/types/MLHandle.html +++ b/javadoc/snapshot/com/jmatio/types/MLHandle.html @@ -2,9 +2,9 @@ - + MLHandle (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index cfcde78..76f68ce 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,9 +2,9 @@ - + MLInt16 (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index e9e8f66..0325098 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,9 +2,9 @@ - + MLInt32 (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index c64ebc2..a705742 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,9 +2,9 @@ - + MLInt64 (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index 7ea1b66..5cf8a22 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,9 +2,9 @@ - + MLInt8 (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index e91e5d9..b041af3 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,9 +2,9 @@ - + MLJavaObject (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index 1d39b2e..34aad6c 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,9 +2,9 @@ - + MLNumericArray (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index b8cefea..8233040 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,9 +2,9 @@ - + MLObject (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index 574a8dd..f30ae46 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,9 +2,9 @@ - + MLSingle (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index 23b2d31..3b57744 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,9 +2,9 @@ - + MLSparse (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index c682bc3..319ebf9 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,9 +2,9 @@ - + MLStructure (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index 4f832fd..d7d8471 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,9 +2,9 @@ - + MLStructureObjectBase (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 0fe49bc..458eb7a 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,9 +2,9 @@ - + MLUInt16 (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index 65e8382..dcba0b3 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,9 +2,9 @@ - + MLUInt32 (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index 379848c..39f88f2 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,9 +2,9 @@ - + MLUInt64 (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index f7a1262..821b9eb 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,9 +2,9 @@ - + MLUInt8 (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/Zeros.html b/javadoc/snapshot/com/jmatio/types/Zeros.html index 37e7224..1dfce36 100644 --- a/javadoc/snapshot/com/jmatio/types/Zeros.html +++ b/javadoc/snapshot/com/jmatio/types/Zeros.html @@ -2,9 +2,9 @@ - + Zeros (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 81cb55d..807c4dd 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index 6bb04f9..f1dac10 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,9 +2,9 @@ - + com.jmatio.types (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index fd779e8..108d762 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,9 +2,9 @@ - + com.jmatio.types Class Hierarchy (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index 9d2bef1..dd2229d 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index 80a2441..fe2d036 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index db73642..9b61eb1 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,9 +2,9 @@ - + API Help (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index ff2c347..ec6a51a 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,9 +2,9 @@ - + Index (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index 221e637..dc97d16 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 3.2.0-SNAPSHOT API diff --git a/javadoc/snapshot/overview-summary.html b/javadoc/snapshot/overview-summary.html index a1f3525..bcf3cc3 100644 --- a/javadoc/snapshot/overview-summary.html +++ b/javadoc/snapshot/overview-summary.html @@ -2,9 +2,9 @@ - + Overview (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/overview-tree.html b/javadoc/snapshot/overview-tree.html index 565ddd5..ac85b5e 100644 --- a/javadoc/snapshot/overview-tree.html +++ b/javadoc/snapshot/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy (matfilerw 3.2.0-SNAPSHOT API) - + diff --git a/javadoc/snapshot/serialized-form.html b/javadoc/snapshot/serialized-form.html index dc28fbe..e343406 100644 --- a/javadoc/snapshot/serialized-form.html +++ b/javadoc/snapshot/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form (matfilerw 3.2.0-SNAPSHOT API) - + From cdf185344aed1f0ca525bb5a9f0a9ecf27aad7a0 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Fri, 28 Dec 2018 19:43:15 +0000 Subject: [PATCH 55/56] Publish of Github pages from Gradle. --- javadoc/3.1.1/allclasses-frame.html | 57 + javadoc/3.1.1/allclasses-noframe.html | 57 + .../jmatio/common/DeterministicKeyMap.html | 587 +++++++ .../3.1.1/com/jmatio/common/MatDataTypes.html | 784 +++++++++ .../com/jmatio/common/package-frame.html | 21 + .../com/jmatio/common/package-summary.html | 152 ++ .../3.1.1/com/jmatio/common/package-tree.html | 138 ++ .../com/jmatio/common/util/MLArrayQuery.html | 333 ++++ .../com/jmatio/common/util/package-frame.html | 20 + .../jmatio/common/util/package-summary.html | 144 ++ .../com/jmatio/common/util/package-tree.html | 137 ++ javadoc/3.1.1/com/jmatio/io/MatFile.html | 381 ++++ .../3.1.1/com/jmatio/io/MatFileFilter.html | 345 ++++ .../3.1.1/com/jmatio/io/MatFileHeader.html | 491 ++++++ .../jmatio/io/MatFileIncrementalWriter.html | 412 +++++ .../3.1.1/com/jmatio/io/MatFileReader.html | 800 +++++++++ javadoc/3.1.1/com/jmatio/io/MatFileType.html | 342 ++++ .../3.1.1/com/jmatio/io/MatFileWriter.html | 425 +++++ .../com/jmatio/io/MatlabIOException.html | 268 +++ .../3.1.1/com/jmatio/io/SimulinkDecoder.html | 295 ++++ .../3.1.1/com/jmatio/io/package-frame.html | 34 + .../3.1.1/com/jmatio/io/package-summary.html | 215 +++ javadoc/3.1.1/com/jmatio/io/package-tree.html | 172 ++ .../io/stream/BufferedOutputStream.html | 314 ++++ .../io/stream/ByteBufferInputStream.html | 320 ++++ .../io/stream/HeapBufferDataOutputStream.html | 372 ++++ .../jmatio/io/stream/MatFileInputStream.html | 404 +++++ .../com/jmatio/io/stream/package-frame.html | 23 + .../com/jmatio/io/stream/package-summary.html | 156 ++ .../com/jmatio/io/stream/package-tree.html | 152 ++ .../com/jmatio/types/ByteStorageSupport.html | 266 +++ javadoc/3.1.1/com/jmatio/types/MLArray.html | 1232 +++++++++++++ javadoc/3.1.1/com/jmatio/types/MLCell.html | 414 +++++ javadoc/3.1.1/com/jmatio/types/MLChar.html | 523 ++++++ javadoc/3.1.1/com/jmatio/types/MLDouble.html | 532 ++++++ .../3.1.1/com/jmatio/types/MLEmptyArray.html | 294 ++++ javadoc/3.1.1/com/jmatio/types/MLHandle.html | 323 ++++ javadoc/3.1.1/com/jmatio/types/MLInt16.html | 536 ++++++ javadoc/3.1.1/com/jmatio/types/MLInt32.html | 535 ++++++ javadoc/3.1.1/com/jmatio/types/MLInt64.html | 532 ++++++ javadoc/3.1.1/com/jmatio/types/MLInt8.html | 555 ++++++ .../3.1.1/com/jmatio/types/MLJavaObject.html | 336 ++++ .../com/jmatio/types/MLNumericArray.html | 925 ++++++++++ javadoc/3.1.1/com/jmatio/types/MLObject.html | 358 ++++ javadoc/3.1.1/com/jmatio/types/MLSingle.html | 411 +++++ javadoc/3.1.1/com/jmatio/types/MLSparse.html | 825 +++++++++ .../3.1.1/com/jmatio/types/MLStructure.html | 305 ++++ .../jmatio/types/MLStructureObjectBase.html | 631 +++++++ javadoc/3.1.1/com/jmatio/types/MLUInt16.html | 358 ++++ javadoc/3.1.1/com/jmatio/types/MLUInt32.html | 358 ++++ javadoc/3.1.1/com/jmatio/types/MLUInt64.html | 532 ++++++ javadoc/3.1.1/com/jmatio/types/MLUInt8.html | 556 ++++++ javadoc/3.1.1/com/jmatio/types/Zeros.html | 238 +++ .../3.1.1/com/jmatio/types/package-frame.html | 45 + .../com/jmatio/types/package-summary.html | 261 +++ .../3.1.1/com/jmatio/types/package-tree.html | 177 ++ javadoc/3.1.1/constant-values.html | 564 ++++++ javadoc/3.1.1/deprecated-list.html | 149 ++ javadoc/3.1.1/help-doc.html | 225 +++ javadoc/3.1.1/index-all.html | 1561 +++++++++++++++++ javadoc/3.1.1/index.html | 75 + javadoc/3.1.1/overview-frame.html | 26 + javadoc/3.1.1/overview-summary.html | 154 ++ javadoc/3.1.1/overview-tree.html | 232 +++ javadoc/3.1.1/package-list | 5 + javadoc/3.1.1/script.js | 30 + javadoc/3.1.1/serialized-form.html | 137 ++ javadoc/3.1.1/stylesheet.css | 574 ++++++ 68 files changed, 24141 insertions(+) create mode 100644 javadoc/3.1.1/allclasses-frame.html create mode 100644 javadoc/3.1.1/allclasses-noframe.html create mode 100644 javadoc/3.1.1/com/jmatio/common/DeterministicKeyMap.html create mode 100644 javadoc/3.1.1/com/jmatio/common/MatDataTypes.html create mode 100644 javadoc/3.1.1/com/jmatio/common/package-frame.html create mode 100644 javadoc/3.1.1/com/jmatio/common/package-summary.html create mode 100644 javadoc/3.1.1/com/jmatio/common/package-tree.html create mode 100644 javadoc/3.1.1/com/jmatio/common/util/MLArrayQuery.html create mode 100644 javadoc/3.1.1/com/jmatio/common/util/package-frame.html create mode 100644 javadoc/3.1.1/com/jmatio/common/util/package-summary.html create mode 100644 javadoc/3.1.1/com/jmatio/common/util/package-tree.html create mode 100644 javadoc/3.1.1/com/jmatio/io/MatFile.html create mode 100644 javadoc/3.1.1/com/jmatio/io/MatFileFilter.html create mode 100644 javadoc/3.1.1/com/jmatio/io/MatFileHeader.html create mode 100644 javadoc/3.1.1/com/jmatio/io/MatFileIncrementalWriter.html create mode 100644 javadoc/3.1.1/com/jmatio/io/MatFileReader.html create mode 100644 javadoc/3.1.1/com/jmatio/io/MatFileType.html create mode 100644 javadoc/3.1.1/com/jmatio/io/MatFileWriter.html create mode 100644 javadoc/3.1.1/com/jmatio/io/MatlabIOException.html create mode 100644 javadoc/3.1.1/com/jmatio/io/SimulinkDecoder.html create mode 100644 javadoc/3.1.1/com/jmatio/io/package-frame.html create mode 100644 javadoc/3.1.1/com/jmatio/io/package-summary.html create mode 100644 javadoc/3.1.1/com/jmatio/io/package-tree.html create mode 100644 javadoc/3.1.1/com/jmatio/io/stream/BufferedOutputStream.html create mode 100644 javadoc/3.1.1/com/jmatio/io/stream/ByteBufferInputStream.html create mode 100644 javadoc/3.1.1/com/jmatio/io/stream/HeapBufferDataOutputStream.html create mode 100644 javadoc/3.1.1/com/jmatio/io/stream/MatFileInputStream.html create mode 100644 javadoc/3.1.1/com/jmatio/io/stream/package-frame.html create mode 100644 javadoc/3.1.1/com/jmatio/io/stream/package-summary.html create mode 100644 javadoc/3.1.1/com/jmatio/io/stream/package-tree.html create mode 100644 javadoc/3.1.1/com/jmatio/types/ByteStorageSupport.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLArray.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLCell.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLChar.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLDouble.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLEmptyArray.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLHandle.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLInt16.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLInt32.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLInt64.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLInt8.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLJavaObject.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLNumericArray.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLObject.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLSingle.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLSparse.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLStructure.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLStructureObjectBase.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLUInt16.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLUInt32.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLUInt64.html create mode 100644 javadoc/3.1.1/com/jmatio/types/MLUInt8.html create mode 100644 javadoc/3.1.1/com/jmatio/types/Zeros.html create mode 100644 javadoc/3.1.1/com/jmatio/types/package-frame.html create mode 100644 javadoc/3.1.1/com/jmatio/types/package-summary.html create mode 100644 javadoc/3.1.1/com/jmatio/types/package-tree.html create mode 100644 javadoc/3.1.1/constant-values.html create mode 100644 javadoc/3.1.1/deprecated-list.html create mode 100644 javadoc/3.1.1/help-doc.html create mode 100644 javadoc/3.1.1/index-all.html create mode 100644 javadoc/3.1.1/index.html create mode 100644 javadoc/3.1.1/overview-frame.html create mode 100644 javadoc/3.1.1/overview-summary.html create mode 100644 javadoc/3.1.1/overview-tree.html create mode 100644 javadoc/3.1.1/package-list create mode 100644 javadoc/3.1.1/script.js create mode 100644 javadoc/3.1.1/serialized-form.html create mode 100644 javadoc/3.1.1/stylesheet.css diff --git a/javadoc/3.1.1/allclasses-frame.html b/javadoc/3.1.1/allclasses-frame.html new file mode 100644 index 0000000..4d8ab22 --- /dev/null +++ b/javadoc/3.1.1/allclasses-frame.html @@ -0,0 +1,57 @@ + + + + + +All Classes (matfilerw 3.1.1 API) + + + + + +

    All Classes

    + + + diff --git a/javadoc/3.1.1/allclasses-noframe.html b/javadoc/3.1.1/allclasses-noframe.html new file mode 100644 index 0000000..01dffec --- /dev/null +++ b/javadoc/3.1.1/allclasses-noframe.html @@ -0,0 +1,57 @@ + + + + + +All Classes (matfilerw 3.1.1 API) + + + + + +

    All Classes

    + + + diff --git a/javadoc/3.1.1/com/jmatio/common/DeterministicKeyMap.html b/javadoc/3.1.1/com/jmatio/common/DeterministicKeyMap.html new file mode 100644 index 0000000..18275e0 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/common/DeterministicKeyMap.html @@ -0,0 +1,587 @@ + + + + + +DeterministicKeyMap (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.common
    +

    Class DeterministicKeyMap<K,V>

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Map<K,V>
      +
      +
      +
      +
      public class DeterministicKeyMap<K,V>
      +extends Object
      +
      A map implementation which guarantees that all of its iterators + (keySet(), values(), and entrySet()) will be in the same order + as the keyOrder set which is passed in the constructor. + + The keySet must contain all of the keys in the delegate, but it's + okay if the keySet contains more. + + Useful in MLObject and MLStruct for ensuring that arrays have + their fields in the same order.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          delegate

          +
          protected final Map<K,V> delegate
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          DeterministicKeyMap

          +
          public DeterministicKeyMap(Set<K> keyOrder,
          +                           Map<K,V> delegate)
          +
          +
          Parameters:
          +
          keyOrder - A set which must always contain all of the keys in delegate, and may contain more.
          +
          delegate - An underlying map.
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          keySet

          +
          public Set<K> keySet()
          +
          Returns the keyset of this map in the same order as keyOrder.
          +
          +
          Specified by:
          +
          keySet in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          values

          +
          public Collection<V> values()
          +
          Returns the values of this map in the same order as keyOrder.
          +
          +
          Specified by:
          +
          values in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          entrySet

          +
          public Set<Map.Entry<K,V>> entrySet()
          +
          Returns the entries of this map in the same order as keyOrder.
          +
          +
          Specified by:
          +
          entrySet in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          equals

          +
          public boolean equals(Object other)
          +
          +
          Specified by:
          +
          equals in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Specified by:
          +
          hashCode in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          size

          +
          public int size()
          +
          +
          Specified by:
          +
          size in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          isEmpty

          +
          public boolean isEmpty()
          +
          +
          Specified by:
          +
          isEmpty in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          containsKey

          +
          public boolean containsKey(Object key)
          +
          +
          Specified by:
          +
          containsKey in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          containsValue

          +
          public boolean containsValue(Object value)
          +
          +
          Specified by:
          +
          containsValue in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          get

          +
          public V get(Object key)
          +
          +
          Specified by:
          +
          get in interface Map<K,V>
          +
          +
        • +
        + + + + + +
          +
        • +

          put

          +
          public V put(K key,
          +             V value)
          +
          +
          Specified by:
          +
          put in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          remove

          +
          public V remove(Object key)
          +
          +
          Specified by:
          +
          remove in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          putAll

          +
          public void putAll(Map<? extends K,? extends V> m)
          +
          +
          Specified by:
          +
          putAll in interface Map<K,V>
          +
          +
        • +
        + + + +
          +
        • +

          clear

          +
          public void clear()
          +
          +
          Specified by:
          +
          clear in interface Map<K,V>
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/common/MatDataTypes.html b/javadoc/3.1.1/com/jmatio/common/MatDataTypes.html new file mode 100644 index 0000000..32b331c --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/common/MatDataTypes.html @@ -0,0 +1,784 @@ + + + + + +MatDataTypes (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.common
    +

    Class MatDataTypes

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatDataTypes
      +extends Object
      +
      MAT-file data types
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/common/package-frame.html b/javadoc/3.1.1/com/jmatio/common/package-frame.html new file mode 100644 index 0000000..fb7c3a7 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/common/package-frame.html @@ -0,0 +1,21 @@ + + + + + +com.jmatio.common (matfilerw 3.1.1 API) + + + + + +

    com.jmatio.common

    + + + diff --git a/javadoc/3.1.1/com/jmatio/common/package-summary.html b/javadoc/3.1.1/com/jmatio/common/package-summary.html new file mode 100644 index 0000000..50cef41 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/common/package-summary.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.common (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Package com.jmatio.common

    +
    +
    +
      +
    • + + + + + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      DeterministicKeyMap<K,V> +
      A map implementation which guarantees that all of its iterators + (keySet(), values(), and entrySet()) will be in the same order + as the keyOrder set which is passed in the constructor.
      +
      MatDataTypes +
      MAT-file data types
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/common/package-tree.html b/javadoc/3.1.1/com/jmatio/common/package-tree.html new file mode 100644 index 0000000..3e57755 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/common/package-tree.html @@ -0,0 +1,138 @@ + + + + + +com.jmatio.common Class Hierarchy (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.common

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/common/util/MLArrayQuery.html b/javadoc/3.1.1/com/jmatio/common/util/MLArrayQuery.html new file mode 100644 index 0000000..b81d612 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/common/util/MLArrayQuery.html @@ -0,0 +1,333 @@ + + + + + +MLArrayQuery (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.common.util
    +

    Class MLArrayQuery

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLArrayQuery
      +extends Object
      +
      The JMatIO query parser. Allows to use Matlab-like syntax to access MLArray objects. +

      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLArrayQuery

          +
          public MLArrayQuery(String queryString)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          q

          +
          public static Object q(MLArray array,
          +                       String query)
          +
          +
          Parameters:
          +
          array -
          +
          query -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          query

          +
          public Object query(MLArray array)
          +
          Parses the query string and returns the object it refers to.
          +
          +
          Parameters:
          +
          array - source MLArray
          +
          Returns:
          +
          query result
          +
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public Object getContent(MLArray array,
          +                         int m,
          +                         int n)
          +
          Returns the content of the field/cell/object.
          +
          +
          Parameters:
          +
          array - the parent structure/cell
          +
          m - column or -1
          +
          n - row or -1
          +
          Returns:
          +
          if both m and n are -1, returns MLArray, if n is -1, returns + content under index m, if both m and n are not-negative, returns + content of (m,n)
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/common/util/package-frame.html b/javadoc/3.1.1/com/jmatio/common/util/package-frame.html new file mode 100644 index 0000000..f0a41d2 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/common/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + +com.jmatio.common.util (matfilerw 3.1.1 API) + + + + + +

    com.jmatio.common.util

    +
    +

    Classes

    + +
    + + diff --git a/javadoc/3.1.1/com/jmatio/common/util/package-summary.html b/javadoc/3.1.1/com/jmatio/common/util/package-summary.html new file mode 100644 index 0000000..73e5a9b --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/common/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + +com.jmatio.common.util (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Package com.jmatio.common.util

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      MLArrayQuery +
      The JMatIO query parser.
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/common/util/package-tree.html b/javadoc/3.1.1/com/jmatio/common/util/package-tree.html new file mode 100644 index 0000000..9b61a2d --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/common/util/package-tree.html @@ -0,0 +1,137 @@ + + + + + +com.jmatio.common.util Class Hierarchy (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.common.util

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/MatFile.html b/javadoc/3.1.1/com/jmatio/io/MatFile.html new file mode 100644 index 0000000..41b6c36 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/MatFile.html @@ -0,0 +1,381 @@ + + + + + +MatFile (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFile

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFile
      +extends Object
      +
      MatFileReader's API is vague. Do you pass a file in the constructor + or the read method? It also limits your ability to partially parse + a section of code, such as the case where you have a MAT-file without + a header +

      + MatFile is a value class which presents a simplified API for parsing either a + ByteBuffer or a RandomAccessFile.

      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/MatFileFilter.html b/javadoc/3.1.1/com/jmatio/io/MatFileFilter.html new file mode 100644 index 0000000..e6b1fbe --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/MatFileFilter.html @@ -0,0 +1,345 @@ + + + + + +MatFileFilter (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileFilter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileFilter
      +extends Object
      +
      File filter. + + This class is used to tell MatFileReader which matrices + should be processed. This is useful when operating on big MAT-files, + when there's no need to load all arrays into memory. + + Usage: +
      
      + //create new filter instance
      + MatFileFilter filter = new MatFileFilter();
      + //add a needle
      + filter.addArrayName( "your_array_name" );
      + 
      + //read array form file (haystack) looking _only_ for pecified array (needle)
      + MatFileReader mfr = new MatFileReader( fileName, filter );
      + 
      +
      +
      See Also:
      +
      MatFileReader
      +
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileFilter

          +
          public MatFileFilter()
          +
          Creates empty filter intance. + + Note: empty filter acceps all results.
          +
        • +
        + + + +
          +
        • +

          MatFileFilter

          +
          public MatFileFilter(String[] names)
          +
          Create filter intance and add array names.
          +
          +
          Parameters:
          +
          names - - array of names (needles)
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          addArrayName

          +
          public void addArrayName(String name)
          +
          Add array name to the filter. This array will be processed + while crawling thourg the MAT-file
          +
          +
          Parameters:
          +
          name - - array name (needle)
          +
          +
        • +
        + + + +
          +
        • +

          matches

          +
          public boolean matches(String name)
          +
          Test if given name matches the filter.
          +
          +
          Parameters:
          +
          name - - array name to be tested
          +
          Returns:
          +
          - true if array (matrix) of this name should be processed
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/MatFileHeader.html b/javadoc/3.1.1/com/jmatio/io/MatFileHeader.html new file mode 100644 index 0000000..fcc309b --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/MatFileHeader.html @@ -0,0 +1,491 @@ + + + + + +MatFileHeader (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileHeader

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileHeader
      +extends Object
      +
      MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + + + + + +
          +
        • +

          DEFAULT_ENDIAN

          +
          public static final ByteOrder DEFAULT_ENDIAN
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileHeader

          +
          public MatFileHeader(String description,
          +                     int version,
          +                     ByteOrder byteOrder)
          +
          New MAT-file header
          +
          +
          Parameters:
          +
          description - - descriptive text (no longer than 116 characters)
          +
          version - - by default is set to 0x0100
          +
          endianIndicator - - byte array size of 2 indicating byte-swapping requirement
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          parseFrom

          +
          public static MatFileHeader parseFrom(String description,
          +                                      byte[] bversion,
          +                                      byte[] endianIndicator)
          +
          Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
          +
          +
          Parameters:
          +
          description - - descriptive test
          +
          bversion - - 2-byte array containing the version (raw from a MAT-File)
          +
          endianIndicator - - 2-byte array containing the endian indicator (raw from a MAT-File(
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          parseByteOrder

          +
          public static ByteOrder parseByteOrder(byte[] endianIndicator)
          +
          Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
          +
          +
          Parameters:
          +
          endianIndicator - 2-byte long array holding the endian indicator
          +
          +
        • +
        + + + +
          +
        • +

          getDescription

          +
          public String getDescription()
          +
          Gets descriptive text
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getEndianIndicator

          +
          public byte[] getEndianIndicator()
          +
          Gets endian indicator. Bytes written as "MI" suggest that byte-swapping operation is required + in order to interpret data correctly. If value is set to "IM" byte-swapping is not needed.
          +
          +
          Returns:
          +
          - a byte array size of 2
          +
          +
        • +
        + + + +
          +
        • +

          getVersion

          +
          public int getVersion()
          +
          When creating a MAT-file, set version to 0x0100
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          createHeader

          +
          public static MatFileHeader createHeader()
          +
          A factory. Creates new MatFileHeader instance with default header values: +
            +
          • MAT-file is 5.0 version
          • +
          • version is set to 0x0100
          • +
          • no byte-swapping ("IM")
          • +
          +
          +
          Returns:
          +
          - new MatFileHeader instance
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getByteOrder

          +
          public ByteOrder getByteOrder()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/3.1.1/com/jmatio/io/MatFileIncrementalWriter.html new file mode 100644 index 0000000..9298bad --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/MatFileIncrementalWriter.html @@ -0,0 +1,412 @@ + + + + + +MatFileIncrementalWriter (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileIncrementalWriter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileIncrementalWriter
      +extends Object
      +
      MAT-file Incremental writer. + + An updated writer which allows adding variables incrementally + for the life of the writer. This is necessary to allow large + variables to be written without having to hold onto then longer + than is necessary. + + The writer internally maintains a list of the variable names + it has written so far, and will throw an exception if the same + variable name is submitted more than once to the same reader. + + Usage: +
      
      + //1. First create example arrays
      + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
      + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
      + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
      +         
      + //2. write arrays to file
      + MatFileIncrementalWriter writer = new MatFileIncrementalWriter( new File("mat_file.mat"));
      + writer.write(mlDouble);
      + writer.write(mlChar);
      + 
      + writer.close();
      + 
      + 
      + + this is "equal" to Matlab commands: +
      
      + >> double_arr = [ 1 2; 3 4; 5 6];
      + >> char_arr = 'I am dummy';
      + >>
      + >> save('mat_file.mat', 'double_arr');
      + >> save('mat_file.mat', 'char_arr', '-append');
      + 
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(String fileName)
          +                         throws IOException
          +
          Creates a writer to a file given the filename.
          +
          +
          Parameters:
          +
          fileName - - name of ouput file
          +
          Throws:
          +
          IOException
          +
          DataFormatException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(File file)
          +                         throws IOException
          +
          Creats a writer to a file given the File object.
          +
          +
          Parameters:
          +
          file - - an output File
          +
          Throws:
          +
          IOException
          +
          DataFormatException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileIncrementalWriter

          +
          public MatFileIncrementalWriter(WritableByteChannel chan)
          +                         throws IOException
          +
          Creates a writer for a file, given an output channel to the file.. + + Writes MAT-file header and compressed data (miCOMPRESSED).
          +
          +
          Parameters:
          +
          chan - - WritableByteChannel
          +
          data - - Collection of MLArray elements
          +
          Throws:
          +
          IOException
          +
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/MatFileReader.html b/javadoc/3.1.1/com/jmatio/io/MatFileReader.html new file mode 100644 index 0000000..2e0a243 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/MatFileReader.html @@ -0,0 +1,800 @@ + + + + + +MatFileReader (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileReader

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileReader
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(String fileName)
          +              throws FileNotFoundException,
          +                     IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          fileName - the MAT-file path String
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          FileNotFoundException
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(String fileName,
          +                     MatFileFilter filter)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from location given as fileName. + + Results are filtered by MatFileFilter. Arrays that do not meet + filter match condition will not be available in results.
          +
          +
          Parameters:
          +
          fileName - the MAT-file path String
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(File file)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file + from file. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          file - the MAT-file
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(File file,
          +                     MatFileFilter filter,
          +                     MatFileType matType)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. +

          + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

          + Note: this method reads file using the memory mapped file policy, see + notes to #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy)

          +
          +
          Parameters:
          +
          file - the MAT-file
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + + + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(MatFileType matType)
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader()
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(InputStream stream,
          +                     MatFileType type)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. + + This method reads MAT-file without filtering.
          +
          +
          Parameters:
          +
          stream - the MAT-file stream
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        + + + +
          +
        • +

          MatFileReader

          +
          public MatFileReader(InputStream stream,
          +                     MatFileFilter filter,
          +                     MatFileType type)
          +              throws IOException
          +
          Creates instance of MatFileReader and reads MAT-file from + file. +

          + Results are filtered by MatFileFilter. Arrays that do not + meet filter match condition will not be available in results. +

          + Note: this method reads file using the memory mapped file policy, see + notes to + #read(File, MatFileFilter, com.jmatio.io.MatFileReader.MallocPolicy) +

          +
          +
          Parameters:
          +
          stream - the MAT-file stream
          +
          MatFileFilter - array name filter.
          +
          Throws:
          +
          IOException - when error occurred while processing the file.
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(File file)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls + read(file, new MatFileFilter(), MallocPolicy.MEMORY_MAPPED_FILE).

          +
          +
          Parameters:
          +
          file - a valid MAT-file file to be read
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(InputStream stream)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls read(stream, new MatFileFilter()).

          +
          +
          Parameters:
          +
          stream - a valid MAT-file stream to be read
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(File file,
          +                                int policy)
          +                         throws IOException
          +
          Reads the content of a MAT-file and returns the mapped content. +

          + This method calls + read(file, new MatFileFilter(), policy).

          +
          +
          Parameters:
          +
          file - a valid MAT-file file to be read
          +
          policy - the file memory allocation policy
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          +
        • +
        + + + + + + + + + + + +
          +
        • +

          read

          +
          public Map<String,MLArray> read(InputStream stream,
          +                                MatFileFilter filter)
          +                         throws IOException
          +
          Read a mat file from a stream. Internally this will read the stream fully + into memory before parsing it.
          +
          +
          Parameters:
          +
          stream - a valid MAT-file stream to be read
          +
          filter - the array filter applied during reading
          +
          Returns:
          +
          the same as getContent()
          +
          Throws:
          +
          IOException - if error occurs during file processing
          +
          See Also:
          +
          MatFileFilter
          +
          +
        • +
        + + + +
          +
        • +

          getMatFileHeader

          +
          public MatFileHeader getMatFileHeader()
          +
          Gets MAT-file header
          +
          +
          Returns:
          +
          - a MatFileHeader object
          +
          +
        • +
        + + + +
          +
        • +

          getData

          +
          public ArrayList<MLArray> getData()
          +
          Deprecated. use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
          +
          Returns list of MLArray objects that were inside MAT-file
          +
          +
          Returns:
          +
          - a ArrayList
          +
          +
        • +
        + + + +
          +
        • +

          getMLArray

          +
          public MLArray getMLArray(String name)
          +
          Returns the value to which the red file maps the specified array name. + + Returns null if the file contains no content for this name.
          +
          +
          Parameters:
          +
          - - array name
          +
          Returns:
          +
          - the MLArray to which this file maps the specified name, + or null if the file contains no content for this name.
          +
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public Map<String,MLArray> getContent()
          +
          Returns a map of MLArray objects that were inside MAT-file. + + MLArrays are mapped with MLArrays' names
          +
          +
          Returns:
          +
          - a Map of MLArrays mapped with their names.
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/MatFileType.html b/javadoc/3.1.1/com/jmatio/io/MatFileType.html new file mode 100644 index 0000000..4e9dbe2 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/MatFileType.html @@ -0,0 +1,342 @@ + + + + + +MatFileType (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Enum MatFileType

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Enum Constant Detail

        + + + +
          +
        • +

          Regular

          +
          public static final MatFileType Regular
          +
        • +
        + + + +
          +
        • +

          ReducedHeader

          +
          public static final MatFileType ReducedHeader
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          values

          +
          public static MatFileType[] values()
          +
          Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
          +for (MatFileType c : MatFileType.values())
          +    System.out.println(c);
          +
          +
          +
          Returns:
          +
          an array containing the constants of this enum type, in the order they are declared
          +
          +
        • +
        + + + +
          +
        • +

          valueOf

          +
          public static MatFileType valueOf(String name)
          +
          Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
          +
          +
          Parameters:
          +
          name - the name of the enum constant to be returned.
          +
          Returns:
          +
          the enum constant with the specified name
          +
          Throws:
          +
          IllegalArgumentException - if this enum type has no constant with the specified name
          +
          NullPointerException - if the argument is null
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/MatFileWriter.html b/javadoc/3.1.1/com/jmatio/io/MatFileWriter.html new file mode 100644 index 0000000..780e5b2 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/MatFileWriter.html @@ -0,0 +1,425 @@ + + + + + +MatFileWriter (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatFileWriter

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileWriter
      +extends Object
      +
      MAT-file writer. + + Usage: + +
      + 
      + //1. First create example arrays
      + double[] src = new double[] { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
      + MLDouble mlDouble = new MLDouble( "double_arr", src, 3 );
      + MLChar mlChar = new MLChar( "char_arr", "I am dummy" );
      +
      + //2. write arrays to file
      + ArrayList list = new ArrayList();
      + list.add( mlDouble );
      + list.add( mlChar );
      +
      + new MatFileWriter( "mat_file.mat", list );
      + 
      + 
      + + this is "equal" to Matlab commands: + +
      + 
      + >> double_arr = [ 1 2; 3 4; 5 6];
      + >> char_arr = 'I am dummy';
      + >>
      + >> save('mat_file.mat', 'double_arr', 'char_arr');
      + 
      + +
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          write

          +
          public void write(String filepath,
          +                  Collection<MLArray> data)
          +           throws IOException
          +
          Writes MLArrays into file created from + filepath.
          +
          +
          Parameters:
          +
          filepath - the absolute file path of a MAT-file to which data is written
          +
          data - the collection of MLArray objects
          +
          Throws:
          +
          IOException - if error occurred during MAT-file writing
          +
          +
        • +
        + + + +
          +
        • +

          write

          +
          public void write(File file,
          +                  Collection<MLArray> data)
          +           throws IOException
          +
          Writes MLArrays into File
          +
          +
          Parameters:
          +
          file - the MAT-file to which data is written
          +
          data - the collection of MLArray objects
          +
          Throws:
          +
          IOException - if error occurred during MAT-file writing
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/MatlabIOException.html b/javadoc/3.1.1/com/jmatio/io/MatlabIOException.html new file mode 100644 index 0000000..7fc94af --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/MatlabIOException.html @@ -0,0 +1,268 @@ + + + + + +MatlabIOException (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class MatlabIOException

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatlabIOException

          +
          public MatlabIOException(String s)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/SimulinkDecoder.html b/javadoc/3.1.1/com/jmatio/io/SimulinkDecoder.html new file mode 100644 index 0000000..7e89d21 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/SimulinkDecoder.html @@ -0,0 +1,295 @@ + + + + + +SimulinkDecoder (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io
    +

    Class SimulinkDecoder

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Closeable, AutoCloseable
      +
      +
      +
      +
      public class SimulinkDecoder
      +extends InputStream
      +
      This class decodes the Simulink base64 representation of a MAT file.
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/package-frame.html b/javadoc/3.1.1/com/jmatio/io/package-frame.html new file mode 100644 index 0000000..d2585c4 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/package-frame.html @@ -0,0 +1,34 @@ + + + + + +com.jmatio.io (matfilerw 3.1.1 API) + + + + + +

    com.jmatio.io

    + + + diff --git a/javadoc/3.1.1/com/jmatio/io/package-summary.html b/javadoc/3.1.1/com/jmatio/io/package-summary.html new file mode 100644 index 0000000..a174d80 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/package-summary.html @@ -0,0 +1,215 @@ + + + + + +com.jmatio.io (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Package com.jmatio.io

    +
    +
    +
      +
    • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      MatFile +
      MatFileReader's API is vague.
      +
      MatFileFilter +
      File filter.
      +
      MatFileHeader +
      MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
      +
      MatFileIncrementalWriter +
      MAT-file Incremental writer.
      +
      MatFileReader 
      MatFileWriter +
      MAT-file writer.
      +
      SimulinkDecoder +
      This class decodes the Simulink base64 representation of a MAT file.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Enum Summary 
      EnumDescription
      MatFileType +
      Describes the type of Mat file.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Exception Summary 
      ExceptionDescription
      MatlabIOException +
      MAT-file reader/writer exception
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/package-tree.html b/javadoc/3.1.1/com/jmatio/io/package-tree.html new file mode 100644 index 0000000..d006d80 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/package-tree.html @@ -0,0 +1,172 @@ + + + + + +com.jmatio.io Class Hierarchy (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.io

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Enum Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/3.1.1/com/jmatio/io/stream/BufferedOutputStream.html new file mode 100644 index 0000000..dc90533 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/stream/BufferedOutputStream.html @@ -0,0 +1,314 @@ + + + + + +BufferedOutputStream (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class BufferedOutputStream

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/3.1.1/com/jmatio/io/stream/ByteBufferInputStream.html new file mode 100644 index 0000000..5fbe229 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/stream/ByteBufferInputStream.html @@ -0,0 +1,320 @@ + + + + + +ByteBufferInputStream (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class ByteBufferInputStream

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/3.1.1/com/jmatio/io/stream/HeapBufferDataOutputStream.html new file mode 100644 index 0000000..33a421b --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -0,0 +1,372 @@ + + + + + +HeapBufferDataOutputStream (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class HeapBufferDataOutputStream

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          HeapBufferDataOutputStream

          +
          public HeapBufferDataOutputStream()
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/3.1.1/com/jmatio/io/stream/MatFileInputStream.html new file mode 100644 index 0000000..c0e7664 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/stream/MatFileInputStream.html @@ -0,0 +1,404 @@ + + + + + +MatFileInputStream (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.io.stream
    +

    Class MatFileInputStream

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MatFileInputStream
      +extends Object
      +
      MAT-file input stream class.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MatFileInputStream

          +
          public MatFileInputStream(ByteBuffer buf,
          +                          int type)
          +
          Attach MAT-file input stream to InputStream
          +
          +
          Parameters:
          +
          is - - input stream
          +
          type - - type of data in the stream
          +
          See Also:
          +
          MatDataTypes
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          readInt

          +
          public int readInt()
          +            throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to int.
          +
          +
          Returns:
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readChar

          +
          public char readChar()
          +              throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to char.
          +
          +
          Returns:
          +
          - char
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readDouble

          +
          public double readDouble()
          +                  throws IOException
          +
          Reads data (number of bytes red is determined by data type) + from the stream to double.
          +
          +
          Returns:
          +
          - double
          +
          Throws:
          +
          IOException
          +
          +
        • +
        + + + +
          +
        • +

          readByte

          +
          public byte readByte()
          +
        • +
        + + + + + + + +
          +
        • +

          skip

          +
          public void skip(int padding)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/stream/package-frame.html b/javadoc/3.1.1/com/jmatio/io/stream/package-frame.html new file mode 100644 index 0000000..999ccc3 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/stream/package-frame.html @@ -0,0 +1,23 @@ + + + + + +com.jmatio.io.stream (matfilerw 3.1.1 API) + + + + + +

    com.jmatio.io.stream

    + + + diff --git a/javadoc/3.1.1/com/jmatio/io/stream/package-summary.html b/javadoc/3.1.1/com/jmatio/io/stream/package-summary.html new file mode 100644 index 0000000..41aa85e --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/stream/package-summary.html @@ -0,0 +1,156 @@ + + + + + +com.jmatio.io.stream (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Package com.jmatio.io.stream

    +
    +
    + +
    + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/io/stream/package-tree.html b/javadoc/3.1.1/com/jmatio/io/stream/package-tree.html new file mode 100644 index 0000000..2cd0def --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/io/stream/package-tree.html @@ -0,0 +1,152 @@ + + + + + +com.jmatio.io.stream Class Hierarchy (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.io.stream

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/ByteStorageSupport.html b/javadoc/3.1.1/com/jmatio/types/ByteStorageSupport.html new file mode 100644 index 0000000..a4f3c03 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/ByteStorageSupport.html @@ -0,0 +1,266 @@ + + + + + +ByteStorageSupport (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Interface ByteStorageSupport<T extends Number>

    +
    +
    +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getBytesAllocated

          +
          int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          T buldFromBytes(byte[] bytes)
          +
        • +
        + + + + + +
          +
        • +

          getByteArray

          +
          byte[] getByteArray(T value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          Class<?> getStorageClazz()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLArray.html b/javadoc/3.1.1/com/jmatio/types/MLArray.html new file mode 100644 index 0000000..c25a8f7 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLArray.html @@ -0,0 +1,1232 @@ + + + + + +MLArray (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLArray

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLArray

          +
          public MLArray(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getIndex

          +
          public int getIndex(int... indexes)
          +
          Returns the one-dim index for the multi-dimensional indexes. Compatible with matlab multi-dimensional indexing. + + Note: this performs the same logical function as getIndex, but the indices are computed in column major order + for compatibility with .mat files generated by Matlab.
          +
          +
          Parameters:
          +
          indexes - Length must be same as number of dimensions. Element value must be >= 0 and < dimension size for the corresponding dimension.
          +
          Returns:
          +
          The linear index
          +
          +
        • +
        + + + +
          +
        • +

          getName

          +
          public String getName()
          +
          Gets array name
          +
          +
          Returns:
          +
          - array name
          +
          +
        • +
        + + + +
          +
        • +

          getFlags

          +
          public int getFlags()
          +
        • +
        + + + +
          +
        • +

          getNameToByteArray

          +
          public byte[] getNameToByteArray()
          +
        • +
        + + + +
          +
        • +

          getDimensions

          +
          public int[] getDimensions()
          +
        • +
        + + + +
          +
        • +

          getM

          +
          public int getM()
          +
        • +
        + + + +
          +
        • +

          getN

          +
          public int getN()
          +
        • +
        + + + +
          +
        • +

          getNDimensions

          +
          public int getNDimensions()
          +
        • +
        + + + +
          +
        • +

          getSize

          +
          public int getSize()
          +
        • +
        + + + +
          +
        • +

          getType

          +
          public int getType()
          +
        • +
        + + + +
          +
        • +

          isEmpty

          +
          public boolean isEmpty()
          +
        • +
        + + + +
          +
        • +

          typeToString

          +
          public static final String typeToString(int type)
          +
        • +
        + + + +
          +
        • +

          isCell

          +
          public boolean isCell()
          +
        • +
        + + + +
          +
        • +

          isChar

          +
          public boolean isChar()
          +
        • +
        + + + +
          +
        • +

          isComplex

          +
          public boolean isComplex()
          +
        • +
        + + + +
          +
        • +

          isSparse

          +
          public boolean isSparse()
          +
        • +
        + + + +
          +
        • +

          isStruct

          +
          public boolean isStruct()
          +
        • +
        + + + +
          +
        • +

          isDouble

          +
          public boolean isDouble()
          +
        • +
        + + + +
          +
        • +

          isSingle

          +
          public boolean isSingle()
          +
        • +
        + + + +
          +
        • +

          isInt8

          +
          public boolean isInt8()
          +
        • +
        + + + +
          +
        • +

          isUint8

          +
          public boolean isUint8()
          +
        • +
        + + + +
          +
        • +

          isInt16

          +
          public boolean isInt16()
          +
        • +
        + + + +
          +
        • +

          isUint16

          +
          public boolean isUint16()
          +
        • +
        + + + +
          +
        • +

          isInt32

          +
          public boolean isInt32()
          +
        • +
        + + + +
          +
        • +

          isUint32

          +
          public boolean isUint32()
          +
        • +
        + + + +
          +
        • +

          isInt64

          +
          public boolean isInt64()
          +
        • +
        + + + +
          +
        • +

          isUint64

          +
          public boolean isUint64()
          +
        • +
        + + + +
          +
        • +

          isObject

          +
          public boolean isObject()
          +
        • +
        + + + +
          +
        • +

          isOpaque

          +
          public boolean isOpaque()
          +
        • +
        + + + +
          +
        • +

          isLogical

          +
          public boolean isLogical()
          +
        • +
        + + + +
          +
        • +

          isFunctionObject

          +
          public boolean isFunctionObject()
          +
        • +
        + + + +
          +
        • +

          isUnknown

          +
          public boolean isUnknown()
          +
        • +
        + + + +
          +
        • +

          getIndex

          +
          protected int getIndex(int m,
          +                       int n)
          +
        • +
        + + + + + + + +
          +
        • +

          contentToString

          +
          public String contentToString()
          +
        • +
        + + + +
          +
        • +

          dispose

          +
          public void dispose()
          +
          Clears any memory used by this MLArray. The array cannot be used after this has been called.
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLCell.html b/javadoc/3.1.1/com/jmatio/types/MLCell.html new file mode 100644 index 0000000..7136503 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLCell.html @@ -0,0 +1,414 @@ + + + + + +MLCell (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLCell

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLCell
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLCell

          +
          public MLCell(String name,
          +              int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLCell

          +
          public MLCell(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLChar.html b/javadoc/3.1.1/com/jmatio/types/MLChar.html new file mode 100644 index 0000000..29458f1 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLChar.html @@ -0,0 +1,523 @@ + + + + + +MLChar (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLChar

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLChar
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + + + + + + + + + +
          +
        • +

          MLChar

          +
          public MLChar(String name,
          +              String[] values,
          +              int maxlen)
          +
          Added method to allow initialization of a char array representing + an array of strings.
          +
          +
          Parameters:
          +
          name -
          +
          values -
          +
          maxlen -
          +
          +
        • +
        + + + +
          +
        • +

          MLChar

          +
          public MLChar(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setChar

          +
          public void setChar(char ch,
          +                    int index)
          +
        • +
        + + + +
          +
        • +

          set

          +
          public void set(String value)
          +
          Populates the MLChar with the String value.
          +
          +
          Parameters:
          +
          value - the String value
          +
          +
        • +
        + + + +
          +
        • +

          set

          +
          public void set(String value,
          +                int idx)
          +
          Set one row, specifying the row.
          +
          +
          Parameters:
          +
          value -
          +
          idx -
          +
          +
        • +
        + + + +
          +
        • +

          getChar

          +
          public Character getChar(int m,
          +                         int n)
          +
        • +
        + + + +
          +
        • +

          exportChar

          +
          public Character[] exportChar()
          +
        • +
        + + + +
          +
        • +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
        • +
        + + + +
          +
        • +

          getString

          +
          public String getString(int m)
          +
          Gets the m-th character matrix's row as String.
          +
          +
          Parameters:
          +
          m - - row number
          +
          Returns:
          +
          - String
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLDouble.html b/javadoc/3.1.1/com/jmatio/types/MLDouble.html new file mode 100644 index 0000000..76d3881 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLDouble.html @@ -0,0 +1,532 @@ + + + + + +MLDouble (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLDouble

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                int[] dims)
          +
          Create a MLDouble array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                Double[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                double[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLDouble

          +
          public MLDouble(String name,
          +                double[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Double[] createArray(int m,
          +                            int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public double[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Double buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Double value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Double> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLEmptyArray.html b/javadoc/3.1.1/com/jmatio/types/MLEmptyArray.html new file mode 100644 index 0000000..99b86eb --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLEmptyArray.html @@ -0,0 +1,294 @@ + + + + + +MLEmptyArray (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLEmptyArray

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLEmptyArray
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray()
          +
        • +
        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray(String name)
          +
        • +
        + + + +
          +
        • +

          MLEmptyArray

          +
          public MLEmptyArray(String name,
          +                    int[] dims,
          +                    int type,
          +                    int attributes)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLHandle.html b/javadoc/3.1.1/com/jmatio/types/MLHandle.html new file mode 100644 index 0000000..7441500 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLHandle.html @@ -0,0 +1,323 @@ + + + + + +MLHandle (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLHandle

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLHandle
      +extends MLArray
      +
      We have observed a need for this class in a proprietary model. + It is [not documented in the MAT-File spec](http://stackoverflow.com/questions/36025747/matlab-documentation-on-handle-variables-and-mat-files), + and we can't figure out how to make it happen ourselves. In + the testsuite (`TestHandleClass.m` and `handles.mat`) we have + made our best effort at creating a handle class which triggers + this code, but these test cases do not actually trigger this code. + + Highly experimental until MATLAB releases docs on this behavior.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getClassName

          +
          public String getClassName()
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public MLCell getContent()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLInt16.html b/javadoc/3.1.1/com/jmatio/types/MLInt16.html new file mode 100644 index 0000000..f8616fe --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLInt16.html @@ -0,0 +1,536 @@ + + + + + +MLInt16 (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt16

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxINT16_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               int[] dims)
          +
          Create a MLSingle array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               Short[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of Short, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               short[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt16

          +
          public MLInt16(String name,
          +               short[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of short, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Short[] createArray(int m,
          +                           int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public short[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Short buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Short value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Short> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLInt32.html b/javadoc/3.1.1/com/jmatio/types/MLInt32.html new file mode 100644 index 0000000..5acfa07 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLInt32.html @@ -0,0 +1,535 @@ + + + + + +MLInt32 (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt32

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] dims)
          +
          Create a MLInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               Integer[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt32

          +
          public MLInt32(String name,
          +               int[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Integer[] createArray(int m,
          +                             int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public int[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Integer buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Integer> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Integer value)
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLInt64.html b/javadoc/3.1.1/com/jmatio/types/MLInt64.html new file mode 100644 index 0000000..1227c94 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLInt64.html @@ -0,0 +1,532 @@ + + + + + +MLInt64 (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt64

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               int[] dims)
          +
          Create a MLInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               Long[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               long[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt64

          +
          public MLInt64(String name,
          +               long[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Long[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public long[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Long buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Long> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Long value)
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLInt8.html b/javadoc/3.1.1/com/jmatio/types/MLInt8.html new file mode 100644 index 0000000..034b43a --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLInt8.html @@ -0,0 +1,555 @@ + + + + + +MLInt8 (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLInt8

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              int[] dims,
          +              int type,
          +              int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              int[] dims)
          +
          Create a MLUInt8 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              Byte[] vals,
          +              int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              byte[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLInt8

          +
          public MLInt8(String name,
          +              byte[] vals,
          +              int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Byte[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public byte[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Byte buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Byte value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Byte> getStorageClazz()
          +
        • +
        + + + + + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLJavaObject.html b/javadoc/3.1.1/com/jmatio/types/MLJavaObject.html new file mode 100644 index 0000000..c88cb5f --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLJavaObject.html @@ -0,0 +1,336 @@ + + + + + +MLJavaObject (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLJavaObject

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLJavaObject
      +extends MLArray
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getClassName

          +
          public String getClassName()
          +
        • +
        + + + +
          +
        • +

          getContent

          +
          public ByteBuffer getContent()
          +
        • +
        + + + +
          +
        • +

          instantiateObject

          +
          public Object instantiateObject()
          +                         throws Exception
          +
          Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
          +
          +
          Throws:
          +
          Exception
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLNumericArray.html b/javadoc/3.1.1/com/jmatio/types/MLNumericArray.html new file mode 100644 index 0000000..79d2b81 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLNumericArray.html @@ -0,0 +1,925 @@ + + + + + +MLNumericArray (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLNumericArray<T extends Number>

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLNumericArray

          +
          public MLNumericArray(String name,
          +                      int[] dims,
          +                      int type,
          +                      int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type
          +
          attributes - - array flags
          +
          +
        • +
        + + + + + +
          +
        • +

          MLNumericArray

          +
          public MLNumericArray(String name,
          +                      int type,
          +                      T[] vals,
          +                      int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          type - - array type
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          allocate

          +
          protected void allocate()
          +
        • +
        + + + +
          +
        • +

          zero

          +
          protected abstract T zero()
          +
          Returns the value of "zero" for this type of array.
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public T getReal(int index)
          +
          Gets a single real array element.
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public T getReal(int m,
          +                 int n)
          +
          Gets a single real array element.
          +
        • +
        + + + +
          +
        • +

          getReal

          +
          public T getReal(int... indices)
          +
          Gets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T value,
          +                    int index)
          +
          Sets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T value,
          +                    int m,
          +                    int n)
          +
          Sets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T value,
          +                    int... indices)
          +
          Sets a single real array element.
          +
        • +
        + + + + + +
          +
        • +

          setReal

          +
          public void setReal(T[] vector)
          +
          Sets real part of a matrix.
          +
        • +
        + + + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(T value,
          +                         int index)
          +
          Sets a single imaginary array element.
          +
        • +
        + + + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(T value,
          +                         int m,
          +                         int n)
          +
          Sets a single imaginary array element.
          +
        • +
        + + + + + +
          +
        • +

          setImaginary

          +
          public void setImaginary(T value,
          +                         int... indices)
          +
          Sets a single imaginary array element.
          +
        • +
        + + + +
          +
        • +

          getImaginary

          +
          public T getImaginary(int index)
          +
          Returns the imaginary value at the given index, always 0 for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          getImaginary

          +
          public T getImaginary(int m,
          +                      int n)
          +
          Returns the imaginary value at the given index.
          +
        • +
        + + + +
          +
        • +

          getImaginary

          +
          public T getImaginary(int... indices)
          +
          Returns the imaginary value at the given index.
          +
        • +
        + + + +
          +
        • +

          assertComplex

          +
          protected void assertComplex()
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int index)
          +
          Sets the value at the given index for non-complex arrays.
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int m,
          +                int n)
          +
          Sets the value at the given index for non-complex arrays.
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T value,
          +                int... indices)
          +
          Sets the value at the given index for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int index)
          +
          Returns the value at the given index for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int m,
          +             int n)
          +
          Returns the value at the given index for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          get

          +
          public T get(int... indices)
          +
          Returns the value at the given index for non-complex arrays.
          +
        • +
        + + + + + +
          +
        • +

          set

          +
          public void set(T[] vector)
          +
          Sets the content of this entire array for non-complex arrays.
          +
        • +
        + + + +
          +
        • +

          _get

          +
          protected T _get(ByteBuffer buffer,
          +                 int index)
          +
        • +
        + + + + + +
          +
        • +

          _set

          +
          protected void _set(ByteBuffer buffer,
          +                    T value,
          +                    int index)
          +
        • +
        + + + +
          +
        • +

          putImaginaryByteBuffer

          +
          public void putImaginaryByteBuffer(ByteBuffer buff)
          +
        • +
        + + + +
          +
        • +

          getImaginaryByteBuffer

          +
          public ByteBuffer getImaginaryByteBuffer()
          +
        • +
        + + + +
          +
        • +

          putRealByteBuffer

          +
          public void putRealByteBuffer(ByteBuffer buff)
          +
        • +
        + + + +
          +
        • +

          getRealByteBuffer

          +
          public ByteBuffer getRealByteBuffer()
          +
        • +
        + + + + + + + +
          +
        • +

          equals

          +
          public boolean equals(Object o)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
        • +
        + + + +
          +
        • +

          dispose

          +
          public void dispose()
          +
          Description copied from class: MLArray
          +
          Clears any memory used by this MLArray. The array cannot be used after this has been called.
          +
          +
          Overrides:
          +
          dispose in class MLArray
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLObject.html b/javadoc/3.1.1/com/jmatio/types/MLObject.html new file mode 100644 index 0000000..a48e5b5 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLObject.html @@ -0,0 +1,358 @@ + + + + + +MLObject (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLObject

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLObject
      +extends MLStructureObjectBase
      +
      This class represents Matlab's Object object (object array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLObject

          +
          public MLObject(String name,
          +                String className,
          +                int[] dimensions,
          +                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getClassName

          +
          public String getClassName()
          +
        • +
        + + + +
          +
        • +

          setFields

          +
          public void setFields(int i,
          +                      Map<String,MLArray> structure)
          +
        • +
        + + + +
          +
        • +

          copyFrom

          +
          protected void copyFrom(MLObject obj)
          +
          Only used by MLObjectPlaceholder.
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLSingle.html b/javadoc/3.1.1/com/jmatio/types/MLSingle.html new file mode 100644 index 0000000..cd132fa --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLSingle.html @@ -0,0 +1,411 @@ + + + + + +MLSingle (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLSingle

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLSingle

          +
          public MLSingle(String name,
          +                Float[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLSingle

          +
          public MLSingle(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Float[] createArray(int m,
          +                           int n)
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Float buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Float value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<?> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLSparse.html b/javadoc/3.1.1/com/jmatio/types/MLSparse.html new file mode 100644 index 0000000..1c3a1f2 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLSparse.html @@ -0,0 +1,825 @@ + + + + + +MLSparse (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLSparse

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLSparse

          +
          public MLSparse(String name,
          +                int[] dims,
          +                int attributes,
          +                int nzmax)
          +
          +
          Parameters:
          +
          name -
          +
          dims -
          +
          attributes -
          +
          nzmax -
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + + + + + +
          +
        • +

          getMaxNZ

          +
          public int getMaxNZ()
          +
          Gets maximum number of non-zero values
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getIR

          +
          public int[] getIR()
          +
          Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
          +
        • +
        + + + +
          +
        • +

          getIC

          +
          public int[] getIC()
          +
          Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
          +
        • +
        + + + +
          +
        • +

          getJC

          +
          public int[] getJC()
          +
          Gets column indices. + + jc points to an integer array of length N+1 that contains column index information. + For j, in the range 0<=j<=N, jc[j] is the index in ir and pr (and pi + if it exists) of the first nonzero entry in the jth column and jc[j+1]?????????1 index + of the last nonzero entry. As a result, jc[N] is also equal to nnz, the number + of nonzero entries in the matrix. If nnz is less than nzmax, then more nonzero + entries can be inserted in the array without allocating additional storage
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
        • +

          set

          +
          public void set(Double value,
          +                int m,
          +                int n)
          +
          Description copied from class: MLNumericArray
          +
          Sets the value at the given index for non-complex arrays.
          +
          +
          Overrides:
          +
          set in class MLNumericArray<Double>
          +
          +
        • +
        + + + +
          +
        • +

          set

          +
          public void set(Double value,
          +                int index)
          +
          Description copied from class: MLNumericArray
          +
          Sets the value at the given index for non-complex arrays.
          +
          +
          Overrides:
          +
          set in class MLNumericArray<Double>
          +
          +
        • +
        + + + +
          +
        • +

          get

          +
          public Double get(int m,
          +                  int n)
          +
          Description copied from class: MLNumericArray
          +
          Returns the value at the given index for non-complex arrays.
          +
          +
          Overrides:
          +
          get in class MLNumericArray<Double>
          +
          +
        • +
        + + + + + + + +
          +
        • +

          exportReal

          +
          public Double[] exportReal()
          +
          Returns the real part (PR) array. PR has length number-of-nonzero-values.
          +
          +
          Returns:
          +
          real part
          +
          +
        • +
        + + + +
          +
        • +

          exportImaginary

          +
          public Double[] exportImaginary()
          +
          Returns the imaginary part (PI) array. PI has length number-of-nonzero-values.
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Double buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Double value)
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Double> getStorageClazz()
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLStructure.html b/javadoc/3.1.1/com/jmatio/types/MLStructure.html new file mode 100644 index 0000000..b1f43eb --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLStructure.html @@ -0,0 +1,305 @@ + + + + + +MLStructure (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLStructure

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class MLStructure
      +extends MLStructureObjectBase
      +
      This class represents Matlab's Structure object (structure array). + + Note: array of structures can contain only structures of the same type + , that means structures that have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLStructure

          +
          public MLStructure(String name,
          +                   int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLStructure

          +
          public MLStructure(String name,
          +                   int[] dims,
          +                   int attributes)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLStructureObjectBase.html b/javadoc/3.1.1/com/jmatio/types/MLStructureObjectBase.html new file mode 100644 index 0000000..6606862 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLStructureObjectBase.html @@ -0,0 +1,631 @@ + + + + + +MLStructureObjectBase (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLStructureObjectBase

    +
    +
    + +
    +
      +
    • +
      +
      Direct Known Subclasses:
      +
      MLObject, MLStructure
      +
      +
      +
      +
      public abstract class MLStructureObjectBase
      +extends MLArray
      +
      Base class for MLStructure and MLObject. + + Note: array of structures can contain only structures of the same type + , that means structures must have the same field names.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLStructureObjectBase

          +
          protected MLStructureObjectBase(String name,
          +                                int[] dims,
          +                                int type,
          +                                int attributes)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value)
          +
          Sets field for current structure
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          +
        • +
        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value,
          +                     int m,
          +                     int n)
          +
          Sets field for (m,n)'th structure in struct array
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          m -
          +
          n -
          +
          +
        • +
        + + + +
          +
        • +

          setField

          +
          public void setField(String name,
          +                     MLArray value,
          +                     int index)
          +
          Sets filed for structure described by index in struct array
          +
          +
          Parameters:
          +
          name - - name of the field
          +
          value - - MLArray field value
          +
          index -
          +
          +
        • +
        + + + +
          +
        • +

          getMaxFieldLenth

          +
          public int getMaxFieldLenth()
          +
          Gets the maximum length of field descriptor
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getKeySetToByteArray

          +
          public byte[] getKeySetToByteArray()
          +
          Dumps field names to byte array. Field names are written as Zero End Strings
          +
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getAllFields

          +
          public Collection<MLArray> getAllFields()
          +
          Gets all field from sruct array as flat list of fields.
          +
          +
          Returns:
          +
          +
        • +
        + + + + + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name)
          +
          Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getFields

          +
          public Map<String,MLArray> getFields(int i)
          +
          Returns all the fields for the given index.
          +
        • +
        + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name,
          +                        int m,
          +                        int n)
          +
          Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          m -
          +
          n -
          +
          Returns:
          +
          +
        • +
        + + + +
          +
        • +

          getField

          +
          public MLArray getField(String name,
          +                        int index)
          +
          Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
          +
          +
          Parameters:
          +
          name -
          +
          index -
          +
          Returns:
          +
          value of the field or null if the field doesn't exist
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLUInt16.html b/javadoc/3.1.1/com/jmatio/types/MLUInt16.html new file mode 100644 index 0000000..59a47fe --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLUInt16.html @@ -0,0 +1,358 @@ + + + + + +MLUInt16 (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt16

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                Short[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                short[][] vals)
          +
        • +
        + + + +
          +
        • +

          MLUInt16

          +
          public MLUInt16(String name,
          +                short[] vals,
          +                int m)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLUInt32.html b/javadoc/3.1.1/com/jmatio/types/MLUInt32.html new file mode 100644 index 0000000..0cb09ad --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLUInt32.html @@ -0,0 +1,358 @@ + + + + + +MLUInt32 (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt32

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] vals,
          +                int m)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[] dims)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                int[][] vals)
          +
        • +
        + + + +
          +
        • +

          MLUInt32

          +
          public MLUInt32(String name,
          +                Integer[] vals,
          +                int m)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLUInt64.html b/javadoc/3.1.1/com/jmatio/types/MLUInt64.html new file mode 100644 index 0000000..1003639 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLUInt64.html @@ -0,0 +1,532 @@ + + + + + +MLUInt64 (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt64

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                int[] dims,
          +                int type,
          +                int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                int[] dims)
          +
          Create a MLUInt64 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                Long[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                long[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt64

          +
          public MLUInt64(String name,
          +                long[] vals,
          +                int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Long[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public long[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Long buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Long> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Long value)
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/MLUInt8.html b/javadoc/3.1.1/com/jmatio/types/MLUInt8.html new file mode 100644 index 0000000..97aa7ed --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/MLUInt8.html @@ -0,0 +1,556 @@ + + + + + +MLUInt8 (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class MLUInt8

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               int[] dims,
          +               int type,
          +               int attributes)
          +
          Normally this constructor is used only by MatFileReader and MatFileWriter
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          type - - array type: here mxDOUBLE_CLASS
          +
          attributes - - array flags
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               int[] dims)
          +
          Create a MLUInt8 array with given name, + and dimensions.
          +
          +
          Parameters:
          +
          name - - array name
          +
          dims - - array dimensions
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               Byte[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               byte[][] vals)
          +
          Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - two-dimensional array of values
          +
          +
        • +
        + + + +
          +
        • +

          MLUInt8

          +
          public MLUInt8(String name,
          +               byte[] vals,
          +               int m)
          +
          Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
          +
          +
          Parameters:
          +
          name - - array name
          +
          vals - - One-dimensional array of doubles, packed by columns (ala Fortran).
          +
          m - - Number of rows
          +
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          createArray

          +
          public Byte[] createArray(int m,
          +                          int n)
          +
        • +
        + + + +
          +
        • +

          getArray

          +
          public byte[][] getArray()
          +
          Gets two-dimensional real array.
          +
          +
          Returns:
          +
          - 2D real array
          +
          +
        • +
        + + + +
          +
        • +

          buldFromBytes

          +
          public Byte buldFromBytes(byte[] bytes)
          +
        • +
        + + + +
          +
        • +

          getByteArray

          +
          public byte[] getByteArray(Byte value)
          +
        • +
        + + + +
          +
        • +

          getBytesAllocated

          +
          public int getBytesAllocated()
          +
        • +
        + + + +
          +
        • +

          getStorageClazz

          +
          public Class<Byte> getStorageClazz()
          +
        • +
        + + + +
          +
        • +

          _get

          +
          protected Byte _get(ByteBuffer buffer,
          +                    int index)
          +
          Override to accelerate the performance
          +
          +
          Overrides:
          +
          _get in class MLNumericArray<Byte>
          +
          See Also:
          +
          com.jmatio.types.MLNumericArray#get(java.nio.ByteBuffer, int)
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/Zeros.html b/javadoc/3.1.1/com/jmatio/types/Zeros.html new file mode 100644 index 0000000..34c1252 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/Zeros.html @@ -0,0 +1,238 @@ + + + + + +Zeros (matfilerw 3.1.1 API) + + + + + + + + + + + + +
    +
    com.jmatio.types
    +

    Class Zeros

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class Zeros
      +extends Object
      +
      Singleton implementations of zero for each number type.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Zeros

          +
          public Zeros()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/package-frame.html b/javadoc/3.1.1/com/jmatio/types/package-frame.html new file mode 100644 index 0000000..b868cdd --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/package-frame.html @@ -0,0 +1,45 @@ + + + + + +com.jmatio.types (matfilerw 3.1.1 API) + + + + + +

    com.jmatio.types

    + + + diff --git a/javadoc/3.1.1/com/jmatio/types/package-summary.html b/javadoc/3.1.1/com/jmatio/types/package-summary.html new file mode 100644 index 0000000..2f3f33b --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/package-summary.html @@ -0,0 +1,261 @@ + + + + + +com.jmatio.types (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Package com.jmatio.types

    +
    +
    + +
    + + + + + + diff --git a/javadoc/3.1.1/com/jmatio/types/package-tree.html b/javadoc/3.1.1/com/jmatio/types/package-tree.html new file mode 100644 index 0000000..3143848 --- /dev/null +++ b/javadoc/3.1.1/com/jmatio/types/package-tree.html @@ -0,0 +1,177 @@ + + + + + +com.jmatio.types Class Hierarchy (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Hierarchy For Package com.jmatio.types

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.1/constant-values.html b/javadoc/3.1.1/constant-values.html new file mode 100644 index 0000000..70b89d6 --- /dev/null +++ b/javadoc/3.1.1/constant-values.html @@ -0,0 +1,564 @@ + + + + + +Constant Field Values (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Constant Field Values

    +

    Contents

    + +
    +
    + + +

    com.jmatio.*

    + + + +
    + + + + + + diff --git a/javadoc/3.1.1/deprecated-list.html b/javadoc/3.1.1/deprecated-list.html new file mode 100644 index 0000000..e164ab8 --- /dev/null +++ b/javadoc/3.1.1/deprecated-list.html @@ -0,0 +1,149 @@ + + + + + +Deprecated List (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Deprecated API

    +

    Contents

    + +
    +
    + + +
      +
    • + + + + + + + + + + +
      Deprecated Methods 
      Method and Description
      com.jmatio.io.MatFileReader.getData() +
      use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
      +
      +
    • +
    +
    + + + + + + diff --git a/javadoc/3.1.1/help-doc.html b/javadoc/3.1.1/help-doc.html new file mode 100644 index 0000000..27003d6 --- /dev/null +++ b/javadoc/3.1.1/help-doc.html @@ -0,0 +1,225 @@ + + + + + +API Help (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    How This API Document Is Organized

    +
    This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
    +
    +
    +
      +
    • +

      Overview

      +

      The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

      +
    • +
    • +

      Package

      +

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

      +
        +
      • Interfaces (italic)
      • +
      • Classes
      • +
      • Enums
      • +
      • Exceptions
      • +
      • Errors
      • +
      • Annotation Types
      • +
      +
    • +
    • +

      Class/Interface

      +

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      +
        +
      • Class inheritance diagram
      • +
      • Direct Subclasses
      • +
      • All Known Subinterfaces
      • +
      • All Known Implementing Classes
      • +
      • Class/interface declaration
      • +
      • Class/interface description
      • +
      +
        +
      • Nested Class Summary
      • +
      • Field Summary
      • +
      • Constructor Summary
      • +
      • Method Summary
      • +
      +
        +
      • Field Detail
      • +
      • Constructor Detail
      • +
      • Method Detail
      • +
      +

      Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      +
    • +
    • +

      Annotation Type

      +

      Each annotation type has its own separate page with the following sections:

      +
        +
      • Annotation Type declaration
      • +
      • Annotation Type description
      • +
      • Required Element Summary
      • +
      • Optional Element Summary
      • +
      • Element Detail
      • +
      +
    • +
    • +

      Enum

      +

      Each enum has its own separate page with the following sections:

      +
        +
      • Enum declaration
      • +
      • Enum description
      • +
      • Enum Constant Summary
      • +
      • Enum Constant Detail
      • +
      +
    • +
    • +

      Tree (Class Hierarchy)

      +

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

      +
        +
      • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
      • +
      • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
      • +
      +
    • +
    • +

      Deprecated API

      +

      The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

      +
    • +
    • +

      Index

      +

      The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

      +
    • +
    • +

      Prev/Next

      +

      These links take you to the next or previous class, interface, package, or related page.

      +
    • +
    • +

      Frames/No Frames

      +

      These links show and hide the HTML frames. All pages are available with or without frames.

      +
    • +
    • +

      All Classes

      +

      The All Classes link shows all classes and interfaces except non-static nested types.

      +
    • +
    • +

      Serialized Form

      +

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

      +
    • +
    • +

      Constant Field Values

      +

      The Constant Field Values page lists the static final fields and their values.

      +
    • +
    +This help file applies to API documentation generated using the standard doclet.
    + + + + + + diff --git a/javadoc/3.1.1/index-all.html b/javadoc/3.1.1/index-all.html new file mode 100644 index 0000000..5266aa5 --- /dev/null +++ b/javadoc/3.1.1/index-all.html @@ -0,0 +1,1561 @@ + + + + + +Index (matfilerw 3.1.1 API) + + + + + + + + + + + +
    A B C D E G H I K M N P Q R S T V W Z _  + + +

    A

    +
    +
    addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
    +
    +
    Add array name to the filter.
    +
    +
    allocate() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    allocate() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    assertComplex() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    attributes - Variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    B

    +
    +
    buffer() - Method in class com.jmatio.io.stream.BufferedOutputStream
    +
    +
    Returns the backing ByteBuffer
    +
    +
    BufferedOutputStream - Class in com.jmatio.io.stream
    +
     
    +
    BufferedOutputStream() - Constructor for class com.jmatio.io.stream.BufferedOutputStream
    +
     
    +
    buldFromBytes(byte[]) - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    buldFromBytes(byte[]) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    ByteBufferInputStream - Class in com.jmatio.io.stream
    +
     
    +
    ByteBufferInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    ByteStorageSupport<T extends Number> - Interface in com.jmatio.types
    +
     
    +
    + + + +

    C

    +
    +
    cells() - Method in class com.jmatio.types.MLCell
    +
     
    +
    CHARSET - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    close() - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
     
    +
    com.jmatio.common - package com.jmatio.common
    +
     
    +
    com.jmatio.common.util - package com.jmatio.common.util
    +
     
    +
    com.jmatio.io - package com.jmatio.io
    +
     
    +
    com.jmatio.io.stream - package com.jmatio.io.stream
    +
     
    +
    com.jmatio.types - package com.jmatio.types
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLArray
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLCell
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLChar
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    contentToString() - Method in class com.jmatio.types.MLStructureObjectBase
    +
     
    +
    copyFrom(MLObject) - Method in class com.jmatio.types.MLObject
    +
    +
    Only used by MLObjectPlaceholder.
    +
    +
    createArray(int, int) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    createArray(int, int) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    createHeader() - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    A factory.
    +
    +
    currentIndex - Variable in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Current structure pointer for bulk insert
    +
    +
    + + + +

    D

    +
    +
    DEFAULT_ENDIAN - Static variable in class com.jmatio.io.MatFileHeader
    +
     
    +
    DEFAULT_NAME - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    DEFAULT_VERSION - Static variable in class com.jmatio.io.MatFileHeader
    +
     
    +
    DeterministicKeyMap<K,V> - Class in com.jmatio.common
    +
    +
    A map implementation which guarantees that all of its iterators + (keySet(), values(), and entrySet()) will be in the same order + as the keyOrder set which is passed in the constructor.
    +
    +
    DeterministicKeyMap(Set<K>, Map<K, V>) - Constructor for class com.jmatio.common.DeterministicKeyMap
    +
     
    +
    dims - Variable in class com.jmatio.types.MLArray
    +
     
    +
    DIRECT_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    dispose() - Method in class com.jmatio.types.MLArray
    +
    +
    Clears any memory used by this MLArray.
    +
    +
    dispose() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    + + + +

    E

    +
    +
    entrySet() - Method in class com.jmatio.common.DeterministicKeyMap
    +
    +
    Returns the entries of this map in the same order as keyOrder.
    +
    +
    equals(Object) - Method in class com.jmatio.common.DeterministicKeyMap
    +
     
    +
    equals(Object) - Method in class com.jmatio.types.MLChar
    +
     
    +
    equals(Object) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    exportChar() - Method in class com.jmatio.types.MLChar
    +
     
    +
    exportImaginary() - Method in class com.jmatio.types.MLSparse
    +
    +
    Returns the imaginary part (PI) array.
    +
    +
    exportReal() - Method in class com.jmatio.types.MLSparse
    +
    +
    Returns the real part (PR) array.
    +
    +
    + + + +

    G

    +
    +
    get(int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    get(int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    get(int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value at the given index for non-complex arrays.
    +
    +
    get(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value at the given index for non-complex arrays.
    +
    +
    get(int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value at the given index for non-complex arrays.
    +
    +
    get(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    get(int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getAllFields() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets all field from sruct array as flat list of fields.
    +
    +
    getArray() - Method in class com.jmatio.types.MLDouble
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt16
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt32
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt64
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLInt8
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLUInt64
    +
    +
    Gets two-dimensional real array.
    +
    +
    getArray() - Method in class com.jmatio.types.MLUInt8
    +
    +
    Gets two-dimensional real array.
    +
    +
    getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getByteArray(Double) - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getByteArray(Short) - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getByteArray(Long) - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getByteArray(Float) - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getByteArray(Double) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getByteBuffer() - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    getByteOrder() - Method in class com.jmatio.io.MatFileHeader
    +
     
    +
    getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getChar(int, int) - Method in class com.jmatio.types.MLChar
    +
     
    +
    getClassName() - Method in class com.jmatio.types.MLHandle
    +
     
    +
    getClassName() - Method in class com.jmatio.types.MLJavaObject
    +
     
    +
    getClassName() - Method in class com.jmatio.types.MLObject
    +
     
    +
    getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
    +
    +
    Returns the content of the field/cell/object.
    +
    +
    getContent() - Method in class com.jmatio.io.MatFile
    +
     
    +
    getContent() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Returns a map of MLArray objects that were inside MAT-file.
    +
    +
    getContent() - Method in class com.jmatio.types.MLHandle
    +
     
    +
    getContent() - Method in class com.jmatio.types.MLJavaObject
    +
     
    +
    getData() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Deprecated. +
    use getContent which returns a Map to provide + easier access to MLArrays contained in MAT-file
    +
    +
    +
    getDescription() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    Gets descriptive text
    +
    +
    getDimensions() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getEndianIndicator() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    Gets endian indicator.
    +
    +
    getField(String) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from current struct + in struct array or null if the field doesn't exist.
    +
    +
    getField(String, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from (m,n)'th struct + in struct array or null if the field doesn't exist.
    +
    +
    getField(String, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets a value of the field described by name from index'th struct + in struct array or null if the field doesn't exist.
    +
    +
    getFieldNames() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Returns the Collection of keys for this structure.
    +
    +
    getFields(int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Returns all the fields for the given index.
    +
    +
    getFlags() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getHeader() - Method in class com.jmatio.io.MatFile
    +
     
    +
    getIC() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets column indices + + ic points to an integer array of length nzmax containing the column indices of + the corresponding elements in pr and pi.
    +
    +
    getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the imaginary value at the given index, always 0 for non-complex arrays.
    +
    +
    getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the imaginary value at the given index.
    +
    +
    getImaginary(int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the imaginary value at the given index.
    +
    +
    getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getImaginary(int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    getIndex(int...) - Method in class com.jmatio.types.MLArray
    +
    +
    Returns the one-dim index for the multi-dimensional indexes.
    +
    +
    getIndex(int, int) - Method in class com.jmatio.types.MLArray
    +
     
    +
    getIndex(int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    getIR() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets row indices + + ir points to an integer array of length nzmax containing the row indices of + the corresponding elements in pr and pi.
    +
    +
    getJC() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets column indices.
    +
    +
    getKeySetToByteArray() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Dumps field names to byte array.
    +
    +
    getM() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
    +
    +
    Gets MAT-file header
    +
    +
    getMaxFieldLenth() - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Gets the maximum length of field descriptor
    +
    +
    getMaxNZ() - Method in class com.jmatio.types.MLSparse
    +
    +
    Gets maximum number of non-zero values
    +
    +
    getMLArray(String) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Returns the value to which the red file maps the specified array name.
    +
    +
    getN() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getName() - Method in class com.jmatio.types.MLArray
    +
    +
    Gets array name
    +
    +
    getNameToByteArray() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getNDimensions() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getReal(int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Gets a single real array element.
    +
    +
    getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Gets a single real array element.
    +
    +
    getReal(int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Gets a single real array element.
    +
    +
    getReal(int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getReal(int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    getSize() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    getStorageClazz() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    getString(int) - Method in class com.jmatio.types.MLChar
    +
    +
    Gets the m-th character matrix's row as String.
    +
    +
    getType() - Method in class com.jmatio.types.MLArray
    +
     
    +
    getVersion() - Method in class com.jmatio.io.MatFileHeader
    +
    +
    When creating a MAT-file, set version to 0x0100
    +
    +
    + + + +

    H

    +
    +
    hashCode() - Method in class com.jmatio.common.DeterministicKeyMap
    +
     
    +
    hashCode() - Method in class com.jmatio.types.MLChar
    +
     
    +
    hashCode() - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    HEAP_BYTE_BUFFER - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    HeapBufferDataOutputStream - Class in com.jmatio.io.stream
    +
     
    +
    HeapBufferDataOutputStream() - Constructor for class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    + + + +

    I

    +
    +
    instantiateObject() - Method in class com.jmatio.types.MLJavaObject
    +
    +
    Attempts to instantiate the Java Object, and all kinds of stuff can go wrong.
    +
    +
    isCell() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isChar() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isComplex() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isDouble() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isEmpty() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isFunctionObject() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt16() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt32() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt64() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isInt8() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isLogical() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isObject() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isOpaque() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isSingle() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isSparse() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isStruct() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint16() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint32() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint64() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUint8() - Method in class com.jmatio.types.MLArray
    +
     
    +
    isUnknown() - Method in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    K

    +
    +
    keys - Variable in class com.jmatio.types.MLStructureObjectBase
    +
    +
    A Set that keeps structure field names
    +
    +
    keySet() - Method in class com.jmatio.common.DeterministicKeyMap
    +
    +
    Returns the keyset of this map in the same order as keyOrder.
    +
    +
    + + + +

    M

    +
    +
    matches(String) - Method in class com.jmatio.io.MatFileFilter
    +
    +
    Test if given name matches the filter.
    +
    +
    MatDataTypes - Class in com.jmatio.common
    +
    +
    MAT-file data types
    +
    +
    MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
    +
     
    +
    MatFile - Class in com.jmatio.io
    +
    +
    MatFileReader's API is vague.
    +
    +
    MatFile(MatFileHeader, Map<String, MLArray>) - Constructor for class com.jmatio.io.MatFile
    +
     
    +
    MatFileFilter - Class in com.jmatio.io
    +
    +
    File filter.
    +
    +
    MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
    +
    +
    Creates empty filter intance.
    +
    +
    MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
    +
    +
    Create filter intance and add array names.
    +
    +
    MatFileHeader - Class in com.jmatio.io
    +
    +
    MAT-file header + + Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field + and two, 16-bit flag fields
    +
    +
    MatFileHeader(String, int, ByteOrder) - Constructor for class com.jmatio.io.MatFileHeader
    +
    +
    New MAT-file header
    +
    +
    MatFileIncrementalWriter - Class in com.jmatio.io
    +
    +
    MAT-file Incremental writer.
    +
    +
    MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creates a writer to a file given the filename.
    +
    +
    MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creats a writer to a file given the File object.
    +
    +
    MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Creates a writer for a file, given an output channel to the file..
    +
    +
    MatFileInputStream - Class in com.jmatio.io.stream
    +
    +
    MAT-file input stream class.
    +
    +
    MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Attach MAT-file input stream to InputStream
    +
    +
    MatFileReader - Class in com.jmatio.io
    +
     
    +
    MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
    +
    +
    MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from location given as fileName.
    +
    +
    MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file + from file.
    +
    +
    MatFileReader(File, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader(MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
    +
     
    +
    MatFileReader(InputStream, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileReader(InputStream, MatFileFilter, MatFileType) - Constructor for class com.jmatio.io.MatFileReader
    +
    +
    Creates instance of MatFileReader and reads MAT-file from + file.
    +
    +
    MatFileType - Enum in com.jmatio.io
    +
    +
    Describes the type of Mat file.
    +
    +
    MatFileWriter - Class in com.jmatio.io
    +
    +
    MAT-file writer.
    +
    +
    MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Creates the new MatFileWriter instance
    +
    +
    MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into file given by fileName.
    +
    +
    MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into File.
    +
    +
    MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into OuputSteram.
    +
    +
    MatlabIOException - Exception in com.jmatio.io
    +
    +
    MAT-file reader/writer exception
    +
    +
    MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
    +
     
    +
    MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
    +
     
    +
    miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
    +
     
    +
    MLArray - Class in com.jmatio.types
    +
     
    +
    MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
    +
     
    +
    MLArrayQuery - Class in com.jmatio.common.util
    +
    +
    The JMatIO query parser.
    +
    +
    MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
    +
     
    +
    MLCell - Class in com.jmatio.types
    +
     
    +
    MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
    +
     
    +
    MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
    +
     
    +
    MLChar - Class in com.jmatio.types
    +
     
    +
    MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Creates the 1 x String.length() MLChar from the given + String.
    +
    +
    MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Create the MLChar from array of Strings.
    +
    +
    MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
    +
    +
    Added method to allow initialization of a char array representing + an array of strings.
    +
    +
    MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
    +
     
    +
    MLDouble - Class in com.jmatio.types
    +
    +
    Class represents Double array (matrix)
    +
    +
    MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Create a MLDouble array with given name, + and dimensions.
    +
    +
    MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Double[]
    +
    +
    MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLEmptyArray - Class in com.jmatio.types
    +
     
    +
    MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
    +
     
    +
    MLHandle - Class in com.jmatio.types
    +
    +
    We have observed a need for this class in a proprietary model.
    +
    +
    MLHandle(String, String, MLCell) - Constructor for class com.jmatio.types.MLHandle
    +
     
    +
    MLInt16 - Class in com.jmatio.types
    +
    +
    Class represents Int16 array (matrix)
    +
    +
    MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Create a MLSingle array with given name, + and dimensions.
    +
    +
    MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from double[][] + + Note: array is converted to Short[]
    +
    +
    MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt32 - Class in com.jmatio.types
    +
     
    +
    MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Create a MLInt64 array with given name, + and dimensions.
    +
    +
    MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt64 - Class in com.jmatio.types
    +
    +
    Class represents Int64 (long) array (matrix)
    +
    +
    MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Create a MLInt64 array with given name, + and dimensions.
    +
    +
    MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLInt8 - Class in com.jmatio.types
    +
     
    +
    MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Create a MLUInt8 array with given name, + and dimensions.
    +
    +
    MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLJavaObject - Class in com.jmatio.types
    +
     
    +
    MLJavaObject(String, String, MLNumericArray) - Constructor for class com.jmatio.types.MLJavaObject
    +
     
    +
    MLNumericArray<T extends Number> - Class in com.jmatio.types
    +
     
    +
    MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLObject - Class in com.jmatio.types
    +
    +
    This class represents Matlab's Object object (object array).
    +
    +
    MLObject(String, String, int[], int) - Constructor for class com.jmatio.types.MLObject
    +
     
    +
    MLSingle - Class in com.jmatio.types
    +
     
    +
    MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
    +
     
    +
    MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
    +
     
    +
    MLSparse - Class in com.jmatio.types
    +
     
    +
    MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
    +
     
    +
    mlStructArray - Variable in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Array of structures
    +
    +
    MLStructure - Class in com.jmatio.types
    +
    +
    This class represents Matlab's Structure object (structure array).
    +
    +
    MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
    +
     
    +
    MLStructure(String, int[], int) - Constructor for class com.jmatio.types.MLStructure
    +
     
    +
    MLStructureObjectBase - Class in com.jmatio.types
    +
    +
    Base class for MLStructure and MLObject.
    +
    +
    MLStructureObjectBase(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructureObjectBase
    +
     
    +
    MLUInt16 - Class in com.jmatio.types
    +
     
    +
    MLUInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, int[]) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, short[][]) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt16(String, short[], int) - Constructor for class com.jmatio.types.MLUInt16
    +
     
    +
    MLUInt32 - Class in com.jmatio.types
    +
     
    +
    MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
    +
     
    +
    MLUInt64 - Class in com.jmatio.types
    +
    +
    Class represents Int64 (long) array (matrix)
    +
    +
    MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Create a MLUInt64 array with given name, + and dimensions.
    +
    +
    MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    MLUInt8 - Class in com.jmatio.types
    +
    +
    Class represents UInt8 (byte) array (matrix)
    +
    +
    MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Normally this constructor is used only by MatFileReader and MatFileWriter
    +
    +
    MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Create a MLUInt8 array with given name, + and dimensions.
    +
    +
    MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from a one-dimensional packed array
    +
    +
    MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a 2D real matrix from byte[][] + + Note: array is converted to Byte[]
    +
    +
    MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
    +
    +
    Jama [math.nist.gov] style: + construct a matrix from a one-dimensional packed array
    +
    +
    mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    N

    +
    +
    name - Variable in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    P

    +
    +
    parseByteOrder(byte[]) - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    Parses out the byte order based on a byte array containing + either 'MI' (big-endian) or 'IM' (little-endian).
    +
    +
    parseFrom(String, byte[], byte[]) - Static method in class com.jmatio.io.MatFileHeader
    +
    +
    Parses a MatFileHeader from its desciption and the raw bytes of the version and endian indicator.
    +
    +
    putImaginaryByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    putRealByteBuffer(ByteBuffer) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    + + + +

    Q

    +
    +
    q(MLArray, String) - Static method in class com.jmatio.common.util.MLArrayQuery
    +
     
    +
    query(MLArray) - Method in class com.jmatio.common.util.MLArrayQuery
    +
    +
    Parses the query string and returns the object it refers to.
    +
    +
    + + + +

    R

    +
    +
    read(File) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(InputStream) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(File, int) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Reads the content of a MAT-file and returns the mapped content.
    +
    +
    read(File, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
    +
     
    +
    read(RandomAccessFile, MatFileFilter, int) - Method in class com.jmatio.io.MatFileReader
    +
     
    +
    read(InputStream, MatFileFilter) - Method in class com.jmatio.io.MatFileReader
    +
    +
    Read a mat file from a stream.
    +
    +
    read() - Method in class com.jmatio.io.SimulinkDecoder
    +
     
    +
    read() - Method in class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    read(byte[], int, int) - Method in class com.jmatio.io.stream.ByteBufferInputStream
    +
     
    +
    readBare(MatFileHeader, ByteBuffer) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a bare set of bytes.
    +
    +
    readByte() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
     
    +
    readChar() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to char.
    +
    +
    readDouble() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to double.
    +
    +
    readFull(ByteBuffer) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readFull(ByteBuffer, MatFileType) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readFull(RandomAccessFile) - Static method in class com.jmatio.io.MatFile
    +
    +
    Reads a full set of bytes (including the header).
    +
    +
    readInt() - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads data (number of bytes red is determined by data type) + from the stream to int.
    +
    +
    readToByteBuffer(ByteBuffer, int, ByteStorageSupport<?>) - Method in class com.jmatio.io.stream.MatFileInputStream
    +
    +
    Reads the data into a ByteBuffer.
    +
    +
    + + + +

    S

    +
    +
    set(MLArray, int, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    set(MLArray, int) - Method in class com.jmatio.types.MLCell
    +
     
    +
    set(String) - Method in class com.jmatio.types.MLChar
    +
    +
    Populates the MLChar with the String value.
    +
    +
    set(String, int) - Method in class com.jmatio.types.MLChar
    +
    +
    Set one row, specifying the row.
    +
    +
    set(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the value at the given index for non-complex arrays.
    +
    +
    set(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the value at the given index for non-complex arrays.
    +
    +
    set(T, int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the value at the given index for non-complex arrays.
    +
    +
    set(T[]) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets the content of this entire array for non-complex arrays.
    +
    +
    set(Double, int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    set(Double, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setChar(char, int) - Method in class com.jmatio.types.MLChar
    +
     
    +
    setField(String, MLArray) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets field for current structure
    +
    +
    setField(String, MLArray, int, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets field for (m,n)'th structure in struct array
    +
    +
    setField(String, MLArray, int) - Method in class com.jmatio.types.MLStructureObjectBase
    +
    +
    Sets filed for structure described by index in struct array
    +
    +
    setFields(int, Map<String, MLArray>) - Method in class com.jmatio.types.MLObject
    +
     
    +
    setImaginary(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single imaginary array element.
    +
    +
    setImaginary(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single imaginary array element.
    +
    +
    setImaginary(T, int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single imaginary array element.
    +
    +
    setImaginary(Double, int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setImaginary(Double, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setReal(T, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single real array element.
    +
    +
    setReal(T, int, int) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single real array element.
    +
    +
    setReal(T, int...) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets a single real array element.
    +
    +
    setReal(T[]) - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Sets real part of a matrix.
    +
    +
    setReal(Double, int, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    setReal(Double, int) - Method in class com.jmatio.types.MLSparse
    +
     
    +
    SimulinkDecoder - Class in com.jmatio.io
    +
    +
    This class decodes the Simulink base64 representation of a MAT file.
    +
    +
    SimulinkDecoder(String) - Constructor for class com.jmatio.io.SimulinkDecoder
    +
     
    +
    size() - Method in class com.jmatio.io.stream.BufferedOutputStream
    +
     
    +
    sizeOf(int) - Static method in class com.jmatio.common.MatDataTypes
    +
    +
    Return number of bytes for given type.
    +
    +
    skip(int) - Method in class com.jmatio.io.stream.MatFileInputStream
    +
     
    +
    + + + +

    T

    +
    +
    toString() - Method in class com.jmatio.io.MatFileHeader
    +
     
    +
    toString() - Method in class com.jmatio.types.MLArray
    +
     
    +
    type - Variable in class com.jmatio.types.MLArray
    +
     
    +
    typeToString(int) - Static method in class com.jmatio.common.MatDataTypes
    +
    +
    Get String representation of a data type
    +
    +
    typeToString(int) - Static method in class com.jmatio.types.MLArray
    +
     
    +
    + + + +

    V

    +
    +
    valueOf(String) - Static method in enum com.jmatio.io.MatFileType
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    +
    values() - Method in class com.jmatio.common.DeterministicKeyMap
    +
    +
    Returns the values of this map in the same order as keyOrder.
    +
    +
    values() - Static method in enum com.jmatio.io.MatFileType
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    +
    + + + +

    W

    +
    +
    write(MLArray) - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
     
    +
    write(Collection<MLArray>) - Method in class com.jmatio.io.MatFileIncrementalWriter
    +
    +
    Writes MLArrays into WritableByteChannel.
    +
    +
    write(String, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into file created from + filepath.
    +
    +
    write(File, Collection<MLArray>) - Method in class com.jmatio.io.MatFileWriter
    +
    +
    Writes MLArrays into File
    +
    +
    write(ByteBuffer) - Method in class com.jmatio.io.stream.HeapBufferDataOutputStream
    +
     
    +
    + + + +

    Z

    +
    +
    zero() - Method in class com.jmatio.types.MLDouble
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt16
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt32
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt64
    +
     
    +
    zero() - Method in class com.jmatio.types.MLInt8
    +
     
    +
    zero() - Method in class com.jmatio.types.MLNumericArray
    +
    +
    Returns the value of "zero" for this type of array.
    +
    +
    zero() - Method in class com.jmatio.types.MLSingle
    +
     
    +
    zero() - Method in class com.jmatio.types.MLSparse
    +
     
    +
    zero() - Method in class com.jmatio.types.MLUInt64
    +
     
    +
    zero() - Method in class com.jmatio.types.MLUInt8
    +
     
    +
    Zeros - Class in com.jmatio.types
    +
    +
    Singleton implementations of zero for each number type.
    +
    +
    Zeros() - Constructor for class com.jmatio.types.Zeros
    +
     
    +
    + + + +

    _

    +
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
    +
    +
    Override to accelerate the performance
    +
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    _get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
    +
    +
    Override to accelerate the performance
    +
    +
    _set(ByteBuffer, T, int) - Method in class com.jmatio.types.MLNumericArray
    +
     
    +
    +A B C D E G H I K M N P Q R S T V W Z _ 
    + + + + + + diff --git a/javadoc/3.1.1/index.html b/javadoc/3.1.1/index.html new file mode 100644 index 0000000..c9d9aff --- /dev/null +++ b/javadoc/3.1.1/index.html @@ -0,0 +1,75 @@ + + + + + +matfilerw 3.1.1 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/3.1.1/overview-frame.html b/javadoc/3.1.1/overview-frame.html new file mode 100644 index 0000000..ff0b465 --- /dev/null +++ b/javadoc/3.1.1/overview-frame.html @@ -0,0 +1,26 @@ + + + + + +Overview List (matfilerw 3.1.1 API) + + + + + +

    com.diffplug.matsim:matfilerw:3.1.1 by DiffPlug

    + + +

     

    + + diff --git a/javadoc/3.1.1/overview-summary.html b/javadoc/3.1.1/overview-summary.html new file mode 100644 index 0000000..4aefb04 --- /dev/null +++ b/javadoc/3.1.1/overview-summary.html @@ -0,0 +1,154 @@ + + + + + +Overview (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    matfilerw 3.1.1 API

    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Packages 
    PackageDescription
    com.jmatio.common 
    com.jmatio.common.util 
    com.jmatio.io 
    com.jmatio.io.stream 
    com.jmatio.types 
    +
    + + + + + + diff --git a/javadoc/3.1.1/overview-tree.html b/javadoc/3.1.1/overview-tree.html new file mode 100644 index 0000000..15252d4 --- /dev/null +++ b/javadoc/3.1.1/overview-tree.html @@ -0,0 +1,232 @@ + + + + + +Class Hierarchy (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Hierarchy For All Packages

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +

    Enum Hierarchy

    + +
    + + + + + + diff --git a/javadoc/3.1.1/package-list b/javadoc/3.1.1/package-list new file mode 100644 index 0000000..a820ba0 --- /dev/null +++ b/javadoc/3.1.1/package-list @@ -0,0 +1,5 @@ +com.jmatio.common +com.jmatio.common.util +com.jmatio.io +com.jmatio.io.stream +com.jmatio.types diff --git a/javadoc/3.1.1/script.js b/javadoc/3.1.1/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/javadoc/3.1.1/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/3.1.1/serialized-form.html b/javadoc/3.1.1/serialized-form.html new file mode 100644 index 0000000..6d94556 --- /dev/null +++ b/javadoc/3.1.1/serialized-form.html @@ -0,0 +1,137 @@ + + + + + +Serialized Form (matfilerw 3.1.1 API) + + + + + + + + + + + +
    +

    Serialized Form

    +
    +
    + +
    + + + + + + diff --git a/javadoc/3.1.1/stylesheet.css b/javadoc/3.1.1/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/javadoc/3.1.1/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} From 7cf730fa4817cf5df15320f6f8d8c487bfeb214f Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Fri, 28 Dec 2018 19:47:57 +0000 Subject: [PATCH 56/56] Publish of Github pages from Gradle. --- javadoc/snapshot/allclasses-frame.html | 2 +- javadoc/snapshot/allclasses-noframe.html | 2 +- javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html | 2 +- javadoc/snapshot/com/jmatio/common/MatDataTypes.html | 2 +- javadoc/snapshot/com/jmatio/common/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/common/util/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFile.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileFilter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileHeader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileReader.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileType.html | 2 +- javadoc/snapshot/com/jmatio/io/MatFileWriter.html | 2 +- javadoc/snapshot/com/jmatio/io/MatlabIOException.html | 2 +- javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html | 2 +- javadoc/snapshot/com/jmatio/io/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html | 2 +- .../snapshot/com/jmatio/io/stream/ByteBufferInputStream.html | 2 +- .../com/jmatio/io/stream/HeapBufferDataOutputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/io/stream/package-tree.html | 2 +- javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html | 2 +- javadoc/snapshot/com/jmatio/types/MLArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLCell.html | 2 +- javadoc/snapshot/com/jmatio/types/MLChar.html | 2 +- javadoc/snapshot/com/jmatio/types/MLDouble.html | 2 +- javadoc/snapshot/com/jmatio/types/MLEmptyArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLHandle.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/MLJavaObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLNumericArray.html | 2 +- javadoc/snapshot/com/jmatio/types/MLObject.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSingle.html | 2 +- javadoc/snapshot/com/jmatio/types/MLSparse.html | 2 +- javadoc/snapshot/com/jmatio/types/MLStructure.html | 2 +- javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt16.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt32.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt64.html | 2 +- javadoc/snapshot/com/jmatio/types/MLUInt8.html | 2 +- javadoc/snapshot/com/jmatio/types/Zeros.html | 2 +- javadoc/snapshot/com/jmatio/types/package-frame.html | 2 +- javadoc/snapshot/com/jmatio/types/package-summary.html | 2 +- javadoc/snapshot/com/jmatio/types/package-tree.html | 2 +- javadoc/snapshot/constant-values.html | 2 +- javadoc/snapshot/deprecated-list.html | 2 +- javadoc/snapshot/help-doc.html | 2 +- javadoc/snapshot/index-all.html | 2 +- javadoc/snapshot/index.html | 2 +- javadoc/snapshot/overview-frame.html | 2 +- javadoc/snapshot/overview-summary.html | 2 +- javadoc/snapshot/overview-tree.html | 2 +- javadoc/snapshot/serialized-form.html | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/javadoc/snapshot/allclasses-frame.html b/javadoc/snapshot/allclasses-frame.html index 8b0e41c..8ae52aa 100644 --- a/javadoc/snapshot/allclasses-frame.html +++ b/javadoc/snapshot/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/allclasses-noframe.html b/javadoc/snapshot/allclasses-noframe.html index a7f5813..218b33c 100644 --- a/javadoc/snapshot/allclasses-noframe.html +++ b/javadoc/snapshot/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html index ea985b4..c7f14fe 100644 --- a/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html +++ b/javadoc/snapshot/com/jmatio/common/DeterministicKeyMap.html @@ -2,7 +2,7 @@ - + DeterministicKeyMap (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html index bca9591..27bb897 100644 --- a/javadoc/snapshot/com/jmatio/common/MatDataTypes.html +++ b/javadoc/snapshot/com/jmatio/common/MatDataTypes.html @@ -2,7 +2,7 @@ - + MatDataTypes (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-frame.html b/javadoc/snapshot/com/jmatio/common/package-frame.html index f8896cb..a9984dd 100644 --- a/javadoc/snapshot/com/jmatio/common/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-summary.html b/javadoc/snapshot/com/jmatio/common/package-summary.html index 6283732..bc68774 100644 --- a/javadoc/snapshot/com/jmatio/common/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/package-tree.html b/javadoc/snapshot/com/jmatio/common/package-tree.html index d5111a3..31167a4 100644 --- a/javadoc/snapshot/com/jmatio/common/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common Class Hierarchy (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html index a4e9191..1f71936 100644 --- a/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html +++ b/javadoc/snapshot/com/jmatio/common/util/MLArrayQuery.html @@ -2,7 +2,7 @@ - + MLArrayQuery (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-frame.html b/javadoc/snapshot/com/jmatio/common/util/package-frame.html index 780dfaf..b199fbc 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-frame.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-summary.html b/javadoc/snapshot/com/jmatio/common/util/package-summary.html index 79e060c..c03c995 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-summary.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/common/util/package-tree.html b/javadoc/snapshot/com/jmatio/common/util/package-tree.html index b6d0ee6..5a50abe 100644 --- a/javadoc/snapshot/com/jmatio/common/util/package-tree.html +++ b/javadoc/snapshot/com/jmatio/common/util/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.common.util Class Hierarchy (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFile.html b/javadoc/snapshot/com/jmatio/io/MatFile.html index a27dfab..29a8649 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFile.html +++ b/javadoc/snapshot/com/jmatio/io/MatFile.html @@ -2,7 +2,7 @@ - + MatFile (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html index 6fc4e1b..3fa0968 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileFilter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileFilter.html @@ -2,7 +2,7 @@ - + MatFileFilter (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html index e5d7e26..3fd5455 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileHeader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileHeader.html @@ -2,7 +2,7 @@ - + MatFileHeader (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html index a9170f6..f81ff1c 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileIncrementalWriter.html @@ -2,7 +2,7 @@ - + MatFileIncrementalWriter (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileReader.html b/javadoc/snapshot/com/jmatio/io/MatFileReader.html index c2d1d6c..bc1ad06 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileReader.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileReader.html @@ -2,7 +2,7 @@ - + MatFileReader (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileType.html b/javadoc/snapshot/com/jmatio/io/MatFileType.html index 163b9dd..c44d023 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileType.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileType.html @@ -2,7 +2,7 @@ - + MatFileType (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html index 0856db5..395b335 100644 --- a/javadoc/snapshot/com/jmatio/io/MatFileWriter.html +++ b/javadoc/snapshot/com/jmatio/io/MatFileWriter.html @@ -2,7 +2,7 @@ - + MatFileWriter (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html index 2f6f1d3..40d03c8 100644 --- a/javadoc/snapshot/com/jmatio/io/MatlabIOException.html +++ b/javadoc/snapshot/com/jmatio/io/MatlabIOException.html @@ -2,7 +2,7 @@ - + MatlabIOException (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html index 504cab0..dbfa997 100644 --- a/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html +++ b/javadoc/snapshot/com/jmatio/io/SimulinkDecoder.html @@ -2,7 +2,7 @@ - + SimulinkDecoder (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-frame.html b/javadoc/snapshot/com/jmatio/io/package-frame.html index 30629ec..e4b5c06 100644 --- a/javadoc/snapshot/com/jmatio/io/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-summary.html b/javadoc/snapshot/com/jmatio/io/package-summary.html index 9a6752c..f37718d 100644 --- a/javadoc/snapshot/com/jmatio/io/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/package-tree.html b/javadoc/snapshot/com/jmatio/io/package-tree.html index b7bb89a..3104ced 100644 --- a/javadoc/snapshot/com/jmatio/io/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io Class Hierarchy (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html index c18e4f1..c2ebe83 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/BufferedOutputStream.html @@ -2,7 +2,7 @@ - + BufferedOutputStream (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html index 49c0301..29207e4 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/ByteBufferInputStream.html @@ -2,7 +2,7 @@ - + ByteBufferInputStream (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html index 89d20c3..b402396 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/HeapBufferDataOutputStream.html @@ -2,7 +2,7 @@ - + HeapBufferDataOutputStream (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html index 759885f..cc403a4 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html +++ b/javadoc/snapshot/com/jmatio/io/stream/MatFileInputStream.html @@ -2,7 +2,7 @@ - + MatFileInputStream (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html index 06e68ef..03b4eec 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-frame.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html index e588b7c..d5469d1 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-summary.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html index 7981629..753d47c 100644 --- a/javadoc/snapshot/com/jmatio/io/stream/package-tree.html +++ b/javadoc/snapshot/com/jmatio/io/stream/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.io.stream Class Hierarchy (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html index e3efd3b..1284a91 100644 --- a/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html +++ b/javadoc/snapshot/com/jmatio/types/ByteStorageSupport.html @@ -2,7 +2,7 @@ - + ByteStorageSupport (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLArray.html b/javadoc/snapshot/com/jmatio/types/MLArray.html index 725c836..448a010 100644 --- a/javadoc/snapshot/com/jmatio/types/MLArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLArray.html @@ -2,7 +2,7 @@ - + MLArray (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLCell.html b/javadoc/snapshot/com/jmatio/types/MLCell.html index c230276..4e3ec60 100644 --- a/javadoc/snapshot/com/jmatio/types/MLCell.html +++ b/javadoc/snapshot/com/jmatio/types/MLCell.html @@ -2,7 +2,7 @@ - + MLCell (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLChar.html b/javadoc/snapshot/com/jmatio/types/MLChar.html index 51328f5..f77d0a6 100644 --- a/javadoc/snapshot/com/jmatio/types/MLChar.html +++ b/javadoc/snapshot/com/jmatio/types/MLChar.html @@ -2,7 +2,7 @@ - + MLChar (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLDouble.html b/javadoc/snapshot/com/jmatio/types/MLDouble.html index 647697e..1b5954b 100644 --- a/javadoc/snapshot/com/jmatio/types/MLDouble.html +++ b/javadoc/snapshot/com/jmatio/types/MLDouble.html @@ -2,7 +2,7 @@ - + MLDouble (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html index 4e93791..b3745d7 100644 --- a/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLEmptyArray.html @@ -2,7 +2,7 @@ - + MLEmptyArray (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLHandle.html b/javadoc/snapshot/com/jmatio/types/MLHandle.html index b3c5be7..3b22793 100644 --- a/javadoc/snapshot/com/jmatio/types/MLHandle.html +++ b/javadoc/snapshot/com/jmatio/types/MLHandle.html @@ -2,7 +2,7 @@ - + MLHandle (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt16.html b/javadoc/snapshot/com/jmatio/types/MLInt16.html index 76f68ce..501effe 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt16.html @@ -2,7 +2,7 @@ - + MLInt16 (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt32.html b/javadoc/snapshot/com/jmatio/types/MLInt32.html index 0325098..e3264d7 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt32.html @@ -2,7 +2,7 @@ - + MLInt32 (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt64.html b/javadoc/snapshot/com/jmatio/types/MLInt64.html index a705742..0a997d2 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt64.html @@ -2,7 +2,7 @@ - + MLInt64 (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLInt8.html b/javadoc/snapshot/com/jmatio/types/MLInt8.html index 5cf8a22..753a144 100644 --- a/javadoc/snapshot/com/jmatio/types/MLInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLInt8.html @@ -2,7 +2,7 @@ - + MLInt8 (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html index b041af3..d16637f 100644 --- a/javadoc/snapshot/com/jmatio/types/MLJavaObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLJavaObject.html @@ -2,7 +2,7 @@ - + MLJavaObject (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html index 34aad6c..4b5ceee 100644 --- a/javadoc/snapshot/com/jmatio/types/MLNumericArray.html +++ b/javadoc/snapshot/com/jmatio/types/MLNumericArray.html @@ -2,7 +2,7 @@ - + MLNumericArray (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLObject.html b/javadoc/snapshot/com/jmatio/types/MLObject.html index 8233040..eeb55f7 100644 --- a/javadoc/snapshot/com/jmatio/types/MLObject.html +++ b/javadoc/snapshot/com/jmatio/types/MLObject.html @@ -2,7 +2,7 @@ - + MLObject (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSingle.html b/javadoc/snapshot/com/jmatio/types/MLSingle.html index f30ae46..d2f5da1 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSingle.html +++ b/javadoc/snapshot/com/jmatio/types/MLSingle.html @@ -2,7 +2,7 @@ - + MLSingle (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLSparse.html b/javadoc/snapshot/com/jmatio/types/MLSparse.html index 3b57744..f83e070 100644 --- a/javadoc/snapshot/com/jmatio/types/MLSparse.html +++ b/javadoc/snapshot/com/jmatio/types/MLSparse.html @@ -2,7 +2,7 @@ - + MLSparse (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLStructure.html b/javadoc/snapshot/com/jmatio/types/MLStructure.html index 319ebf9..7746a57 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructure.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructure.html @@ -2,7 +2,7 @@ - + MLStructure (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html index d7d8471..4919b15 100644 --- a/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html +++ b/javadoc/snapshot/com/jmatio/types/MLStructureObjectBase.html @@ -2,7 +2,7 @@ - + MLStructureObjectBase (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt16.html b/javadoc/snapshot/com/jmatio/types/MLUInt16.html index 458eb7a..b0ee9de 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt16.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt16.html @@ -2,7 +2,7 @@ - + MLUInt16 (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt32.html b/javadoc/snapshot/com/jmatio/types/MLUInt32.html index dcba0b3..a114f36 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt32.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt32.html @@ -2,7 +2,7 @@ - + MLUInt32 (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt64.html b/javadoc/snapshot/com/jmatio/types/MLUInt64.html index 39f88f2..27a891d 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt64.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt64.html @@ -2,7 +2,7 @@ - + MLUInt64 (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/MLUInt8.html b/javadoc/snapshot/com/jmatio/types/MLUInt8.html index 821b9eb..62f5c71 100644 --- a/javadoc/snapshot/com/jmatio/types/MLUInt8.html +++ b/javadoc/snapshot/com/jmatio/types/MLUInt8.html @@ -2,7 +2,7 @@ - + MLUInt8 (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/Zeros.html b/javadoc/snapshot/com/jmatio/types/Zeros.html index 1dfce36..72c1fea 100644 --- a/javadoc/snapshot/com/jmatio/types/Zeros.html +++ b/javadoc/snapshot/com/jmatio/types/Zeros.html @@ -2,7 +2,7 @@ - + Zeros (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-frame.html b/javadoc/snapshot/com/jmatio/types/package-frame.html index 807c4dd..23c0db2 100644 --- a/javadoc/snapshot/com/jmatio/types/package-frame.html +++ b/javadoc/snapshot/com/jmatio/types/package-frame.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-summary.html b/javadoc/snapshot/com/jmatio/types/package-summary.html index f1dac10..4c06c90 100644 --- a/javadoc/snapshot/com/jmatio/types/package-summary.html +++ b/javadoc/snapshot/com/jmatio/types/package-summary.html @@ -2,7 +2,7 @@ - + com.jmatio.types (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/com/jmatio/types/package-tree.html b/javadoc/snapshot/com/jmatio/types/package-tree.html index 108d762..181766d 100644 --- a/javadoc/snapshot/com/jmatio/types/package-tree.html +++ b/javadoc/snapshot/com/jmatio/types/package-tree.html @@ -2,7 +2,7 @@ - + com.jmatio.types Class Hierarchy (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/constant-values.html b/javadoc/snapshot/constant-values.html index dd2229d..f11aa35 100644 --- a/javadoc/snapshot/constant-values.html +++ b/javadoc/snapshot/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/deprecated-list.html b/javadoc/snapshot/deprecated-list.html index fe2d036..7d88b3c 100644 --- a/javadoc/snapshot/deprecated-list.html +++ b/javadoc/snapshot/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/help-doc.html b/javadoc/snapshot/help-doc.html index 9b61eb1..601fa8d 100644 --- a/javadoc/snapshot/help-doc.html +++ b/javadoc/snapshot/help-doc.html @@ -2,7 +2,7 @@ - + API Help (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index-all.html b/javadoc/snapshot/index-all.html index ec6a51a..3832e7e 100644 --- a/javadoc/snapshot/index-all.html +++ b/javadoc/snapshot/index-all.html @@ -2,7 +2,7 @@ - + Index (matfilerw 3.2.0-SNAPSHOT API) diff --git a/javadoc/snapshot/index.html b/javadoc/snapshot/index.html index dc97d16..38d3b40 100644 --- a/javadoc/snapshot/index.html +++ b/javadoc/snapshot/index.html @@ -2,7 +2,7 @@ - + matfilerw 3.2.0-SNAPSHOT API