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
- IOException
public void write(RandomAccessFile raf, long offset) throws IOException
IOException
Copyright © 1999–2020 CodeLutin. All rights reserved.