Skip to content

Method: ArchiveConstants()

1: package basic;
2:
3: public class ArchiveConstants {
4:
5:         /**
6:          * Default Constructor
7:          */
8:         public ArchiveConstants() {
9:         }
10:
11:         /**
12:          * buffer size
13:          */
14:         public static final int byteBufferConstant = 1024;
15: }