Class
NSByteCountFormatter
A formatter that converts a byte count value into a localized description that is formatted with the appropriate byte modifier (KB, MB, GB and so on).
あるフォーマッタ、それは、バイト計数値をローカライズされた記述へ変換します、それは適切なバイト修飾子(KB、MB、GBなど)で書式化されます。
Topics
話題
Creating Strings from Byte Count
バイト計数から文字列を作成する
+ stringFromByteCount:countStyle:
Converts a byte count into the specified string format without creating an NSNumber
object.
あるバイト計数を指定された文字列書式へ変換します、NSNumber
オブジェクトの作成なしにです。
- stringFromByteCount:
Converts a byte count into a string without creating an NSNumber
object.
あるバイト計数を文字列へ変換します、NSNumber
オブジェクトの作成なしにです。
Setting Formatting Styles
書式形式を設定する
formattingContext
Specify the formatting context for the formatted string.
書式設定される文字列に対する書式設定文脈を指定します。
countStyle
Specify the number of bytes to be used for kilobytes.
キロバイトのために使われるバイト数を指定します。
includesActualByteCount
Determines whether to include the number of bytes after the formatted string.
書式設定した文字列の後にバイト数を含むかどうかを決定します。
adaptive
Determines the display style of the size representation.
サイズ表現の表示形式を決定します。
allowedUnits
Specify the units that can be used in the output.
出力において使用されることができる単位を指定します。
includesCount
Determines whether to include the count in the resulting formatted string.
結果となる書式設定された文字列に計数を含めるかどうかを決定します。
includesUnit
Determines whether to include the units in the resulting formatted string.
結果となる書式設定された文字列に単位を含めるかどうかを決定します。
zeroPadsFractionDigits
Determines whether to zero pad fraction digits so a consistent number of characters is displayed in a representation.
ゼロで小数部に詰め物をするかどうかを決定します、それで一貫した文字数が表現において表示されます。
Constants
定数
NSByteCountFormatterUnits
Specifies the units appropriate for the formatter to display. Specifying any units explicitly causes just those units to be used in showing the number.
フォーマッタが表示するのに適切な単位を指定します。なんらかの単位を明示的に指定することは、それら単位だけが数の表示において使われるようにします。
NSByteCountFormatterCountStyle
Specifies display of file or storage byte counts. The display style is platform specific.
ファイルまたはストレージのバイト計数の表示を指定します。表示形式はプラットホーム特有です。
Instance Methods
インスタンス メソッド