RequestResultI

Created by svennahler on 05.12.16.

interface RequestResultI

Functions

getByteSize
Link copied to clipboard
abstract fun getByteSize(): Int
getRequestAnswer
Link copied to clipboard
abstract fun getRequestAnswer(): SourceRequestAnswerI
isOnlyMemoryHolder
Link copied to clipboard
abstract fun isOnlyMemoryHolder(): Boolean
markInvalid
Link copied to clipboard
abstract fun markInvalid()
recycle
Link copied to clipboard
abstract fun recycle()
setResult
Link copied to clipboard
abstract fun setResult(result: Bitmap)