Home
last modified time | relevance | path

Searched refs:ReadableByteChannel (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/net/
H A DSocketInputStream.java27 import java.nio.channels.ReadableByteChannel;
42 implements ReadableByteChannel {
47 ReadableByteChannel channel;
49 Reader(ReadableByteChannel channel, long timeout) throws IOException { in Reader()
70 public SocketInputStream(ReadableByteChannel channel, long timeout) in SocketInputStream()
144 public ReadableByteChannel getChannel() { in getChannel()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/
H A DSocketInputStream.java28 import java.nio.channels.ReadableByteChannel;
43 implements ReadableByteChannel {
48 ReadableByteChannel channel;
50 Reader(ReadableByteChannel channel, long timeout) throws IOException { in Reader()
72 public SocketInputStream(ReadableByteChannel channel, long timeout) in SocketInputStream()
148 public ReadableByteChannel getChannel() { in getChannel()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/nio/channels/
H A DChannels.h19 class ReadableByteChannel; variable
36 static ::java::io::InputStream * newInputStream(::java::nio::channels::ReadableByteChannel *);
38 static ::java::nio::channels::ReadableByteChannel * newChannel(::java::io::InputStream *);
40 …static ::java::io::Reader * newReader(::java::nio::channels::ReadableByteChannel *, ::java::nio::c…
41 …static ::java::io::Reader * newReader(::java::nio::channels::ReadableByteChannel *, ::java::lang::…
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/nio/channels/
H A DChannels.h19 class ReadableByteChannel; variable
36 static ::java::io::InputStream * newInputStream(::java::nio::channels::ReadableByteChannel *);
38 static ::java::nio::channels::ReadableByteChannel * newChannel(::java::io::InputStream *);
40 …static ::java::io::Reader * newReader(::java::nio::channels::ReadableByteChannel *, ::java::nio::c…
41 …static ::java::io::Reader * newReader(::java::nio::channels::ReadableByteChannel *, ::java::lang::…
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/nio/channels/
H A DChannels.h19 class ReadableByteChannel; variable
36 static ::java::io::InputStream * newInputStream(::java::nio::channels::ReadableByteChannel *);
38 static ::java::nio::channels::ReadableByteChannel * newChannel(::java::io::InputStream *);
40 …static ::java::io::Reader * newReader(::java::nio::channels::ReadableByteChannel *, ::java::nio::c…
41 …static ::java::io::Reader * newReader(::java::nio::channels::ReadableByteChannel *, ::java::lang::…
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/nio/channels/
H A DChannels.h19 class ReadableByteChannel; variable
36 static ::java::io::InputStream * newInputStream(::java::nio::channels::ReadableByteChannel *);
38 static ::java::nio::channels::ReadableByteChannel * newChannel(::java::io::InputStream *);
40 …static ::java::io::Reader * newReader(::java::nio::channels::ReadableByteChannel *, ::java::nio::c…
41 …static ::java::io::Reader * newReader(::java::nio::channels::ReadableByteChannel *, ::java::lang::…
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/nio/channels/
H A DChannels.h19 class ReadableByteChannel; variable
36 static ::java::io::InputStream * newInputStream(::java::nio::channels::ReadableByteChannel *);
38 static ::java::nio::channels::ReadableByteChannel * newChannel(::java::io::InputStream *);
40 …static ::java::io::Reader * newReader(::java::nio::channels::ReadableByteChannel *, ::java::nio::c…
41 …static ::java::io::Reader * newReader(::java::nio::channels::ReadableByteChannel *, ::java::lang::…
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java12 import java.nio.channels.ReadableByteChannel;
17 public class BrotliDecoderChannel extends Decoder implements ReadableByteChannel {
30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in BrotliDecoderChannel()
34 public BrotliDecoderChannel(ReadableByteChannel source) throws IOException { in BrotliDecoderChannel()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/net/
H A DEncryptedPeer.java27 import java.nio.channels.ReadableByteChannel;
50 private final ReadableByteChannel channel;
56 this.channel = ios.in instanceof ReadableByteChannel ? in EncryptedPeer()
57 (ReadableByteChannel)ios.in : null; in EncryptedPeer()
61 public ReadableByteChannel getInputStreamChannel() { in getInputStreamChannel()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java12 import java.nio.channels.ReadableByteChannel;
17 public class BrotliDecoderChannel extends Decoder implements ReadableByteChannel {
30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in BrotliDecoderChannel()
34 public BrotliDecoderChannel(ReadableByteChannel source) throws IOException { in BrotliDecoderChannel()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java12 import java.nio.channels.ReadableByteChannel;
17 public class BrotliDecoderChannel extends Decoder implements ReadableByteChannel {
30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in BrotliDecoderChannel()
34 public BrotliDecoderChannel(ReadableByteChannel source) throws IOException { in BrotliDecoderChannel()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java12 import java.nio.channels.ReadableByteChannel;
17 public class BrotliDecoderChannel extends Decoder implements ReadableByteChannel {
30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in BrotliDecoderChannel()
34 public BrotliDecoderChannel(ReadableByteChannel source) throws IOException { in BrotliDecoderChannel()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java12 import java.nio.channels.ReadableByteChannel;
17 public class BrotliDecoderChannel extends Decoder implements ReadableByteChannel {
30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in BrotliDecoderChannel()
34 public BrotliDecoderChannel(ReadableByteChannel source) throws IOException { in BrotliDecoderChannel()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java12 import java.nio.channels.ReadableByteChannel;
17 public class BrotliDecoderChannel extends Decoder implements ReadableByteChannel {
30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in BrotliDecoderChannel()
34 public BrotliDecoderChannel(ReadableByteChannel source) throws IOException { in BrotliDecoderChannel()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java12 import java.nio.channels.ReadableByteChannel;
17 public class BrotliDecoderChannel extends Decoder implements ReadableByteChannel {
30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in BrotliDecoderChannel()
34 public BrotliDecoderChannel(ReadableByteChannel source) throws IOException { in BrotliDecoderChannel()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java12 import java.nio.channels.ReadableByteChannel;
17 public class BrotliDecoderChannel extends Decoder implements ReadableByteChannel {
30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in BrotliDecoderChannel()
34 public BrotliDecoderChannel(ReadableByteChannel source) throws IOException { in BrotliDecoderChannel()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java12 import java.nio.channels.ReadableByteChannel;
17 public class BrotliDecoderChannel extends Decoder implements ReadableByteChannel {
30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in BrotliDecoderChannel()
34 public BrotliDecoderChannel(ReadableByteChannel source) throws IOException { in BrotliDecoderChannel()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java12 import java.nio.channels.ReadableByteChannel;
17 public class BrotliDecoderChannel extends Decoder implements ReadableByteChannel { in a_function()
30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in a_function()
34 public BrotliDecoderChannel(ReadableByteChannel source) throws IOException { in a_function()
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java12 import java.nio.channels.ReadableByteChannel;
17 public class BrotliDecoderChannel extends Decoder implements ReadableByteChannel {
30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in BrotliDecoderChannel()
34 public BrotliDecoderChannel(ReadableByteChannel source) throws IOException { in BrotliDecoderChannel()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/Channels/
H A DBasic.java60 Channels.newInputStream((ReadableByteChannel)null); in test()
70 ReadableByteChannel channel = Channels.newChannel((InputStream)null); in test()
85 ReadableByteChannel rbc = new ReadableByteChannel() { in test()
92 Channels.newReader((ReadableByteChannel)null, in test()
104 Channels.newReader((ReadableByteChannel)null, in test()
293 ReadableByteChannel rbc = Channels.newChannel(fis); in testNewChannelIn()
336 ReadableByteChannel rbc = Channels.newChannel(fis); in testNewChannelReadAfterClose()
351 ReadableByteChannel rbc = Channels.newChannel(fis); in test4481572()
381 ReadableByteChannel rbc = (ReadableByteChannel)fis.getChannel(); in testNewReader()
453 ReadableByteChannel channel = new ReadableByteChannel() { in testNewReaderClose()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/channels/Channels/
H A DBasic.java60 Channels.newInputStream((ReadableByteChannel)null); in test()
70 ReadableByteChannel channel = Channels.newChannel((InputStream)null); in test()
85 ReadableByteChannel rbc = new ReadableByteChannel() { in test()
92 Channels.newReader((ReadableByteChannel)null, in test()
104 Channels.newReader((ReadableByteChannel)null, in test()
293 ReadableByteChannel rbc = Channels.newChannel(fis); in testNewChannelIn()
336 ReadableByteChannel rbc = Channels.newChannel(fis); in testNewChannelReadAfterClose()
351 ReadableByteChannel rbc = Channels.newChannel(fis); in test4481572()
381 ReadableByteChannel rbc = (ReadableByteChannel)fis.getChannel(); in testNewReader()
453 ReadableByteChannel channel = new ReadableByteChannel() { in testNewReaderClose()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/channels/Channels/
H A DBasic.java60 Channels.newInputStream((ReadableByteChannel)null); in test()
70 ReadableByteChannel channel = Channels.newChannel((InputStream)null); in test()
85 ReadableByteChannel rbc = new ReadableByteChannel() { in test()
92 Channels.newReader((ReadableByteChannel)null, in test()
104 Channels.newReader((ReadableByteChannel)null, in test()
293 ReadableByteChannel rbc = Channels.newChannel(fis); in testNewChannelIn()
336 ReadableByteChannel rbc = Channels.newChannel(fis); in testNewChannelReadAfterClose()
351 ReadableByteChannel rbc = Channels.newChannel(fis); in test4481572()
381 ReadableByteChannel rbc = (ReadableByteChannel)fis.getChannel(); in testNewReader()
453 ReadableByteChannel channel = new ReadableByteChannel() { in testNewReaderClose()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/Channels/
H A DBasic.java60 Channels.newInputStream((ReadableByteChannel)null); in test()
70 ReadableByteChannel channel = Channels.newChannel((InputStream)null); in test()
85 ReadableByteChannel rbc = new ReadableByteChannel() { in test()
92 Channels.newReader((ReadableByteChannel)null, in test()
104 Channels.newReader((ReadableByteChannel)null, in test()
293 ReadableByteChannel rbc = Channels.newChannel(fis); in testNewChannelIn()
336 ReadableByteChannel rbc = Channels.newChannel(fis); in testNewChannelReadAfterClose()
351 ReadableByteChannel rbc = Channels.newChannel(fis); in test4481572()
381 ReadableByteChannel rbc = (ReadableByteChannel)fis.getChannel(); in testNewReader()
453 ReadableByteChannel channel = new ReadableByteChannel() { in testNewReaderClose()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/Channels/
H A DBasic.java60 Channels.newInputStream((ReadableByteChannel)null); in test()
70 ReadableByteChannel channel = Channels.newChannel((InputStream)null); in test()
85 ReadableByteChannel rbc = new ReadableByteChannel() { in test()
92 Channels.newReader((ReadableByteChannel)null, in test()
104 Channels.newReader((ReadableByteChannel)null, in test()
293 ReadableByteChannel rbc = Channels.newChannel(fis); in testNewChannelIn()
336 ReadableByteChannel rbc = Channels.newChannel(fis); in testNewChannelReadAfterClose()
351 ReadableByteChannel rbc = Channels.newChannel(fis); in test4481572()
381 ReadableByteChannel rbc = (ReadableByteChannel)fis.getChannel(); in testNewReader()
453 ReadableByteChannel channel = new ReadableByteChannel() { in testNewReaderClose()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/Channels/
H A DBasic.java61 Channels.newInputStream((ReadableByteChannel)null); in test()
71 ReadableByteChannel channel = Channels.newChannel((InputStream)null); in test()
86 ReadableByteChannel rbc = new ReadableByteChannel() { in test()
93 Channels.newReader((ReadableByteChannel)null, in test()
105 Channels.newReader((ReadableByteChannel)null, in test()
266 ReadableByteChannel rbc = Channels.newChannel(fis); in testNewChannelIn()
293 ReadableByteChannel rbc = Channels.newChannel(fis); in test4481572()
323 ReadableByteChannel rbc = (ReadableByteChannel)fis.getChannel(); in testNewReader()

12345678910>>...26