Flutter
archive_io
FileHandle class
FileHandle
FileHandle
class
Null safety
Constructors
FileHandle
(
String
_path
)
Properties
hashCode
→
int
The hash code for this object.
read-only
inherited
isOpen
→
bool
read-only
length
→
int
read-only
path
→
String
read-only
position
↔
int
read / write
runtimeType
→
Type
A representation of the runtime type of the object.
read-only
inherited
Methods
close
(
)
→
Future
<
void
>
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a non-existent method or property is accessed.
inherited
open
(
)
→ void
readInto
(
Uint8List
buffer
,
[
int
?
end
]
)
→
int
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
Flutter
archive_io
FileHandle class
archive_io library
Classes
Adler32
Archive
ArchiveFile
Bz2BitReader
Bz2BitWriter
BZip2
BZip2Decoder
BZip2Encoder
Crc32
Deflate
FileHandle
GZipDecoder
GZipEncoder
HuffmanTable
Inflate
InputFileStream
InputStream
InputStreamBase
MemPtr
OutputFileStream
OutputStream
OutputStreamBase
TarDecoder
TarEncoder
TarFile
TarFileEncoder
XZDecoder
ZipDecoder
ZipDirectory
ZipEncoder
ZipFile
ZipFileEncoder
ZipFileHeader
ZLibDecoder
ZLibDecoderBase
ZLibEncoder
Constants
BIG_ENDIAN
LITTLE_ENDIAN
Properties
paxRecordRegexp
platformZLibDecoder
Functions
CRC32
createArchiveFromDirectory
extractArchiveToDisk
extractFileToDisk
getAdler32
getCrc32
getCrc64
inflateBuffer
isCrc64Supported
isWithinOutputPath
Exceptions
ArchiveException
Constructors
FileHandle
Properties
hashCode
isOpen
length
path
position
runtimeType
Methods
close
noSuchMethod
open
readInto
toString
Operators
operator ==