com.agical.rdoc.util
Class Write

java.lang.Object
  extended by com.agical.rdoc.util.Write

public class Write
extends Object

Author:
brolund (c) 2005 Agical AB

Constructor Summary
Write()
           
 
Method Summary
static void write(BasedirProvider basedirProvider, String fileName, byte[] content)
           
static void write(Class clazz, String fileName, byte[] content)
           
static void writeInRoot(Class clazz, String fileName, byte[] content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Write

public Write()
Method Detail

write

public static void write(Class clazz,
                         String fileName,
                         byte[] content)
                  throws IOException
Throws:
IOException

write

public static void write(BasedirProvider basedirProvider,
                         String fileName,
                         byte[] content)
                  throws IOException
Throws:
IOException

writeInRoot

public static void writeInRoot(Class clazz,
                               String fileName,
                               byte[] content)
                        throws IOException
Throws:
IOException


Copyright © 2005-2011 Agical AB. All Rights Reserved.