public class DhtSegment extends Segment
| Modifier and Type | Class and Description |
|---|---|
static class |
DhtSegment.HuffmanTable |
| Modifier and Type | Field and Description |
|---|---|
List<DhtSegment.HuffmanTable> |
huffmanTables |
| Constructor and Description |
|---|
DhtSegment(int marker,
byte[] segmentData) |
DhtSegment(int marker,
int length,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
dump, getSegmentType, toStringdebugNumber, debugNumber, getByteOrder, setByteOrderpublic final List<DhtSegment.HuffmanTable> huffmanTables
public DhtSegment(int marker,
byte[] segmentData)
throws IOException
IOExceptionpublic DhtSegment(int marker,
int length,
InputStream is)
throws IOException
IOExceptionpublic String getDescription()
getDescription in class SegmentCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.