java.nio

E355645

java.nio is a Java API package that provides non-blocking I/O, buffer management, and scalable channel-based input/output operations.

All labels observed (10)

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf Java API ⓘ
Java package ⓘ
contains java.nio.Buffer ⓘ
linked to: java.nio

java.nio.ByteBuffer ⓘ
java.nio.CharBuffer ⓘ
linked to: java.nio

java.nio.DoubleBuffer ⓘ
linked to: java.nio

java.nio.FloatBuffer ⓘ
linked to: java.nio

java.nio.IntBuffer ⓘ
linked to: java.nio

java.nio.LongBuffer ⓘ
java.nio.MappedByteBuffer ⓘ
linked to: java.nio

java.nio.ShortBuffer ⓘ
linked to: java.nio

java.nio.channels ⓘ
java.nio.channels.Channel ⓘ
java.nio.channels.DatagramChannel ⓘ
linked to: java.nio

java.nio.channels.FileChannel ⓘ
java.nio.channels.ReadableByteChannel ⓘ
java.nio.channels.SelectionKey ⓘ
java.nio.channels.Selector ⓘ
java.nio.channels.ServerSocketChannel ⓘ
java.nio.channels.SocketChannel ⓘ
java.nio.channels.WritableByteChannel ⓘ
java.nio.channels.spi.SelectorProvider ⓘ
java.nio.charset ⓘ
java.nio.charset.Charset ⓘ
java.nio.charset.CharsetDecoder ⓘ
java.nio.charset.CharsetEncoder ⓘ
java.nio.charset.CoderResult ⓘ
java.nio.charset.CodingErrorAction ⓘ
java.nio.file ⓘ
java.nio.file.FileSystem ⓘ
java.nio.file.FileSystems ⓘ
java.nio.file.Files ⓘ
java.nio.file.Path ⓘ
java.nio.file.StandardCopyOption ⓘ
java.nio.file.StandardOpenOption ⓘ
java.nio.file.attribute ⓘ
java.nio.file.attribute.BasicFileAttributes ⓘ
java.nio.file.attribute.FileAttribute ⓘ
java.nio.file.spi ⓘ
designedFor high-performance I/O ⓘ
scalable network applications ⓘ
introducedIn Java 1.4 ⓘ
partOf Java Platform Standard Edition ⓘ
provides buffer management ⓘ
channel-based I/O ⓘ
non-blocking I/O ⓘ
supports character set encoding and decoding ⓘ
file system access ⓘ
memory-mapped files ⓘ
scalable I/O operations ⓘ
selectors ⓘ

How these facts were elicited

Referenced by (11)

Full triples — surface form annotated when it differs from this entity's canonical label.

ReadableStreamDefaultController → category → Streams and I/O ⓘ
linked to: java.nio
java.nio → contains → java.nio.CharBuffer ⓘ
linked to: java.nio
java.nio → contains → java.nio.IntBuffer ⓘ
linked to: java.nio
java.nio → contains → java.nio.FloatBuffer ⓘ
linked to: java.nio
java.nio → contains → java.nio.DoubleBuffer ⓘ
linked to: java.nio
java.nio → contains → java.nio.ShortBuffer ⓘ
linked to: java.nio
java.nio → contains → java.nio.MappedByteBuffer ⓘ
linked to: java.nio
java.nio → contains → java.nio.Buffer ⓘ
linked to: java.nio
java.nio → contains → java.nio.channels.DatagramChannel ⓘ
linked to: java.nio