func beginContentAccess () -> Bool
Returns a Boolean value indicating whether the discardable contents are still available and have been successfully accessed.
廃棄可能な内容がまだ利用可能であるそして成功裏にアクセスされたかどうかを指し示すブール値を返します。
Availability 有効性
Technology
func endContentAccess()
This method decrements the counter variable of the object, which will usually bring the value of the counter variable back down to 0, which allows the discardable contents of the object to be thrown away if necessary. このメソッドはオブジェクトのカウンター変数を減らします、それは普通はカウンター変数の値を下げて0まで戻すでしょう、それはオブジェクトの内容を廃棄して無駄にされることを可能にします、必要であれば。
func beginContentAccess () -> Bool