mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 11:26:16 +00:00
format everything
This commit is contained in:
@@ -393,7 +393,9 @@ ByteBuffer* ByteBuffer::put(std::vector<uint8_t>& inputArray) {
|
||||
return this;
|
||||
}
|
||||
|
||||
std::vector<uint8_t> ByteBuffer::array() { return std::vector<uint8_t>(buffer, buffer + m_capacity); }
|
||||
std::vector<uint8_t> ByteBuffer::array() {
|
||||
return std::vector<uint8_t>(buffer, buffer + m_capacity);
|
||||
}
|
||||
|
||||
// Creates a view of this byte buffer as an int buffer.
|
||||
// The content of the new buffer will start at this buffer's current position.
|
||||
|
||||
Reference in New Issue
Block a user