public static void main(String[] args) throws Exception {
File file = new File("c:\\hoya.gif");
BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream(file));
byte[] content = null; //
bos.write(content);
bos.close();
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment