php-byte-buffer icon indicating copy to clipboard operation
php-byte-buffer copied to clipboard

Reading And Writing Binary Data (incl. primitive types, ex. byte, ubyte, short, ushort, int, uint, long, float, double). The classes also help with porting the I/O operations of the JAVA code.

Results 2 php-byte-buffer issues
Sort by recently updated
recently updated
newest added

I am porting a Java program which utilises a UTF-8 string conversion to a byte array. It then allocates a byte buffer with a fixed value of 16, before writing...

First of all, thank you for this great package! I took the liberty add this license file based on the MIT license specified in the composer file. For more details...