protected static class ResultMappedStorage.ResultMapped extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
ResultMappedStorage.ResultMapped.ResultHeaderMatrix
Classe permettant de lire et ecrire le header d'un resultat matrice
Le header comprend tout sauf les donnees de la matrice.
|
Modifier and Type | Field and Description |
---|---|
protected org.nuiton.math.matrix.MatrixND |
matrix |
protected String |
name |
protected long |
offset |
protected RandomAccessFile |
raf |
protected long |
size |
protected TimeStep |
step |
Constructor and Description |
---|
ResultMapped(org.nuiton.math.matrix.MatrixFactory matrixFactory,
RandomAccessFile raf,
long offset)
read data from file
|
ResultMapped(RandomAccessFile raf,
long offset,
TimeStep step,
String name,
org.nuiton.math.matrix.MatrixND matrix)
write date to file
|
Modifier and Type | Method and Description |
---|---|
org.nuiton.math.matrix.MatrixND |
getMatrix() |
org.nuiton.math.matrix.MatrixND |
getMatrix(org.nuiton.topia.TopiaContext tx) |
String |
getName() |
TimeStep |
getStep() |
long |
size()
retourne la taille en nombre de byte
|
protected RandomAccessFile raf
protected long offset
protected long size
protected TimeStep step
protected String name
protected org.nuiton.math.matrix.MatrixND matrix
public ResultMapped(org.nuiton.math.matrix.MatrixFactory matrixFactory, RandomAccessFile raf, long offset) throws IOException
IOException
public ResultMapped(RandomAccessFile raf, long offset, TimeStep step, String name, org.nuiton.math.matrix.MatrixND matrix) throws IOException
IOException
public long size()
public TimeStep getStep()
public String getName()
public org.nuiton.math.matrix.MatrixND getMatrix()
public org.nuiton.math.matrix.MatrixND getMatrix(org.nuiton.topia.TopiaContext tx)
Copyright © 1999–2020 CodeLutin. All rights reserved.