protected static class ResultMappedStorage.ResultMapped.ResultHeaderMatrix extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ResultHeaderMatrix() |
| Modifier and Type | Method and Description |
|---|---|
static ResultMappedStorage.ResultMapped.ResultHeaderMatrix |
read(RandomAccessFile raf,
long offset)
Lit le header si possible.
|
void |
set(int stepValue,
String name,
int dimSize,
String[] dimNames,
int[] dims,
List[] sems,
int dataSize)
Methode qui prend tous les champs en parametre, ce qui force a ne pas en oublier
|
void |
write(RandomAccessFile raf,
long offset) |
public void set(int stepValue,
String name,
int dimSize,
String[] dimNames,
int[] dims,
List[] sems,
int dataSize)
stepValue - name - dimSize - dimNames - dims - sems - dataSize - public static ResultMappedStorage.ResultMapped.ResultHeaderMatrix read(RandomAccessFile raf, long offset) throws IOException
raf - IOExceptionpublic void write(RandomAccessFile raf, long offset) throws IOException
IOExceptionCopyright © 1999–2015 CodeLutin. All rights reserved.