Flutter
archive_io
ArchiveFile
rawContent property
rawContent
rawContent
property
Null safety
InputStreamBase
?
rawContent
Get the content without decompressing it first.
Implementation
InputStreamBase? get rawContent => _rawContent;
Flutter
archive_io
ArchiveFile
rawContent property
ArchiveFile class
Constructors
ArchiveFile
noCompress
stream
string
Properties
comment
compress
compressionType
content
crc32
groupId
hashCode
isCompressed
isFile
isSymbolicLink
lastModTime
mode
name
nameOfLinkedFile
ownerId
rawContent
runtimeType
size
unixPermissions
Methods
clear
close
decompress
noSuchMethod
toString
writeContent
Operators
operator ==
Constants
DEFLATE
STORE