Package 

Class BufferingResourceKt

    • Method Summary

      Modifier and Type Method Description
      final static BufferingResource buffered(Resource $self, Long resourceLength, Integer bufferSize) Wraps this resource in a BufferingResource to improve reading performances.
      • Methods inherited from class java.lang.Object

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

      • buffered

         final static BufferingResource buffered(Resource $self, Long resourceLength, Integer bufferSize)

        Wraps this resource in a BufferingResource to improve reading performances.

        Parameters:
        resourceLength - The total length of the resource, when known.
        bufferSize - Size of the buffer chunks to read.