|
JMatIO 0.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MLArray | |
|---|---|
| com.jmatio.io | |
| com.jmatio.types | |
| Uses of MLArray in com.jmatio.io |
|---|
| Methods in com.jmatio.io that return MLArray | |
|---|---|
MLArray |
MatFileReader.getMLArray(java.lang.String name)
Returns the value to which the red file maps the specified array name. |
| Methods in com.jmatio.io that return types with arguments of type MLArray | |
|---|---|
java.util.Map<java.lang.String,MLArray> |
MatFileReader.getContent()
Returns a map of MLArray objects that were inside MAT-file. |
java.util.ArrayList<MLArray> |
MatFileReader.getData()
Deprecated. use getContent which returns a Map to provide
easier access to MLArrays contained in MAT-file |
java.util.Map<java.lang.String,MLArray> |
MatFileReader.read(java.io.File file)
Reads the content of a MAT-file and returns the mapped content. |
java.util.Map<java.lang.String,MLArray> |
MatFileReader.read(java.io.File file,
int policy)
Reads the content of a MAT-file and returns the mapped content. |
java.util.Map<java.lang.String,MLArray> |
MatFileReader.read(java.io.File file,
MatFileFilter filter,
int policy)
|
| Method parameters in com.jmatio.io with type arguments of type MLArray | |
|---|---|
void |
MatFileWriter.write(java.io.File file,
java.util.Collection<MLArray> data)
Writes MLArrays into File |
void |
MatFileWriter.write(java.lang.String filepath,
java.util.Collection<MLArray> data)
Writes MLArrays into file created from
filepath. |
| Constructor parameters in com.jmatio.io with type arguments of type MLArray | |
|---|---|
MatFileWriter(java.io.File file,
java.util.Collection<MLArray> data)
Writes MLArrays into File. |
|
MatFileWriter(java.lang.String fileName,
java.util.Collection<MLArray> data)
Writes MLArrays into file given by fileName. |
|
MatFileWriter(java.nio.channels.WritableByteChannel channel,
java.util.Collection<MLArray> data)
Writes MLArrays into OuputSteram. |
|
| Uses of MLArray in com.jmatio.types |
|---|
| Subclasses of MLArray in com.jmatio.types | |
|---|---|
class |
MLCell
|
class |
MLChar
|
class |
MLDouble
Class represents Double array (matrix) |
class |
MLEmptyArray
|
class |
MLInt64
Class represents Int64 (long) array (matrix) |
class |
MLInt8
|
class |
MLNumericArray<T extends Number>
|
class |
MLSparse
|
class |
MLStructure
This class represents Matlab's Structure object (structure array). |
class |
MLUInt64
Class represents Int64 (long) array (matrix) |
class |
MLUInt8
Class represents UInt8 (byte) array (matrix) |
| Methods in com.jmatio.types that return MLArray | |
|---|---|
MLArray |
MLCell.get(int index)
|
MLArray |
MLCell.get(int m,
int n)
|
MLArray |
MLStructure.getField(java.lang.String name)
Gets a value of the field described by name from current structe in struc array. |
MLArray |
MLStructure.getField(java.lang.String name,
int index)
Gets a value of the field described by name from index'th structe in struc array. |
MLArray |
MLStructure.getField(java.lang.String name,
int m,
int n)
Gets a value of the field described by name from (m,n)'th structe in struc array. |
| Methods in com.jmatio.types that return types with arguments of type MLArray | |
|---|---|
java.util.ArrayList<MLArray> |
MLCell.cells()
|
java.util.Collection<MLArray> |
MLStructure.getAllFields()
Gets all field from sruct array as flat list of fields. |
| Methods in com.jmatio.types with parameters of type MLArray | |
|---|---|
void |
MLCell.set(MLArray value,
int index)
|
void |
MLCell.set(MLArray value,
int m,
int n)
|
void |
MLStructure.setField(java.lang.String name,
MLArray value)
Sets field for current structure |
void |
MLStructure.setField(java.lang.String name,
MLArray value,
int index)
Sets filed for structure described by index in struct array |
void |
MLStructure.setField(java.lang.String name,
MLArray value,
int m,
int n)
Sets field for (m,n)'th structure in struct array |
|
JMatIO 0.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||