|
@@ -53,7 +53,7 @@ public class TarOutputStream extends FilterOutputStream { |
|
|
protected byte[] assemBuf; |
|
|
protected byte[] assemBuf; |
|
|
protected TarBuffer buffer; |
|
|
protected TarBuffer buffer; |
|
|
protected int longFileMode = LONGFILE_ERROR; |
|
|
protected int longFileMode = LONGFILE_ERROR; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private boolean closed = false; |
|
|
private boolean closed = false; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|