package java.lang
extends Number
implements Comparable<Byte>
import java.lang.Byte
Available on javanew (param1:Int8)
new (param1:String)
compareTo (param1:Byte):Int
compareTo (param1:Dynamic):Int
equals (param1:Dynamic):Bool
hashCode ():Int
toString ():String
static read only MAX_VALUE:Int8
static read only MIN_VALUE:Int8
static read only SIZE:Int
static TYPE:Class<Byte>
static _toString (param1:Int8):String
static compare (param1:Int8, param2:Int8):Int
static decode (param1:String):Byte
static parseByte (param1:String, param2:Int):Int8
static parseByte (param1:String):Int8
static valueOf (param1:Int8):Byte
static valueOf (param1:String, param2:Int):Byte
static valueOf (param1:String):Byte
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/lang/ByteClass.html