GnuSmalltalkUsersGuide:AdditionalChapter5 06

From 흡혈양파의 번역工房
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
I18N.FileStreamSegment

I18N.FileStreamSegment

네임스페이스 I18N에 정의됨

슈퍼클래스: FileSegment

범주: i18n-메시지


FileSegment와 달리 이 객체는 'file' 인스턴스 변수가 파일명이 아니라 FileStream에 해당한다고 가정한다.


I18N.FileStreamSegment: 기본

fileName

세그먼트를 포함하는 파일명을 응답하라.

withFileDo: aBlock

aBlock을 평가하여 파일에 상응하는 FileStream을 전달하라.


Notes