| Package | com.adobe.mediacore.utils.scte35 |
| Class | public class SCTE35ByteArrayTest |
| Inheritance | SCTE35ByteArrayTest Object |
| Method | Defined By | ||
|---|---|---|---|
testEmptyBitRead():void
Check that we are not allowed to read 0 bits. | SCTE35ByteArrayTest | ||
testEmptyByteArray():void
Check that we can not construct SCTE35ByteArray objects with empty byte arrays. | SCTE35ByteArrayTest | ||
testEmptyByteRead():void
Check that we are not allowed to read 0 bytes. | SCTE35ByteArrayTest | ||
testInvalidCountBitRead():void
Check that we can not read more than 64 bits. | SCTE35ByteArrayTest | ||
testMaximumBitRead():void
Check that we can read at least 64 bits. | SCTE35ByteArrayTest | ||
testNullByteArray():void
Check that we can not construct SCTE35ByteArray objects with null byte arrays. | SCTE35ByteArrayTest | ||
testReadBitsAfterEOF():void
Check that we can not read bits after EOF. | SCTE35ByteArrayTest | ||
testReadBitsFromArray():void
Check that we can read any number of bits from 1 to 8 across multiple bytes. | SCTE35ByteArrayTest | ||
testReadBytesFromArray():void
Check that we can read bytes from SCTE-35 array. | SCTE35ByteArrayTest | ||
testReadExtraBits():void
Check that we can not more bits than stored inside the byte array. | SCTE35ByteArrayTest | ||
testReadExtraBytes():void
Check that we can not more bytes than stored inside the byte array. | SCTE35ByteArrayTest | ||
| testEmptyBitRead | () | method |
public function testEmptyBitRead():voidCheck that we are not allowed to read 0 bits.
| testEmptyByteArray | () | method |
public function testEmptyByteArray():voidCheck that we can not construct SCTE35ByteArray objects with empty byte arrays.
| testEmptyByteRead | () | method |
public function testEmptyByteRead():voidCheck that we are not allowed to read 0 bytes.
| testInvalidCountBitRead | () | method |
public function testInvalidCountBitRead():voidCheck that we can not read more than 64 bits.
| testMaximumBitRead | () | method |
public function testMaximumBitRead():voidCheck that we can read at least 64 bits.
| testNullByteArray | () | method |
public function testNullByteArray():voidCheck that we can not construct SCTE35ByteArray objects with null byte arrays.
| testReadBitsAfterEOF | () | method |
public function testReadBitsAfterEOF():voidCheck that we can not read bits after EOF.
| testReadBitsFromArray | () | method |
public function testReadBitsFromArray():voidCheck that we can read any number of bits from 1 to 8 across multiple bytes.
| testReadBytesFromArray | () | method |
public function testReadBytesFromArray():voidCheck that we can read bytes from SCTE-35 array.
| testReadExtraBits | () | method |
public function testReadExtraBits():voidCheck that we can not more bits than stored inside the byte array.
| testReadExtraBytes | () | method |
public function testReadExtraBytes():voidCheck that we can not more bytes than stored inside the byte array.