Searched defs:off (Results 1 - 25 of 551) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/io/ByteArrayOutputStream/
H A DWriteBounds.java34 private static void dotest(byte[] b, int off, int len, argument
/openjdk10/jdk/test/java/io/BufferedInputStream/
H A DReadZeroBytes.java52 public int read(byte[] b, int off, int len) throws IOException { argument
H A DSkipTest.java91 public int read(byte b[], int off, int len) throws IOException { argument
/openjdk10/langtools/test/tools/javac/implicitThis/
H A DNewBeforeOuterConstructed.java18 public void write(byte b[], int off, int len) { } argument
/openjdk10/jdk/src/java.base/share/classes/sun/nio/cs/
H A DArrayDecoder.java34 int decode(byte[] src, int off, int len, char[] dst); argument
/openjdk10/jdk/src/java.base/share/native/libzip/
H A DAdler32.c47 Java_java_util_zip_Adler32_updateBytes(JNIEnv *env, jclass cls, jint adler, jarray b, jint off, jint len) argument
60 Java_java_util_zip_Adler32_updateByteBuffer(JNIEnv *env, jclass cls, jint adler, jlong address, jint off, jint len) argument
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DInputStreamAdapter.java46 public int read(byte b[], int off, int len) throws IOException { argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DSourceDataLine.java183 int write(byte[] b, int off, int len); argument
H A DTargetDataLine.java173 int read(byte[] b, int off, int len); argument
/openjdk10/jdk/src/java.base/share/classes/java/io/
H A DObjectOutput.java74 public void write(byte b[], int off, int len) throws IOException; argument
H A DObjectInput.java82 public int read(byte b[], int off, int len) throws IOException; argument
H A DOutputStream.java106 public void write(byte b[], int off, int len) throws IOException { argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/zip/
H A DChecksum.java68 public void update(byte[] b, int off, int len); argument
H A DCheckedOutputStream.java73 public void write(byte[] b, int off, int len) throws IOException { argument
/openjdk10/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DUndefLengthOutputStream.java57 public void write (byte[]b, int off, int len) throws IOException { argument
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/log/
H A DLogOutputStream.java72 public void write(byte b[], int off, int len) throws IOException { argument
/openjdk10/jdk/test/java/awt/datatransfer/ConstructFlavoredObjectTest/
H A DConstructFlavoredObjectTest.java94 public int read(char[] cbuf, int off, int len) throws IOException { argument
/openjdk10/jdk/test/java/io/charStreams/
H A DABCOutputStream.java50 public void write(byte buf[], int off, int len) throws IOException { argument
H A DABCReader.java53 public int read(char cbuf[], int off, int len) { argument
/openjdk10/jdk/test/java/io/Serializable/readPastObject/
H A DReadPastObject.java53 public int read(byte[] b, int off, int len) { argument
/openjdk10/jdk/test/java/io/readBytes/
H A DReadBytesBounds.java84 static void testRead(int off, int len, boolean expected) throws Throwable { argument
/openjdk10/jdk/test/java/nio/charset/coders/
H A DUtil.java59 public static String toString(byte[] ba, int off, int len) { argument
81 public static String toString(char[] ca, int off, int len) { argument
/openjdk10/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DCompressOutputStream.java56 public void write(byte b[], int off, int len) throws IOException { argument
H A DCompressInputStream.java63 public int read(byte b[], int off, int len) throws IOException { argument
/openjdk10/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/
H A DCompressOutputStream.java56 public void write(byte b[], int off, int len) throws IOException { argument

Completed in 202 milliseconds

1234567891011>>