You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BufferFile.java 441B

1234567891011121314151617181920212223242526
  1. /* $Id$
  2. * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  3. * For details on use and redistribution please refer to the
  4. * LICENSE file included with these sources."
  5. */
  6. // Seshadri
  7. /* This package is to be used for all Oeprating System related activities. */
  8. /* This buffers data into a file */
  9. package org.apache.fop.system;
  10. import java.io.*;
  11. public class BufferFile {
  12. public BufferFile () {
  13. }
  14. }