public int read()

in src/android/FileTransfer.java [156:158]


        public int read(byte[] bytes, int offset, int count) throws IOException {
            return updateBytesRead(super.read(bytes, offset, count));
        }