Searched refs:WritableByteChannel (Results 1 – 14 of 14) sorted by relevance
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | Channels.java | 75 private static void writeFullyImpl(WritableByteChannel ch, ByteBuffer bb) in writeFullyImpl() 91 private static void writeFully(WritableByteChannel ch, ByteBuffer bb) in writeFully() 143 public static OutputStream newOutputStream(final WritableByteChannel ch) { in newOutputStream() 422 public static WritableByteChannel newChannel(final OutputStream out) { 429 implements WritableByteChannel 567 public static Writer newWriter(final WritableByteChannel ch, 604 public static Writer newWriter(WritableByteChannel ch,
|
D | ByteChannel.java | 42 extends ReadableByteChannel, WritableByteChannel
|
D | WritableByteChannel.java | 48 public interface WritableByteChannel interface
|
D | GatheringByteChannel.java | 50 extends WritableByteChannel
|
D | Pipe.java | 95 implements WritableByteChannel, GatheringByteChannel
|
D | FileChannel.java | 620 WritableByteChannel target) in transferTo()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | ChannelsTest.java | 35 import java.nio.channels.WritableByteChannel; 191 WritableByteChannel rbChannel = Channels.newChannel(this.fouts); in testNewChannelOutputStream_inputNull() 212 WritableByteChannel rbChannel = Channels.newChannel(this.fouts); in testNewChannelOutputStream_BufNull() 232 WritableByteChannel testChannel = this.fouts.getChannel(); in testNewChannelOutputStream() 233 WritableByteChannel rbChannel = Channels.newChannel(this.fouts); in testNewChannelOutputStream() 318 OutputStream testouts = Channels.newOutputStream((WritableByteChannel) null); in testNewOutputStreamWritableByteChannel_InputNull() 325 WritableByteChannel writebc = Channels.newChannel((OutputStream) null); in testNewOutputStreamWritableByteChannel_InputNull() 338 WritableByteChannel writebc = this.fouts.getChannel(); in testNewOutputStreamWritableByteChannel() 377 WritableByteChannel wbChannel = Channels.newChannel(this.fouts); in testnewWriterCharsetError() 517 WritableByteChannel wbChannel = Channels.newChannel(this.fouts); in testNewWriterWritableByteChannelString_internalBufZero() [all …]
|
D | FileChannelTest.java | 43 import java.nio.channels.WritableByteChannel; 97 private WritableByteChannel writableByteChannel; 3178 public long transferTo(long arg0, long arg1, WritableByteChannel arg2) in transferTo()
|
/libcore/ojluni/src/main/java/sun/nio/cs/ |
D | StreamEncoder.java | 81 public static StreamEncoder forEncoder(WritableByteChannel ch, in forEncoder() 167 private WritableByteChannel ch; 199 private StreamEncoder(WritableByteChannel ch, CharsetEncoder enc, int mbc) { in StreamEncoder()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | ChannelsTest.java | 27 import java.nio.channels.WritableByteChannel; 66 WritableByteChannel sinkChannel = pipe.sink(); in createNonBlockingChannel()
|
D | OldFileChannelTest.java | 35 import java.nio.channels.WritableByteChannel; 1055 WritableByteChannel writableByteChannel = DatagramChannel.open(); in test_transferToJJLWritableByteChannel_IllegalArgument()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | InterruptedStreamTest.java | 36 import java.nio.channels.WritableByteChannel; 179 private void testInterruptWritableChannel(final WritableByteChannel channel) throws Exception { in testInterruptWritableChannel()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileChannelImpl.java | 46 import java.nio.channels.WritableByteChannel; 462 WritableByteChannel target, in transferToDirectlyInternal() 501 WritableByteChannel target) in transferToDirectly() 552 WritableByteChannel target) in transferToTrustedChannel() 600 WritableByteChannel target) in transferToArbitraryChannel() 636 WritableByteChannel target) in transferTo()
|
/libcore/ |
D | openjdk_java_files.bp | 429 "ojluni/src/main/java/java/nio/channels/WritableByteChannel.java",
|