-
public final class BufferingResourceKt
-
-
Method Summary
Modifier and Type Method Description final static BufferingResourcebuffered(Resource $self, Long resourceLength, Integer bufferSize)Wraps this resource in a BufferingResource to improve reading performances. -
-
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.
-
-
-
-