Skip to content

Package: ArchiveConstants

ArchiveConstants

nameinstructionbranchcomplexitylinemethod
ArchiveConstants()
M: 3 C: 0
0%
M: 0 C: 0
100%
M: 1 C: 0
0%
M: 2 C: 0
0%
M: 1 C: 0
0%

Coverage

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: }