W3cubDocs

/Haxe Java

ByteClass

package java.lang

extends Number

implements Comparable<Byte>

import java.lang.Byte

@:native("java.lang.Byte") Available on java

Constructor

@:overload new (param1:Int8)

@:overload @:throws("java.lang.NumberFormatException") new (param1:String)

Methods

@:overload compareTo (param1:Byte):Int

@:overload compareTo (param1:Dynamic):Int

@:overload equals (param1:Dynamic):Bool

@:overload hashCode ():Int

@:overload toString ():String

Static variables

@:final static read only MAX_VALUE:Int8

@:final static read only MIN_VALUE:Int8

@:final static read only SIZE:Int

@:final static TYPE:Class<Byte>

Static methods

@:native("toString") @:overload static _toString (param1:Int8):String

@:overload static compare (param1:Int8, param2:Int8):Int

@:overload @:throws("java.lang.NumberFormatException") static decode (param1:String):Byte

@:overload @:throws("java.lang.NumberFormatException") static parseByte (param1:String, param2:Int):Int8

@:overload @:throws("java.lang.NumberFormatException") static parseByte (param1:String):Int8

@:overload static valueOf (param1:Int8):Byte

@:overload @:throws("java.lang.NumberFormatException") static valueOf (param1:String, param2:Int):Byte

@:overload @:throws("java.lang.NumberFormatException") static valueOf (param1:String):Byte

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/lang/ByteClass.html