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 Inflater

package java.util.zip

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

Available on jvm

Constructor

new(param1:Bool)

new()

Methods

end():Void

ended():Bool

finalize():Void

finished():Bool

getAdler():Int

getBytesRead():Int64

getBytesWritten():Int64

getRemaining():Int

getTotalIn():Int

getTotalOut():Int

inflate(param1:NativeArray<Int8>, param2:Int, param3:Int):Int

inflate(param1:NativeArray<Int8>):Int

needsDictionary():Bool

needsInput():Bool

reset():Void

setDictionary(param1:NativeArray<Int8>, param2:Int, param3:Int):Void

setDictionary(param1:NativeArray<Int8>):Void

setInput(param1:NativeArray<Int8>, param2:Int, param3:Int):Void

setInput(param1:NativeArray<Int8>):Void

This documentation is generated for version development @ b6b8925

© 2024  Haxe Foundation | Contribute to Haxe