WrappedZipInputStream

scala.build.internal.zip.WrappedZipInputStream
See theWrappedZipInputStream companion object
final case class WrappedZipInputStream(wrapped: Either[ZipInputStream, ZipInputStream]) extends Closeable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def close(): Unit
def closeEntry(): Unit
def entries(): Iterator[ZipEntry]
def readAllBytes(): Array[Byte]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product