Package com.aurumsmods.littlebigio


package com.aurumsmods.littlebigio
  • Class
    Description
    A binary input stream provides readability of primitive data types from an underlying input stream.
    A binary output stream provides methods to write primitive data types from an underlying input stream.
    A utility class that provides static methods to convert various primitive data types into byte representations and vice-versa.
    Thrown to indicate that an incorrect byte order mark, or BOM for short, has been detected.
    An interface for byte order-dependent components, such as IO streams.
    Provides a contract for reading unsigned 32-bit integers from a data source, such as an InputStream.