| Package | Description |
|---|---|
| org.jscsi.parser.datasegment |
This package provides all main classes which are needed to deserialize and serialize
all the attached data segments of messages defined by the iSCSI Standard (RFC 3720).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataSegment
DataSegment
|
| Modifier and Type | Method and Description |
|---|---|
static IDataSegment |
DataSegmentFactory.create(ByteBuffer buffer,
DataSegmentFactory.DataSegmentFormat format,
int maxChunkSize)
Creates a data segment of the given format and with the given chunk size
(in bytes).
|
static IDataSegment |
DataSegmentFactory.create(ByteBuffer buffer,
int position,
int length,
DataSegmentFactory.DataSegmentFormat format,
int maxChunkSize)
Creates a data segment of the given format and with the given chunk size
(in bytes).
|
static IDataSegment |
DataSegmentFactory.create(DataSegmentFactory.DataSegmentFormat format,
int maxChunkSize)
Creates a data segment of the given format and with the given chunk size
(in bytes).
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.