org.mortbay.io
Class Portable
java.lang.Object
org.mortbay.io.Portable
public class Portable
- extends Object
Portability class containing methods not available on all JVMs (specifically SuperWaba).
- Author:
- gregw
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL_INTERFACES
public static final String ALL_INTERFACES
- See Also:
- Constant Field Values
Portable
public Portable()
arraycopy
public static void arraycopy(byte[] src,
int srcOffset,
byte[] dst,
int dstOffset,
int length)
throwNotSupported
public static void throwNotSupported()
getBytes
public static byte[] getBytes(String s)