org
.
apache
.
activemq
.
apollo
.
util
.
tar
TarEntry
class
TarEntry
extends
TarConstants
Linear Supertypes
TarConstants
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
TarEntry
TarConstants
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
TarEntry
(
headerBuf:
Array
[
Byte
]
)
new
TarEntry
(
file:
File
)
new
TarEntry
(
name:
String
,
linkFlag:
Byte
)
new
TarEntry
(
name:
String
,
preserveLeadingSlashes:
Boolean
)
new
TarEntry
(
name:
String
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
it:
Any
)
:
Boolean
Definition Classes
TarEntry
→ AnyRef → Any
def
equals
(
it:
TarEntry
)
:
Boolean
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getDirectoryEntries
()
:
Array
[
TarEntry
]
def
getFile
()
:
File
def
getGroupId
()
:
Int
def
getGroupName
()
:
String
def
getLinkName
()
:
String
def
getModTime
()
:
Date
def
getMode
()
:
Int
def
getName
()
:
String
def
getSize
()
:
Long
def
getUserId
()
:
Int
def
getUserName
()
:
String
def
hashCode
()
:
Int
Definition Classes
TarEntry
→ AnyRef → Any
def
isDescendent
(
desc:
TarEntry
)
:
Boolean
def
isDirectory
()
:
Boolean
def
isGNULongNameEntry
()
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
parseTarHeader
(
header:
Array
[
Byte
]
)
:
Unit
def
setGroupId
(
groupId:
Int
)
:
Unit
def
setGroupName
(
groupName:
String
)
:
Unit
def
setIds
(
userId:
Int
,
groupId:
Int
)
:
Unit
def
setModTime
(
time:
Date
)
:
Unit
def
setModTime
(
time:
Long
)
:
Unit
def
setMode
(
mode:
Int
)
:
Unit
def
setName
(
name:
String
)
:
Unit
def
setNames
(
userName:
String
,
groupName:
String
)
:
Unit
def
setSize
(
size:
Long
)
:
Unit
def
setUserId
(
userId:
Int
)
:
Unit
def
setUserName
(
userName:
String
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
def
writeEntryHeader
(
outbuf:
Array
[
Byte
]
)
:
Unit
Inherited from
TarConstants
Inherited from
AnyRef
Inherited from
Any
Ungrouped