Package de.jarnbjo.ogg
Class OggPage
java.lang.Object
de.jarnbjo.ogg.OggPage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OggPagecreate(byte[] byteArray) static OggPagecreate(byte[] byteArray, boolean boolean1) static OggPagecreate(InputStream inputStream) static OggPagecreate(InputStream inputStream, boolean boolean1) static OggPagecreate(RandomAccessFile randomAccessFile) static OggPagecreate(RandomAccessFile randomAccessFile, boolean boolean1) longbyte[]getData()byte[]intintint[]int[]byte[]intintbooleanisBos()booleanbooleanisEos()booleanisFresh()
-
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()
-