MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / Write

Method Write

Dependencies/AndroidExtensions/Source/JavaWrappers.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 void ByteArrayOutputStream::Write(lang::ByteArray b, int off, int len)
82 {
83 m_env->CallVoidMethod(m_object, m_env->GetMethodID(m_class, "write", "([BII)V"), (jbyteArray)b, off, len);
84 }
85
86 lang::ByteArray ByteArrayOutputStream::ToByteArray() const
87 {

Callers 2

SendAsyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected