Class RARTOCDecoder
java.lang.Object
com.biglybt.core.util.RARTOCDecoder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidanalyse(RARTOCDecoder.TOCResultHandler result_handler) private voidanalyseSupport(RARTOCDecoder.TOCResultHandler result_handler) private StringdecodeName(byte[] b_data, int pos) private static longgetInteger(byte[] buffer, int pos) private static intgetShort(byte[] buffer, int pos) static voidprivate voidreadFully(byte[] buffer)
-
Field Details
-
provider
-
-
Constructor Details
-
RARTOCDecoder
-
-
Method Details
-
analyse
- Throws:
IOException
-
analyseSupport
- Throws:
IOException
-
decodeName
-
readFully
- Throws:
IOException
-
main
-
getShort
private static int getShort(byte[] buffer, int pos) -
getInteger
private static long getInteger(byte[] buffer, int pos)
-