Repository
Class RepoArchs.ArchEntry

java.lang.Object
  extended byRepository.RepoArchs.ArchEntry
Enclosing class:
RepoArchs

class RepoArchs.ArchEntry
extends java.lang.Object

Describes an archive entry.


Field Summary
(package private)  byte[] data
          Entry content
(package private)  boolean inOld
          True when the entry existed in the old archive
 
Constructor Summary
(package private) RepoArchs.ArchEntry(byte[] data)
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

byte[] data
Entry content


inOld

boolean inOld
True when the entry existed in the old archive

Constructor Detail

RepoArchs.ArchEntry

RepoArchs.ArchEntry(byte[] data)
Constructor.

Parameters:
data - Entry content