toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.archive.cache
/
BlobImporter
Blob
Importer
@
Singleton
class
BlobImporter
@
Inject
constructor
(
database
:
Database
)
Members
Constructors
Blob
Importer
Link copied to clipboard
@
Inject
constructor
(
database
:
Database
)
Types
Blob
Link copied to clipboard
abstract
class
Blob
(
buf
:
ByteBuf
)
:
DefaultByteBufHolder
Functions
add
Blob
Link copied to clipboard
fun
addBlob
(
connection
:
Connection
,
blob
:
BlobImporter.Blob
)
:
Long
add
Blobs
Link copied to clipboard
fun
addBlobs
(
connection
:
Connection
,
blobs
:
List
<
BlobImporter.Blob
>
)
:
List
<
Long
>