zio-streams-compress-core
zio-streams-compress-core
API
zio.compress
ArchiveEntry
ArchiveEntry
ArchiveEntryFromUnderlying
ArchiveEntryToUnderlying
ArchiveSingleFileCompressor
ArchiveSingleFileCompressor
ArchiveSingleFileDecompressor
ArchiveSingleFileDecompressor
Archiver
Archiver
Compressor
Compressor
Decompressor
Decompressor
Defaults
DeflateCompressionLevel
DeflateCompressionLevel
Unarchiver
zio-streams-compress-core
/
zio.compress
/
ArchiveEntry
ArchiveEntry
zio.compress.ArchiveEntry
See the
ArchiveEntry
companion object
final case
class
ArchiveEntry
[
+
Size
<:
(
Option
),
+
Underlying
](
name
:
String
,
uncompressedSize
:
Size
[
Long
],
isDirectory
:
Boolean
,
lastModified
:
Option
[
Instant
],
lastAccess
:
Option
[
Instant
],
creation
:
Option
[
Instant
],
underlying
:
Underlying
)
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Concrete methods
def
underlying
[
U
](
implicit
U
:
ArchiveEntryToUnderlying
[
U
]):
U
def
withIsDirectory
(
isDirectory
:
Boolean
):
ArchiveEntry
[
Size
,
Underlying
]
def
withLastModified
(
lastModified
:
Option
[
Instant
]):
ArchiveEntry
[
Size
,
Underlying
]
def
withName
(
name
:
String
):
ArchiveEntry
[
Size
,
Underlying
]
def
withUncompressedSize
[
S
<:
(
Option
)](
uncompressedSize
:
S
[
Long
]):
ArchiveEntry
[
S
,
Underlying
]
def
withUnderlying
[
U
](
underlying
:
U
):
ArchiveEntry
[
Size
,
U
]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods