org.rococoa.cocoa.appkit.categories
Interface NSFileContents

All Known Implementing Classes:
NSPasteboard

public interface NSFileContents

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSFileContents._static_
           
 
Method Summary
 NSString readFileContentsType_toFile(NSString type, NSString filename)
           
 NSFileWrapper readFileWrapper()
           
 boolean writeFileContents(NSString filename)
           
 boolean writeFileWrapper(NSFileWrapper wrapper)
           
 

Method Detail

writeFileContents

boolean writeFileContents(NSString filename)

readFileContentsType_toFile

NSString readFileContentsType_toFile(NSString type,
                                     NSString filename)

writeFileWrapper

boolean writeFileWrapper(NSFileWrapper wrapper)

readFileWrapper

NSFileWrapper readFileWrapper()