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, toString
debugNumber, debugNumber, getByteOrder, setByteOrder
public final List<DhtSegment.HuffmanTable> huffmanTables
public DhtSegment(int marker, byte[] segmentData) throws IOException
IOException
public DhtSegment(int marker, int length, InputStream is) throws IOException
IOException
public String getDescription()
getDescription
in class Segment
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.