Package com.gaia3d.io

Class BigEndianDataInputStream

All Implemented Interfaces:
Closeable, DataInput, AutoCloseable

public class BigEndianDataInputStream extends DataInputStream implements DataInput
BigEndianDataInputStream
  • Constructor Details

    • BigEndianDataInputStream

      public BigEndianDataInputStream(InputStream in)
      Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
      Parameters:
      in - the underlying input stream, or null if this instance is to be created without an underlying stream.
  • Method Details