org.rococoa.cocoa.corefoundation
Class CoreFoundationLibrary.kCFAllocatorNull

java.lang.Object
  extended by org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.kCFAllocatorNull
Enclosing interface:
CoreFoundationLibrary

public static final class CoreFoundationLibrary.kCFAllocatorNull
extends Object

Null allocator which does nothing and allocates no memory. This allocator
is useful as the "bytesDeallocator" in CFData or "contentsDeallocator"
in CFString where the memory should not be freed.


Nested Class Summary
static class CoreFoundationLibrary.kCFAllocatorNull.kCFAllocatorNull_holder
           
 
Constructor Summary
CoreFoundationLibrary.kCFAllocatorNull()
           
 
Method Summary
static CoreFoundationLibrary.kCFAllocatorNull.kCFAllocatorNull_holder get()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreFoundationLibrary.kCFAllocatorNull

public CoreFoundationLibrary.kCFAllocatorNull()
Method Detail

get

public static CoreFoundationLibrary.kCFAllocatorNull.kCFAllocatorNull_holder get()


Copyright © 2009. All Rights Reserved.