|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.security.utils.JavaUtils
A collection of different, general-purpose methods for JAVA-specific things
Method Summary | |
static byte[] |
getBytesFromFile(java.lang.String fileName)
Method getBytesFromFile |
static byte[] |
getBytesFromStream(java.io.InputStream inputStream)
This method reads all bytes from the given InputStream till EOF and returns them as a byte array. |
static void |
writeBytesToFilename(java.lang.String filename,
byte[] bytes)
Method writeBytesToFilename |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static byte[] getBytesFromFile(java.lang.String fileName) throws java.io.FileNotFoundException, java.io.IOException
fileName
-
java.io.FileNotFoundException
java.io.IOException
public static void writeBytesToFilename(java.lang.String filename, byte[] bytes)
filename
- bytes
- public static byte[] getBytesFromStream(java.io.InputStream inputStream) throws java.io.IOException
inputStream
-
java.io.FileNotFoundException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |