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