The PipedInputStream on Android is 1024 bytes by default.
protected static final int PIPE_SIZE = 1024;
In many cases this value is too small, so the constructor with the size parameter should be used instead.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment