Class Uploadable
java.lang.Object
dev.pfaff.altargui.render.Uploadable
- Direct Known Subclasses:
RenderObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract int
size()
The number of bytes that this consumer will provide the sink with uponuploadTo(Sink)
.abstract void
void
uSpecUploadAtUnchecked
(ViaIntermediateBuffer buffer, long offset)
-
Constructor Details
-
Uploadable
public Uploadable()
-
-
Method Details
-
size
public abstract int size()The number of bytes that this consumer will provide the sink with uponuploadTo(Sink)
. -
uploadTo
-
uSpecUploadAtUnchecked
-