1

I am using VFS for the file operation. While IO operation one the below method comes in the flow.

class DefaultFileContent

method public long write(final OutputStream output, final int bufferSize) throws IOException javadoc

source code which writes output stream from input stream and It uses BUFFER SIZE of 4096.

I want to increase this buffer size I have an idea for re-compiling the source. But is there any configuration for the same?

mcacorner
  • 1,304
  • 3
  • 22
  • 45

0 Answers0