Package 

Interface EndianSeekableDataInput

  • All Implemented Interfaces:
    java.io.Closeable , java.io.DataInput , java.lang.AutoCloseable , org.jetbrains.bio.SeekableDataInput

    
    public interface EndianSeekableDataInput
     implements SeekableDataInput
                        
    • Method Summary

      Modifier and Type Method Description
      abstract ByteOrder getOrder()
      abstract Unit setOrder(ByteOrder order)
      • Methods inherited from class org.jetbrains.bio.EndianSeekableDataInput

        length, position, read, readDouble, readFloat, readInt, readLong, seek
      • Methods inherited from class org.jetbrains.bio.SeekableDataInput

        close, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUTF, readUnsignedByte, readUnsignedShort, skipBytes
      • Methods inherited from class java.io.DataInput

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait