@@ -116,7 +116,7 @@ public class TarArchiveOutputStream extends ArchiveOutputStream {
116
116
private static final int BLOCK_SIZE_UNSPECIFIED = -511 ;
117
117
118
118
/**
119
- * Constructor for TarInputStream .
119
+ * Constructor for TarArchiveOutputStream .
120
120
*
121
121
* @param os the output stream to use
122
122
*/
@@ -125,7 +125,7 @@ public TarArchiveOutputStream(final OutputStream os) {
125
125
}
126
126
127
127
/**
128
- * Constructor for TarInputStream .
128
+ * Constructor for TarArchiveOutputStream .
129
129
*
130
130
* @param os the output stream to use
131
131
* @param encoding name of the encoding to use for file names
@@ -136,7 +136,7 @@ public TarArchiveOutputStream(final OutputStream os, final String encoding) {
136
136
}
137
137
138
138
/**
139
- * Constructor for TarInputStream .
139
+ * Constructor for TarArchiveOutputStream .
140
140
*
141
141
* @param os the output stream to use
142
142
* @param blockSize the block size to use. Must be a multiple of 512 bytes.
@@ -147,7 +147,7 @@ public TarArchiveOutputStream(final OutputStream os, final int blockSize) {
147
147
148
148
149
149
/**
150
- * Constructor for TarInputStream .
150
+ * Constructor for TarArchiveOutputStream .
151
151
*
152
152
* @param os the output stream to use
153
153
* @param blockSize the block size to use
@@ -162,7 +162,7 @@ public TarArchiveOutputStream(final OutputStream os, final int blockSize,
162
162
}
163
163
164
164
/**
165
- * Constructor for TarInputStream .
165
+ * Constructor for TarArchiveOutputStream .
166
166
*
167
167
* @param os the output stream to use
168
168
* @param blockSize the block size to use . Must be a multiple of 512 bytes.
@@ -184,7 +184,7 @@ public TarArchiveOutputStream(final OutputStream os, final int blockSize,
184
184
}
185
185
186
186
/**
187
- * Constructor for TarInputStream .
187
+ * Constructor for TarArchiveOutputStream .
188
188
*
189
189
* @param os the output stream to use
190
190
* @param blockSize the block size to use. Must be a multiple of 512 bytes.
0 commit comments