HaxeAPI
  • Version development @ 2dfc0d9
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.3
    • 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 CharsetDecoder

package java.nio.charset

@:native("java.nio.charset.CharsetDecoder")@:libType

Available on jvm

Constructor

new(param1:Charset, param2:Single, param3:Single)

Methods

finalaverageCharsPerByte():Single

finalcharset():Charset

finaldecode(param1:ByteBuffer, param2:CharBuffer, param3:Bool):CoderResult

finaldecode(param1:ByteBuffer):CharBuffer

decodeLoop(param1:ByteBuffer, param2:CharBuffer):CoderResult

detectedCharset():Charset

finalflush(param1:CharBuffer):CoderResult

implFlush(param1:CharBuffer):CoderResult

implOnMalformedInput(param1:CodingErrorAction):Void

implOnUnmappableCharacter(param1:CodingErrorAction):Void

implReplaceWith(param1:String):Void

implReset():Void

isAutoDetecting():Bool

isCharsetDetected():Bool

malformedInputAction():CodingErrorAction

finalmaxCharsPerByte():Single

finalonMalformedInput(param1:CodingErrorAction):CharsetDecoder

finalonUnmappableCharacter(param1:CodingErrorAction):CharsetDecoder

finalreplaceWith(param1:String):CharsetDecoder

finalreplacement():String

finalreset():CharsetDecoder

unmappableCharacterAction():CodingErrorAction

This documentation is generated for version development @ 2dfc0d9

© 2024  Haxe Foundation | Contribute to Haxe