public static class OggPageHeader.PacketStartAndLength
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
length |
private java.lang.Integer |
startPosition |
Constructor and Description |
---|
OggPageHeader.PacketStartAndLength(int startPosition,
int length) |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
int |
getStartPosition() |
void |
setLength(int length) |
void |
setStartPosition(int startPosition) |
java.lang.String |
toString() |
Copyright © 2005-2013 java.net. All Rights Reserved.