|
|
|||||||||||||
Class CabFolderEntrypublic final class CabFolderEntry implements CabConstants { // Constructors public CabFolderEntry(); // Methods public String compressionToString(); public int getCompressionMethod(); public int getCompressionWindowSize(); public void setCompression(int compression_method, int window_bits) throws CabException; } This class implements objects that represent folders in a cabinet file. CabFolderEntry items represent folders in the cabinet. A CabFolderEntry object must be passed to the newFolder method of the CabCreator class. CabFolderEntry objects can also be returned using the entries method of the CabDecoder class. For more information, see the CabFileEntry, CabCreator, and CabDecoder classes. ConstructorsCabFolderEntrypublic CabFolderEntry(); MethodscompressionToStringpublic String compressionToString(); getCompressionMethodpublic int getCompressionMethod(); getCompressionWindowSizepublic int getCompressionWindowSize(); setCompressionpublic void setCompression(int compression_method, int window_bits) throws CabException;
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |