OpenMetaverse Protocol Library Developers API Documentation
ReadEntry Method (filePath, entryType)
NamespacesOpenMetaverse.Assets TarArchiveReaderReadEntry(String % , TarArchiveReader . . :: . . TarEntryType % )
Read the next entry in the tar file.
Declaration Syntax
C#
public 
byte[] 
ReadEntry(
        
out 
string 
filePath,
        
out 

TarArchiveReader

.
.
::
.
.
TarEntryType 
entryType
)
Parameters
filePath ( String %)
entryType ( TarArchiveReader . . :: . . TarEntryType %)
Return Value
the data for the entry. Returns null if there are no more entries

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)