Searched refs:RemoteInputStream (Results 1 – 7 of 7) sorted by relevance
20 import com.android.layout.remote.util.RemoteInputStream;32 RemoteInputStream openAsset(String path, int mode) throws IOException; in openAsset()35 RemoteInputStream openNonAsset(int cookie, String path, int mode) throws IOException; in openNonAsset()
19 import com.android.layout.remote.util.RemoteInputStream;43 void setInput(RemoteInputStream inputStream, String inputEncoding) in setInput()
21 import com.android.layout.remote.util.RemoteInputStream;42 public RemoteInputStream openAsset(String path, int mode) throws IOException, RemoteException { in openAsset()47 public RemoteInputStream openNonAsset(int cookie, String path, int mode) in openNonAsset()
20 import com.android.layout.remote.util.RemoteInputStream;73 public void setInput(RemoteInputStream inputStream, String inputEncoding) in setInput()
26 public class RemoteInputStreamAdapter implements RemoteInputStream {34 public static RemoteInputStream create(@NotNull InputStream is) throws RemoteException { in create()35 return (RemoteInputStream) UnicastRemoteObject.exportObject( in create()
19 import com.android.layout.remote.util.RemoteInputStream.EndOfStreamException;31 public static InputStream getInputStream(@NotNull RemoteInputStream is) { in getInputStream()
23 public interface RemoteInputStream extends Remote { interface