Initial commit - Last War messaging system
This commit is contained in:
9
vendor/trafficcophp/bytebuffer/src/TrafficCophp/ByteBuffer/AbstractBuffer.php
vendored
Executable file
9
vendor/trafficcophp/bytebuffer/src/TrafficCophp/ByteBuffer/AbstractBuffer.php
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace TrafficCophp\ByteBuffer;
|
||||
|
||||
abstract class AbstractBuffer implements ReadableBuffer, WriteableBuffer {
|
||||
abstract public function __construct($length);
|
||||
abstract public function __toString();
|
||||
abstract public function length();
|
||||
}
|
||||
Reference in New Issue
Block a user