Home
last modified time | relevance | path

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

12345

/libcore/ojluni/src/main/java/java/io/
DOutputStream.java82 public void write(int b) throws IOException { in nullOutputStream() method
87 public void write(byte b[], int off, int len) throws IOException { in nullOutputStream() method
114 public abstract void write(int b) throws IOException; in write() method
126 public void write(byte b[]) throws IOException { in write() method
158 public void write(byte b[], int off, int len) throws IOException { in write() method
DWriter.java114 public void write(int c) throws IOException { in nullWriter() method
119 public void write(char[] cbuf, int off, int len) throws IOException { in nullWriter() method
125 public void write(String str) throws IOException { in nullWriter() method
131 public void write(String str, int off, int len) throws IOException { in nullWriter() method
193 public void write(int c) throws IOException { in write() method
212 public void write(char cbuf[]) throws IOException { in write() method
237 public abstract void write(char cbuf[], int off, int len) throws IOException; in write() method
248 public void write(String str) throws IOException { in write() method
278 public void write(String str, int off, int len) throws IOException { in write() method
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
DFilterWriter.java64 public void write(int c) throws IOException { in write() method in FilterWriter
82 public void write(char cbuf[], int off, int len) throws IOException { in write() method in FilterWriter
100 public void write(String str, int off, int len) throws IOException { in write() method in FilterWriter
DFilterOutputStream.java86 public void write(int b) throws IOException { in write() method in FilterOutputStream
107 public void write(byte b[]) throws IOException { in write() method in FilterOutputStream
132 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
92 public void write(char cbuf[], int off, int len) { in write() method in StringWriter
105 public void write(String str) { in write() method in StringWriter
121 public void write(String str, int off, int len) { in write() method in StringWriter
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
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
DPipedWriter.java120 public void write(int c) throws IOException { in write() method in PipedWriter
150 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
117 public synchronized void write(byte b[], int off, int len) throws IOException { in write() method in BufferedOutputStream
DOutputStreamWriter.java186 public void write(int c) throws IOException { in write() method in OutputStreamWriter
204 public void write(char cbuf[], int off, int len) throws IOException { in write() method in OutputStreamWriter
222 public void write(String str, int off, int len) throws IOException { in write() method in OutputStreamWriter
DCharArrayWriter.java78 public void write(int c) { in write() method in CharArrayWriter
100 public void write(char c[], int off, int len) { in write() method in CharArrayWriter
128 public void write(String str, int off, int len) { in write() method in CharArrayWriter
DBufferedWriter.java130 public void write(int c) throws IOException { in write() method in BufferedWriter
169 public void write(char cbuf[], int off, int len) throws IOException { in write() method in BufferedWriter
222 public void write(String s, int off, int len) throws IOException { in write() method in BufferedWriter
/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
DDatagramChannel.java552 public abstract int write(ByteBuffer src) throws IOException; in write() method in DatagramChannel
571 public abstract long write(ByteBuffer[] srcs, int offset, int length) in write() method in DatagramChannel
591 public final long write(ByteBuffer[] srcs) throws IOException { in write() method in DatagramChannel
/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.java133 public void write(int b) throws IOException { in write() method in SocketOutputStream
143 public void write(byte b[]) throws IOException { in write() method in SocketOutputStream
155 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.java115 public void write(int b) throws IOException { in write() method in DigestOutputStream
145 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