public class Buffer extends GlTFChildOfRootProperty
| Constructor and Description |
|---|
Buffer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
defaultByteLength()
Returns the default value of the byteLength
|
java.lang.String |
defaultType()
Returns the default value of the type
|
java.lang.Integer |
getByteLength()
The length of the buffer in bytes.
|
java.lang.String |
getType()
XMLHttpRequest `responseType`.
|
java.lang.String |
getUri()
The uri of the buffer.
|
void |
setByteLength(java.lang.Integer byteLength)
The length of the buffer in bytes.
|
void |
setType(java.lang.String type)
XMLHttpRequest `responseType`.
|
void |
setUri(java.lang.String uri)
The uri of the buffer.
|
getName, setNameaddExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setUri(java.lang.String uri)
uri - The uri to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.String getUri()
public void setByteLength(java.lang.Integer byteLength)
byteLength - The byteLength to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Integer getByteLength()
public java.lang.Integer defaultByteLength()
getByteLength()public void setType(java.lang.String type)
type - The type to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.String getType()
public java.lang.String defaultType()
getType()Copyright © 2024. All Rights Reserved.