|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordFormat | |
---|---|
org.fossilec.odettej | |
org.fossilec.odettej.service |
Uses of RecordFormat in org.fossilec.odettej |
---|
Methods in org.fossilec.odettej that return RecordFormat | |
---|---|
RecordFormat |
VirtualFile.getFormat()
|
Methods in org.fossilec.odettej with parameters of type RecordFormat | |
---|---|
VirtualFile |
ListenerTemplate.beginStartFile(java.lang.String datasetName,
java.util.Date fileDateTime,
java.lang.String destination,
java.lang.String originator,
RecordFormat format,
int maxRecordSize,
int fileSizeBlocks,
long restartPosition,
java.lang.String userData,
java.lang.String reserved)
This method must return a Virtual File object linked to the filesystem, which will be used to store receiving records from peer's sending file. If the |
AnswerReason |
ListenerTemplate.requestStartFile(java.lang.String datasetName,
java.util.Date fileDateTime,
java.lang.String destination,
java.lang.String originator,
RecordFormat format,
int maxRecordSize,
int fileSizeBlocks,
long restartPosition,
java.lang.String userData,
java.lang.String reserved)
|
Constructors in org.fossilec.odettej with parameters of type RecordFormat | |
---|---|
VirtualFile(java.lang.String path,
VirtualFile.MappingMode mode,
RecordFormat recordFormat,
int recordSize)
|
|
VirtualFile(java.lang.String path,
VirtualFile.MappingMode mode,
RecordFormat recordFormat,
int recordSize,
int restartOffset)
|
|
VirtualFile(java.lang.String path,
VirtualFile.MappingMode mode,
RecordFormat recordFormat,
int recordSize,
java.lang.String datasetName)
|
|
VirtualFile(java.lang.String path,
VirtualFile.MappingMode mode,
RecordFormat recordFormat,
int recordSize,
java.lang.String datasetName,
int restartOffset)
|
Uses of RecordFormat in org.fossilec.odettej.service |
---|
Fields in org.fossilec.odettej.service declared as RecordFormat | |
---|---|
static RecordFormat |
RecordFormat.FIXED
Each record in the file has the same length. |
static RecordFormat |
RecordFormat.TEXTFILE
A Text File is defined as a sequence of ASCII characters, containing no control characters except CR/LF which delimits lines. |
static RecordFormat |
RecordFormat.UNSTRUCTURED
The file contains a stream of data. |
static RecordFormat |
RecordFormat.VARIABLE
The records in the file can have different lengths. |
Methods in org.fossilec.odettej.service that return RecordFormat | |
---|---|
static RecordFormat |
RecordFormat.parse(java.lang.String code)
Convenient method for parsing the proper CommandIdentifier instance given a identifier character. |
Methods in org.fossilec.odettej.service with parameters of type RecordFormat | |
---|---|
int |
DataExchangeBuffer.fill(java.nio.ByteBuffer record,
boolean compression,
RecordFormat format,
boolean lastRecord)
|
java.nio.ByteBuffer |
DataExchangeBuffer.scrape(boolean compression,
RecordFormat format)
|
static CommandExchangeBuffer |
CommandExchangeBuffer.startFile(java.lang.String datasetName,
java.lang.String reserved,
java.util.Date dateTime,
java.lang.String userData,
java.lang.String destination,
java.lang.String originator,
RecordFormat recordFormat,
int maxRecordSize,
int fileSize,
int restartOffset)
Create the Start File command with given parameters. The Start File command includes a count allowing the restart of an interrupted transmission to be negotiated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |