Package 

Object EndianBufferFactory.Companion

    • Method Summary

      Modifier and Type Method Description
      final EndianBufferFactory create(String path, ByteOrder byteOrder, Integer bufferSize)
      • Methods inherited from class org.jetbrains.bio.EndianBufferFactory.Companion

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

         final EndianBufferFactory create(String path, ByteOrder byteOrder, Integer bufferSize)
        Parameters:
        path - File path or URL, see htsjdk.samtools.seekablestream.SeekableStreamFactory#getStreamFor
        byteOrder - Byte order: Little Endian or Big Endian, could be changed after stream has been created
        bufferSize - Buffer size, could be changed after stream has been created