toggle menu
river
jvm
switch theme
search in API
connector-file
/
com.river.connector.file.model
/
ContentfulZipEntry
Contentful
Zip
Entry
@
ExperimentalRiverApi
class
ContentfulZipEntry
(
entry
:
ZipEntry
,
val
data
:
ByteArray
)
:
ZipEntry
Represents a ZIP entry with its content.
Parameters
entry
The original
ZipEntry
.
data
The byte content of the entry.
Members
Constructors
Contentful
Zip
Entry
Link copied to clipboard
constructor
(
entry
:
ZipEntry
,
data
:
ByteArray
)
Properties
comment
Link copied to clipboard
var
comment
:
String
crc
Link copied to clipboard
var
crc
:
Long
data
Link copied to clipboard
val
data
:
ByteArray
extra
Link copied to clipboard
var
extra
:
ByteArray
method
Link copied to clipboard
var
method
:
Int
name
Link copied to clipboard
val
name
:
String
size
Link copied to clipboard
var
size
:
Long
Functions
clone
Link copied to clipboard
open
override
fun
clone
(
)
:
Any
get
Compressed
Size
Link copied to clipboard
open
fun
getCompressedSize
(
)
:
Long
get
Creation
Time
Link copied to clipboard
open
fun
getCreationTime
(
)
:
FileTime
get
Last
Access
Time
Link copied to clipboard
open
fun
getLastAccessTime
(
)
:
FileTime
get
Last
Modified
Time
Link copied to clipboard
open
fun
getLastModifiedTime
(
)
:
FileTime
get
Time
Link copied to clipboard
open
fun
getTime
(
)
:
Long
get
Time
Local
Link copied to clipboard
open
fun
getTimeLocal
(
)
:
LocalDateTime
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
is
Directory
Link copied to clipboard
open
fun
isDirectory
(
)
:
Boolean
set
Compressed
Size
Link copied to clipboard
open
fun
setCompressedSize
(
p0
:
Long
)
set
Creation
Time
Link copied to clipboard
open
fun
setCreationTime
(
p0
:
FileTime
)
:
ZipEntry
set
Last
Access
Time
Link copied to clipboard
open
fun
setLastAccessTime
(
p0
:
FileTime
)
:
ZipEntry
set
Last
Modified
Time
Link copied to clipboard
open
fun
setLastModifiedTime
(
p0
:
FileTime
)
:
ZipEntry
set
Time
Link copied to clipboard
open
fun
setTime
(
p0
:
Long
)
set
Time
Local
Link copied to clipboard
open
fun
setTimeLocal
(
p0
:
LocalDateTime
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String