public class CryptoFSDataInputStream extends FSDataInputStream
StreamCapabilities.StreamCapabilityinDROPBEHIND, HFLUSH, HSYNC, READAHEAD, UNBUFFER| Constructor and Description | 
|---|
CryptoFSDataInputStream(FSDataInputStream in,
                       org.apache.hadoop.crypto.CryptoCodec codec,
                       byte[] key,
                       byte[] iv)  | 
CryptoFSDataInputStream(FSDataInputStream in,
                       org.apache.hadoop.crypto.CryptoCodec codec,
                       int bufferSize,
                       byte[] key,
                       byte[] iv)  | 
getFileDescriptor, getPos, hasCapability, read, read, read, read, readFully, readFully, releaseBuffer, seek, seekToNewSource, setDropBehind, setReadahead, toString, unbufferread, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skippublic CryptoFSDataInputStream(FSDataInputStream in, org.apache.hadoop.crypto.CryptoCodec codec, int bufferSize, byte[] key, byte[] iv) throws IOException
IOExceptionpublic CryptoFSDataInputStream(FSDataInputStream in, org.apache.hadoop.crypto.CryptoCodec codec, byte[] key, byte[] iv) throws IOException
IOExceptionCopyright © 2018 Apache Software Foundation. All Rights Reserved.