| Package | Description |
|---|---|
| org.jscsi.parser |
This package provides all main classes which are needed to deserialize and serialize
all the messages defined by the iSCSI Standard (RFC 3720).
|
| 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 | Method and Description |
|---|---|
void |
ProtocolDataUnit.setDataSegment(IDataSegmentIterator.IDataSegmentChunk chunk)
Sets a new data segment in this PDU.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSegmentIterator.IDataSegmentChunk |
IDataSegmentIterator.next(int chunkSize)
Returns the next element with the given size (in bytes) in the iteration.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.