org.mortbay.io
public class Portable extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALL_INTERFACES |
Constructor and Description |
---|
Portable() |
Modifier and Type | Method and Description |
---|---|
static void |
arraycopy(byte[] src,
int srcOffset,
byte[] dst,
int dstOffset,
int length) |
static byte[] |
getBytes(String s) |
static void |
throwNotSupported() |
public static final String ALL_INTERFACES
public static void arraycopy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int length)
public static void throwNotSupported()
public static byte[] getBytes(String s)
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.