Remote System Explorer DataStore
Release 3.4

org.eclipse.dstore.core.model
Interface IByteConverter


public interface IByteConverter

Interface for converting between host bytes and client bytes


Method Summary
 byte[] convertClientBytesToHostBytes(byte[] buffer, int offset, int length)
           
 byte[] convertHostBytesToClientBytes(byte[] buffer, int offset, int length)
           
 void setContext(File file)
           
 

Method Detail

setContext

void setContext(File file)

convertHostBytesToClientBytes

byte[] convertHostBytesToClientBytes(byte[] buffer,
                                     int offset,
                                     int length)

convertClientBytesToHostBytes

byte[] convertClientBytesToHostBytes(byte[] buffer,
                                     int offset,
                                     int length)

Remote System Explorer DataStore
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.