您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

BufferArray.java 457B

1234567891011121314151617181920212223242526272829
  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 an array in memory */
  9. package org.apache.fop.system;
  10. // FOP
  11. // Java
  12. public class BufferArray {
  13. public BufferArray() {
  14. }
  15. }