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 Properties_LineReader

package java.util

import java.util.Properties

@:native("java.util.Properties$LineReader")@:libType

Available on jvm

Constructor

new(param1:Properties, param2:InputStream)

new(param1:Properties, param2:Reader)

Variables

inByteBuf:NativeArray<Int8>

inCharBuf:NativeArray<Char16>

inLimit:Int

inOff:Int

inStream:InputStream

lineBuf:NativeArray<Char16>

reader:Reader

@:native("this$0")finalthis_0:Properties

Methods

readLine():Int

This documentation is generated for version development @ b6b8925

© 2024  Haxe Foundation | Contribute to Haxe