Skip to content

Latest commit

 

History

History
149 lines (101 loc) · 2.58 KB

File metadata and controls

149 lines (101 loc) · 2.58 KB
title BarCodeResultInternalCalls
second_title Aspose.BarCode for Android via Java API Reference
description
type docs
weight 19
url /androidjava/com.aspose.barcode.barcoderecognition/barcoderesultinternalcalls/

Inheritance: java.lang.Object

public class BarCodeResultInternalCalls

Constructors

Constructor Description
BarCodeResultInternalCalls()

Methods

Method Description
ctor(CodeResult aResult)
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BarCodeResultInternalCalls() {#BarCodeResultInternalCalls--}

public BarCodeResultInternalCalls()

ctor(CodeResult aResult) {#ctor-com.aspose.barcode.barcoderecognition.recognition.recognitionsession.coderesult.CodeResult-}

public static BarCodeResult ctor(CodeResult aResult)

Parameters:

Parameter Type Description
aResult com.aspose.barcode.barcoderecognition.recognition.recognitionsession.coderesult.CodeResult

Returns: BarCodeResult

equals(Object arg0) {#equals-java.lang.Object-}

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass() {#getClass--}

public final native Class<?> getClass()

Returns: java.lang.Class<?>

hashCode() {#hashCode--}

public native int hashCode()

Returns: int

notify() {#notify--}

public final native void notify()

notifyAll() {#notifyAll--}

public final native void notifyAll()

toString() {#toString--}

public String toString()

Returns: java.lang.String

wait() {#wait--}

public final void wait()

wait(long arg0) {#wait-long-}

public final void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1) {#wait-long-int-}

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int