|
 |
|
|
Uses of Interface org.eclipse.rse.services.files.IFileService
Methods in
org.eclipse.rse.services.files with parameters of type
IFileService
|
byte[]
|
DefaultFileServiceCodePageConverter.
convertClientStringToRemoteBytes
(
String remotePath,
String clientString,
String remoteEncoding,
IFileService fs)
|
byte[]
|
IFileServiceCodePageConverter.
convertClientStringToRemoteBytes
(
String remotePath,
String clientString,
String remoteEncoding,
IFileService fs)
Converts a client string to remote bytes, for use when uploading in binary mode. |
void
|
DefaultFileServiceCodePageConverter.
convertFileFromRemoteEncoding
(
String remotePath,
File file,
String remoteEncoding,
String localEncoding,
IFileService fs)
|
void
|
IFileServiceCodePageConverter.
convertFileFromRemoteEncoding
(
String remotePath,
File file,
String remoteEncoding,
String localEncoding,
IFileService fs)
Converts the specified file (which was downloaded from the server in binary mode) from server encoding bytes, to local encoding |
static
IFileServiceCodePageConverter
|
CodePageConverterManager.
getCodePageConverter
(
String serverEncoding,
IFileService fileService)
Retrieves the first codepage converter provided via the codePageConverter extension point for the specified
encoding |
int
|
DefaultFileServiceCodePageConverter.
getPriority
(
String remoteEString,
IFileService fs)
to make another converter take precedence over this, supply a
code page converter returning a lower number (i.e. higher priority) |
int
|
IFileServiceCodePageConverter.
getPriority
(
String remoteEncoding,
IFileService fs)
Indicates the priority of this code page converter if more than one code page converter
handle a particular encoding. |
boolean
|
DefaultFileServiceCodePageConverter.
isServerEncodingSupported
(
String remoteEncoding,
IFileService fs)
|
boolean
|
IFileServiceCodePageConverter.
isServerEncodingSupported
(
String remoteEncoding,
IFileService fs)
Indicates whether or not the specified server encoding and subsystem implementation is supported by this code page converter |
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|