Uses of Package
java.nio
| Package | Description |
|---|---|
| com.squareup.okhttp.internal | |
| java.io | |
| java.lang | |
| java.nio | |
| java.nio.channels | |
| java.nio.charset | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.util | |
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| libcore.io | |
| org.apache.harmony.crypto.internal | |
| org.conscrypt | |
| org.robovm.rt | |
| org.robovm.rt.bro | |
| org.robovm.rt.bro.ptr |
-
Classes in java.nio used by com.squareup.okhttp.internal Class Description ByteOrder Defines byte order constants. -
Classes in java.nio used by java.io Class Description CharBuffer A buffer of chars. -
Classes in java.nio used by java.lang Class Description ByteBuffer A buffer for bytes.CharBuffer A buffer of chars. -
Classes in java.nio used by java.nio Class Description Buffer A buffer is a list of elements of a specific primitive type.ByteBuffer A buffer for bytes.ByteOrder Defines byte order constants.CharBuffer A buffer of chars.DoubleBuffer A buffer of doubles.FloatBuffer A buffer of floats.IntBuffer A buffer of ints.LongBuffer A buffer of longs.MappedByteBuffer MappedByteBufferis a special kind of direct byte buffer which maps a region of file to memory.ShortBuffer A buffer of shorts. -
Classes in java.nio used by java.nio.channels Class Description ByteBuffer A buffer for bytes.MappedByteBuffer MappedByteBufferis a special kind of direct byte buffer which maps a region of file to memory. -
Classes in java.nio used by java.nio.charset Class Description BufferOverflowException ABufferOverflowExceptionis thrown when elements are written to a buffer but there is not enough remaining space in the buffer.BufferUnderflowException ABufferUnderflowExceptionis thrown when elements are read from a buffer but there are not enough remaining elements in the buffer.ByteBuffer A buffer for bytes.CharBuffer A buffer of chars. -
Classes in java.nio used by java.security Class Description ByteBuffer A buffer for bytes. -
Classes in java.nio used by java.util Class Description ByteBuffer A buffer for bytes.LongBuffer A buffer of longs. -
Classes in java.nio used by javax.crypto Class Description ByteBuffer A buffer for bytes. -
Classes in java.nio used by javax.net.ssl Class Description ByteBuffer A buffer for bytes. -
Classes in java.nio used by libcore.io Class Description ByteBuffer A buffer for bytes.ByteOrder Defines byte order constants. -
Classes in java.nio used by org.apache.harmony.crypto.internal Class Description ByteBuffer A buffer for bytes. -
Classes in java.nio used by org.conscrypt Class Description ByteBuffer A buffer for bytes. -
Classes in java.nio used by org.robovm.rt Class Description ByteBuffer A buffer for bytes. -
Classes in java.nio used by org.robovm.rt.bro Class Description Buffer A buffer is a list of elements of a specific primitive type.ByteBuffer A buffer for bytes.CharBuffer A buffer of chars.DoubleBuffer A buffer of doubles.FloatBuffer A buffer of floats.IntBuffer A buffer of ints.LongBuffer A buffer of longs.ShortBuffer A buffer of shorts. -
Classes in java.nio used by org.robovm.rt.bro.ptr Class Description ByteBuffer A buffer for bytes.CharBuffer A buffer of chars.DoubleBuffer A buffer of doubles.FloatBuffer A buffer of floats.IntBuffer A buffer of ints.LongBuffer A buffer of longs.ShortBuffer A buffer of shorts.