Home
last modified time | relevance | path

Searched defs:byteOffset (Results 1 – 25 of 39) sorted by relevance

12

/libcore/luni/src/main/java/java/io/
DStringBufferInputStream.java81 @Override public synchronized int read(byte[] buffer, int byteOffset, int byteCount) { in read()
DObjectInput.java76 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException; in read()
DFilterInputStream.java117 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
DInputStream.java176 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
DSequenceInputStream.java173 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
DByteArrayInputStream.java144 @Override public synchronized int read(byte[] buffer, int byteOffset, int byteCount) { in read()
DFileInputStream.java176 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
DLineNumberInputStream.java159 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
DFileOutputStream.java185 public void write(byte[] buffer, int byteOffset, int byteCount) throws IOException { in write()
DPipedInputStream.java282 …@Override public synchronized int read(byte[] bytes, int byteOffset, int byteCount) throws IOExcep… in read()
DPushbackInputStream.java166 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
DRandomAccessFile.java285 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
687 public void write(byte[] buffer, int byteOffset, int byteCount) throws IOException { in write()
DBufferedInputStream.java252 …@Override public synchronized int read(byte[] buffer, int byteOffset, int byteCount) throws IOExce… in read()
DDataInputStream.java62 … @Override public final int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/libcore/dom/src/test/java/org/w3c/domts/
DDOMLocatorImpl.java25 private final int byteOffset; field in DOMLocatorImpl
/libcore/luni/src/main/java/java/util/zip/
DCheckedInputStream.java81 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
DDeflaterInputStream.java114 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
DInflaterInputStream.java139 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
DGZIPInputStream.java129 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java208 …@Override public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long of… in pread()
218 …@Override public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long o… in pwrite()
228 …@Override public int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws E… in read()
248 …@Override public int recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int … in recvfrom()
273 …@Override public int sendto(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int fl… in sendto()
311 …@Override public int write(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws … in write()
DIoBridge.java466 …public static int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws IOEx… in read()
490 …public static void write(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws IO… in write()
506 …public static int sendto(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags… in sendto()
549 …public static int recvfrom(boolean isRead, FileDescriptor fd, byte[] bytes, int byteOffset, int by… in recvfrom()
DPosix.java127 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread()
145 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite()
163 …public int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoExcept… in read()
183 …public int recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, Ine… in recvfrom()
187 …private native int recvfromBytes(FileDescriptor fd, Object buffer, int byteOffset, int byteCount, … in recvfromBytes()
204 …public int sendto(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetA… in sendto()
208 …private native int sendtoBytes(FileDescriptor fd, Object buffer, int byteOffset, int byteCount, in… in sendtoBytes()
256 …public int write(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoExcep… in write()
/libcore/luni/src/main/java/java/security/
DDigestInputStream.java112 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/libcore/luni/src/main/java/java/util/jar/
DJarInputStream.java153 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/libcore/luni/src/main/java/java/util/concurrent/atomic/
DAtomicReferenceArray.java53 private static long byteOffset(int i) { in byteOffset() method in AtomicReferenceArray

12