ESRI.ArcGIS.Mobile
TilePackageBinaryReader Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.DataProducts.RasterData Namespace : TilePackageBinaryReader Class


The following tables list the members exposed by TilePackageBinaryReader.

Public Constructors

 NameDescription
Public ConstructorTilePackageBinaryReader Constructor Pass in a path to a TilePackage to open it and Read from files within the package  
Top

Public Properties

 NameDescription
Public PropertyFilenames Returns enumarable of filenames, all lower case and uses "/" path seperators  
Top

Public Methods

 NameDescription
Public MethodClose Release all TilePackage streams and close tilepackage  
Public MethodFileExists Returns true if the specified file exists in the zip file.  
Public MethodOpen Pass in a tile package to read, the central directory will be read an filesnames cached. this method is not thread safe, so ensure thre's only one call to it on an instance of this class. Note: Read is thread safe.  
Public MethodReadOverloaded.  Reads all the bytes from the specified file within the zip file  
Top

See Also

© 2013 All Rights Reserved.