Uses of Enum Class
org.apache.hadoop.fs.s3a.impl.streams.InputStreamType

Packages that use InputStreamType
Package
Description
Input and Output stream support.
  • Uses of InputStreamType in org.apache.hadoop.fs.s3a.impl.streams

    Methods in org.apache.hadoop.fs.s3a.impl.streams that return InputStreamType
    Modifier and Type
    Method
    Description
    InputStreamType.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    InputStreamType.values()
    Returns an array containing the constants of this enum class, in the order they are declared.