- encodePortObject:
Return Value 戻り値
An NSPort
object that was previously encoded with any of the general encode...Object:
messages.
あるNSPort
オブジェクト、それは以前に何らかの一般的encode...Object:
メッセージでエンコードされたものです。
NSPort
object that was previously encoded with any of the general encode...Object:
messages.
あるNSPort
オブジェクトをデコードして返します、それは以前に何らかの一般的encode...Object:
メッセージでエンコードされたものです。
Availability 有効性
Technology
- (NSPort
*)decodePortObject;
An NSPort
object that was previously encoded with any of the general encode...Object:
messages.
あるNSPort
オブジェクト、それは以前に何らかの一般的encode...Object:
メッセージでエンコードされたものです。
This method is primarily for use by NSPort
objects themselves—you can always use decode
to decode any object.
このメソッドは、主としてNSPort
オブジェクトそれら自身によって使うためのものです — あなたは常にdecode
を使ってどんなオブジェクトもデコードできます。
NSPort
invokes this method in its init
method so the appropriate kernel information for the port can be decoded. A subclass of NSPort
shouldn’t decode an NSPort
by sending it an init
message. See Subclassing NSCoder for more information.
NSPort
は、このメソッドをそれのinit
メソッドにおいて発動します、それでポートに対する適切なカーネル情報はデコードされることができます。NSPort
のサブクラスは、NSPort
のデコードを、それにinit
メッセージを送ることによってすべきではありません。Subclassing NSCoderをさらなる情報として見てください。
- encodePortObject: