|
public synchronized int read(byte[] b, int off, int len) throws IOException {
|
|
public synchronized int read(byte[] b, int off, int len) throws IOException {
|
|
SwiftUtils.debug(LOG, "read(buffer, %d, %d)", off, len);
|
|
SwiftUtils.debug(LOG, "read(buffer, %d, %d)", off, len);
|
|
SwiftUtils.validateReadArgs(b, off, len);
|
|
SwiftUtils.validateReadArgs(b, off, len);
|