JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
me.autobot.lib.tools.suppliers
Interface ByteSupplier
All Superinterfaces:
Supplier
<
Byte
[]>
public interface
ByteSupplier
extends
Supplier
<
Byte
[]>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Byte
[]
get
()
Method Details
get
Byte
[]
get
()
Specified by:
get
in interface
Supplier
<
Byte
[]>