Browse Source

Moved NAMELEN constant to TarEntry and made class package access

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270925 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
1ec104d65d
1 changed files with 3 additions and 11 deletions
  1. +3
    -11
      proposal/myrmidon/src/java/org/apache/aut/tar/TarConstants.java

+ 3
- 11
proposal/myrmidon/src/java/org/apache/aut/tar/TarConstants.java View File

@@ -10,19 +10,11 @@ package org.apache.aut.tar;
/** /**
* This interface contains all the definitions used in the package. * This interface contains all the definitions used in the package.
* *
* @author Timothy Gerard Endres <a href="mailto:time@ice.com">time@ice.com</a>
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">
* stefano@apache.org</a>
* @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
*/ */

public interface TarConstants
interface TarConstants
{ {

/**
* The length of the name field in a header buffer.
*/
int NAMELEN = 100;

/** /**
* The length of the mode field in a header buffer. * The length of the mode field in a header buffer.
*/ */


Loading…
Cancel
Save