Home
last modified time | relevance | path

Searched defs:write (Results 1 – 25 of 104) sorted by relevance

12345

/libcore/ojluni/src/main/java/java/io/
DOutputStream.java62 public abstract void write(int b) throws IOException; in write() method in OutputStream
74 public void write(byte b[]) throws IOException { in write() method in OutputStream
106 public void write(byte b[], int off, int len) throws IOException { in write() method in OutputStream
DObjectOutput.java57 public void write(int b) throws IOException; in write() method
65 public void write(byte b[]) throws IOException; in write() method
74 public void write(byte b[], int off, int len) throws IOException; in write() method
DWriter.java107 public void write(int c) throws IOException { in write() method in Writer
126 public void write(char cbuf[]) throws IOException { in write() method in Writer
145 abstract public void write(char cbuf[], int off, int len) throws IOException; in write() method in Writer
156 public void write(String str) throws IOException { in write() method in Writer
180 public void write(String str, int off, int len) throws IOException { in write() method in Writer
DFilterWriter.java64 public void write(int c) throws IOException { in write() method in FilterWriter
77 public void write(char cbuf[], int off, int len) throws IOException { in write() method in FilterWriter
90 public void write(String str, int off, int len) throws IOException { in write() method in FilterWriter
DFilterOutputStream.java82 public void write(int b) throws IOException { in write() method in FilterOutputStream
102 public void write(byte b[]) throws IOException { in write() method in FilterOutputStream
126 public void write(byte b[], int off, int len) throws IOException { in write() method in FilterOutputStream
DStringWriter.java76 public void write(int c) { in write() method in StringWriter
87 public void write(char cbuf[], int off, int len) { in write() method in StringWriter
100 public void write(String str) { in write() method in StringWriter
111 public void write(String str, int off, int len) { in write() method in StringWriter
DOutputStreamWriter.java193 public void write(int c) throws IOException { in write() method in OutputStreamWriter
206 public void write(char cbuf[], int off, int len) throws IOException { in write() method in OutputStreamWriter
219 public void write(String str, int off, int len) throws IOException { in write() method in OutputStreamWriter
DPipedOutputStream.java118 public void write(int b) throws IOException { in write() method in PipedOutputStream
138 public void write(byte b[], int off, int len) throws IOException { in write() method in PipedOutputStream
DDataOutput.java60 void write(int b) throws IOException; in write() method
75 void write(byte b[]) throws IOException; in write() method
97 void write(byte b[], int off, int len) throws IOException; in write() method
DPipedWriter.java120 public void write(int c) throws IOException { in write() method in PipedWriter
144 public void write(char cbuf[], int off, int len) throws IOException { in write() method in PipedWriter
DBufferedOutputStream.java93 public synchronized void write(int b) throws IOException { in write() method in BufferedOutputStream
116 public synchronized void write(byte b[], int off, int len) throws IOException { in write() method in BufferedOutputStream
DCharArrayWriter.java78 public void write(int c) { in write() method in CharArrayWriter
95 public void write(char c[], int off, int len) { in write() method in CharArrayWriter
118 public void write(String str, int off, int len) { in write() method in CharArrayWriter
DBufferedWriter.java139 public void write(int c) throws IOException { in write() method in BufferedWriter
173 public void write(char cbuf[], int off, int len) throws IOException { in write() method in BufferedWriter
219 public void write(String s, int off, int len) throws IOException { in write() method in BufferedWriter
DFileOutputStream.java350 public void write(int b) throws IOException { in write() method in FileOutputStream
377 public void write(byte b[]) throws IOException { in write() method in FileOutputStream
391 public void write(byte b[], int off, int len) throws IOException { in write() method in FileOutputStream
/libcore/support/src/test/java/tests/support/
DSupport_StringWriter.java113 public void write(char[] buf, int offset, int count) { in write() method in Support_StringWriter
135 public void write(int oneChar) { in write() method in Support_StringWriter
150 public void write(String str) { in write() method in Support_StringWriter
172 public void write(String str, int offset, int count) { in write() method in Support_StringWriter
DSupport_OutputStream.java58 public void write(byte buffer[]) throws IOException { in write() method in Support_OutputStream
68 public void write(byte buffer[], int offset, int count) throws IOException { in write() method in Support_OutputStream
81 public void write(int oneByte) throws IOException { in write() method in Support_OutputStream
/libcore/ojluni/src/main/java/java/nio/channels/
DGatheringByteChannel.java127 public long write(ByteBuffer[] srcs, int offset, int length) in write() method
164 public long write(ByteBuffer[] srcs) throws IOException; in write() method
DAsynchronousByteChannel.java187 <A> void write(ByteBuffer src, in write() method
212 Future<Integer> write(ByteBuffer src); in write() method
/libcore/ojluni/src/main/java/javax/crypto/
DCipherOutputStream.java119 public void write(int b) throws IOException { in write() method in CipherOutputStream
143 public void write(byte b[]) throws IOException { in write() method in CipherOutputStream
157 public void write(byte b[], int off, int len) throws IOException { in write() method in CipherOutputStream
/libcore/ojluni/src/main/java/java/util/zip/
DCheckedOutputStream.java59 public void write(int b) throws IOException { in write() method in CheckedOutputStream
72 public void write(byte[] b, int off, int len) throws IOException { in write() method in CheckedOutputStream
/libcore/ojluni/src/main/java/java/net/
DSocketOutputStream.java138 public void write(int b) throws IOException { in write() method in SocketOutputStream
148 public void write(byte b[]) throws IOException { in write() method in SocketOutputStream
160 public void write(byte b[], int off, int len) throws IOException { in write() method in SocketOutputStream
/libcore/ojluni/src/main/java/sun/net/
DTelnetOutputStream.java96 public void write(int c) throws IOException { in write() method in TelnetOutputStream
130 public void write(byte bytes[], int off, int length) throws IOException { in write() method in TelnetOutputStream
/libcore/luni/src/test/java/libcore/java/io/
DOldFilterWriterTest.java48 public void write(char[] buffer, int offset, int count) throws IOException { in write() method in OldFilterWriterTest.MockWriter
52 public void write(int oneChar) throws IOException { in write() method in OldFilterWriterTest.MockWriter
56 public void write(String str, int offset, int count) throws IOException { in write() method in OldFilterWriterTest.MockWriter
/libcore/ojluni/src/main/java/java/security/
DDigestOutputStream.java114 public void write(int b) throws IOException { in write() method in DigestOutputStream
144 public void write(byte[] b, int off, int len) throws IOException { in write() method in DigestOutputStream
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldErrorManagerTest.java55 public void write(byte[] buffer) { in write() method in OldErrorManagerTest.MockStream
60 public synchronized void write(byte[] buffer, int offset, int len) { in write() method in OldErrorManagerTest.MockStream

12345