org.freecompany.redline
public class Util extends Util
Method Summary | |
---|---|
static void | check(int expected, int actual) |
static void | check(byte expected, byte actual) |
static int | difference(int start, int boundary) |
static void | empty(WritableByteChannel out, ByteBuffer buffer) |
static ByteBuffer | fill(ReadableByteChannel in, int size) |
static ByteBuffer | fill(ReadableByteChannel in, ByteBuffer buffer) |
static String | normalizePath(String path) |
static void | pad(ByteBuffer buffer, int boundary) |
static int | round(int start, int boundary) |