Cluster() | fm.liveswitch.matroska.Cluster | |
Cluster(byte[] bytes) | fm.liveswitch.matroska.Cluster | |
compare(byte[] bytes1, byte[] bytes2) | fm.liveswitch.matroska.Element | static |
Element() | fm.liveswitch.matroska.Element | protected |
getBlockGroups() | fm.liveswitch.matroska.Cluster | |
getBytes() | fm.liveswitch.matroska.Element | |
getDefaultTimecode() | fm.liveswitch.matroska.Cluster | static |
getEbmlId() | fm.liveswitch.matroska.Cluster | static |
getId() | fm.liveswitch.matroska.Cluster | |
getInnerBytes() | fm.liveswitch.matroska.Cluster | protected |
getLength() | fm.liveswitch.matroska.Element | |
getPosition() | fm.liveswitch.matroska.Cluster | |
getPrevSize() | fm.liveswitch.matroska.Cluster | |
getSimpleBlocks() | fm.liveswitch.matroska.Cluster | |
getSize() | fm.liveswitch.matroska.Element | |
getSizeLength() | fm.liveswitch.matroska.Element | |
getTimecode() | fm.liveswitch.matroska.Cluster | |
getWriteDefaultValues() | fm.liveswitch.matroska.Element | |
merge(fm.liveswitch.matroska.Cluster cluster) | fm.liveswitch.matroska.Cluster | |
readBool(byte[] value) | fm.liveswitch.matroska.Element | static |
readDate(byte[] value) | fm.liveswitch.matroska.Element | static |
readDouble(byte[] value) | fm.liveswitch.matroska.Element | static |
readFloat(byte[] value) | fm.liveswitch.matroska.Element | static |
readGuid(byte[] value) | fm.liveswitch.matroska.Element | static |
readId(byte[] bytes, int offset, fm.liveswitch.IntegerHolder offsetPlus) | fm.liveswitch.matroska.Element | static |
readSignedInteger(byte[] value) | fm.liveswitch.matroska.Element | static |
readString(byte[] value) | fm.liveswitch.matroska.Element | static |
readUnsignedInteger(byte[] value) | fm.liveswitch.matroska.Element | static |
readUtf8(byte[] value) | fm.liveswitch.matroska.Element | static |
readValue(byte[] bytes, int offset, fm.liveswitch.IntegerHolder offsetPlus) | fm.liveswitch.matroska.Element | static |
readVariableInteger(byte[] bytes, int offset, fm.liveswitch.IntegerHolder offsetPlus) | fm.liveswitch.matroska.Element | static |
serializeVariableInteger(long value) | fm.liveswitch.matroska.Element | static |
serializeVariableInteger(long value, int length) | fm.liveswitch.matroska.Element | static |
setBlockGroups(fm.liveswitch.matroska.BlockGroup[] value) | fm.liveswitch.matroska.Cluster | |
setPosition(fm.liveswitch.NullableLong value) | fm.liveswitch.matroska.Cluster | |
setPrevSize(fm.liveswitch.NullableLong value) | fm.liveswitch.matroska.Cluster | |
setSimpleBlocks(fm.liveswitch.matroska.SimpleBlock[] value) | fm.liveswitch.matroska.Cluster | |
setSizeLength(int value) | fm.liveswitch.matroska.Element | |
setTimecode(long value) | fm.liveswitch.matroska.Cluster | |
setWriteDefaultValues(boolean value) | fm.liveswitch.matroska.Element | |
write(byte[] value, byte[] idValue, fm.liveswitch.ByteOutputStream stream) | fm.liveswitch.matroska.Element | protected |
writeBool(boolean value, byte[] idValue, fm.liveswitch.ByteOutputStream stream) | fm.liveswitch.matroska.Element | protected |
writeDate(java.util.Date value, byte[] idValue, fm.liveswitch.ByteOutputStream stream) | fm.liveswitch.matroska.Element | protected |
writeDouble(double value, byte[] idValue, fm.liveswitch.ByteOutputStream stream) | fm.liveswitch.matroska.Element | protected |
writeFloat(float value, byte[] idValue, fm.liveswitch.ByteOutputStream stream) | fm.liveswitch.matroska.Element | protected |
writeGuid(fm.liveswitch.Guid value, byte[] idValue, fm.liveswitch.ByteOutputStream stream) | fm.liveswitch.matroska.Element | protected |
writeSignedInteger(long value, byte[] idValue, fm.liveswitch.ByteOutputStream stream) | fm.liveswitch.matroska.Element | protected |
writeString(String value, byte[] idValue, fm.liveswitch.ByteOutputStream stream) | fm.liveswitch.matroska.Element | protected |
writeUnsignedInteger(long value, byte[] idValue, fm.liveswitch.ByteOutputStream stream) | fm.liveswitch.matroska.Element | protected |
writeUtf8(String value, byte[] idValue, fm.liveswitch.ByteOutputStream stream) | fm.liveswitch.matroska.Element | protected |
writeVariableInteger(long value, fm.liveswitch.ByteOutputStream stream) | fm.liveswitch.matroska.Element | protected |
writeVariableInteger(long value, fm.liveswitch.ByteOutputStream stream, int length) | fm.liveswitch.matroska.Element | protected |