Package de.jarnbjo.ogg
Class OggPage
java.lang.Object
de.jarnbjo.ogg.OggPage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OggPage
create
(byte[] byteArray) static OggPage
create
(byte[] byteArray, boolean boolean1) static OggPage
create
(InputStream inputStream) static OggPage
create
(InputStream inputStream, boolean boolean1) static OggPage
create
(RandomAccessFile randomAccessFile) static OggPage
create
(RandomAccessFile randomAccessFile, boolean boolean1) long
byte[]
getData()
byte[]
int
int
int[]
int[]
byte[]
int
int
boolean
isBos()
boolean
boolean
isEos()
boolean
isFresh()
-
Constructor Details
-
OggPage
protected OggPage()
-
-
Method Details
-
create
public static OggPage create(RandomAccessFile randomAccessFile) throws IOException, EndOfOggStreamException, OggFormatException -
create
public static OggPage create(RandomAccessFile randomAccessFile, boolean boolean1) throws IOException, EndOfOggStreamException, OggFormatException -
create
public static OggPage create(InputStream inputStream) throws IOException, EndOfOggStreamException, OggFormatException -
create
public static OggPage create(InputStream inputStream, boolean boolean1) throws IOException, EndOfOggStreamException, OggFormatException -
create
public static OggPage create(byte[] byteArray) throws IOException, EndOfOggStreamException, OggFormatException -
create
public static OggPage create(byte[] byteArray, boolean boolean1) throws IOException, EndOfOggStreamException, OggFormatException -
getAbsoluteGranulePosition
public long getAbsoluteGranulePosition() -
getStreamSerialNumber
public int getStreamSerialNumber() -
getPageSequenceNumber
public int getPageSequenceNumber() -
getPageCheckSum
public int getPageCheckSum() -
getTotalLength
public int getTotalLength() -
getData
public byte[] getData() -
getHeader
public byte[] getHeader() -
getSegmentTable
public byte[] getSegmentTable() -
getSegmentOffsets
public int[] getSegmentOffsets() -
getSegmentLengths
public int[] getSegmentLengths() -
isContinued
public boolean isContinued() -
isFresh
public boolean isFresh() -
isBos
public boolean isBos() -
isEos
public boolean isEos()
-