HaxeAPI
  • Version development @ b6b8925
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.6
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class ZipEntry

package java.util.zip

implements ZipConstants, Cloneable

extended by JarEntry

@:native("java.util.zip.ZipEntry")@:libType

Available on jvm

Static variables

staticfinalread onlyDEFLATED:Int

staticfinalread onlySTORED:Int

Constructor

new(param1:String)

new()

new(param1:ZipEntry)

Variables

atime:FileTime

comment:String

crc:Int64

csize:Int64

ctime:FileTime

extra:NativeArray<Int8>

flag:Int

method:Int

mtime:FileTime

name:String

size:Int64

time:Int64

Methods

clone():Dynamic

getComment():String

getCompressedSize():Int64

getCrc():Int64

getCreationTime():FileTime

getExtra():NativeArray<Int8>

getLastAccessTime():FileTime

getLastModifiedTime():FileTime

getMethod():Int

getName():String

getSize():Int64

getTime():Int64

hashCode():Int

isDirectory():Bool

setComment(param1:String):Void

setCompressedSize(param1:Int64):Void

setCrc(param1:Int64):Void

setCreationTime(param1:FileTime):ZipEntry

setExtra(param1:NativeArray<Int8>):Void

setExtra0(param1:NativeArray<Int8>, param2:Bool):Void

setLastAccessTime(param1:FileTime):ZipEntry

setLastModifiedTime(param1:FileTime):ZipEntry

setMethod(param1:Int):Void

setSize(param1:Int64):Void

setTime(param1:Int64):Void

toString():String

This documentation is generated for version development @ b6b8925

© 2024  Haxe Foundation | Contribute to Haxe