Searched refs:createInputStream (Results 1 - 25 of 106) sorted by relevance

12345

/external/apache-http/android/src/com/android/internal/http/multipart/
H A DPartSource.java70 InputStream createInputStream() throws IOException; method in interface:PartSource
H A DByteArrayPartSource.java80 * @see PartSource#createInputStream()
82 public InputStream createInputStream() { method in class:ByteArrayPartSource
H A DFilePartSource.java121 * @see PartSource#createInputStream()
123 public InputStream createInputStream() throws IOException { method in class:FilePartSource
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
H A DFileSystem.groovy71 public InputStream createInputStream(String path)
H A DFileEntry.groovy101 InputStream createInputStream() {
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy125 assert clone.createInputStream().text == 'abc'
136 assert clone.createInputStream().text == 'ABCDEF'
209 byte[] bytes = IoUtil.readBytes(entry.createInputStream())
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy118 assert clone.createInputStream().text == 'abc'
129 assert clone.createInputStream().text == 'ABCDEF'
195 byte[] bytes = IoUtil.readBytes(entry.createInputStream())
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy124 assert clone.createInputStream().text == 'abc'
135 assert clone.createInputStream().text == 'ABCDEF'
208 byte[] bytes = IoUtil.readBytes(entry.createInputStream())
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy124 assert clone.createInputStream().text == 'abc'
135 assert clone.createInputStream().text == 'ABCDEF'
208 byte[] bytes = IoUtil.readBytes(entry.createInputStream())
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy124 assert clone.createInputStream().text == 'abc'
135 assert clone.createInputStream().text == 'ABCDEF'
208 byte[] bytes = IoUtil.readBytes(entry.createInputStream())
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy124 assert clone.createInputStream().text == 'abc'
135 assert clone.createInputStream().text == 'ABCDEF'
208 byte[] bytes = IoUtil.readBytes(entry.createInputStream())
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy124 assert clone.createInputStream().text == 'abc'
135 assert clone.createInputStream().text == 'ABCDEF'
208 byte[] bytes = IoUtil.readBytes(entry.createInputStream())
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy125 assert clone.createInputStream().text == 'abc'
136 assert clone.createInputStream().text == 'ABCDEF'
209 byte[] bytes = IoUtil.readBytes(entry.createInputStream())
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy125 assert clone.createInputStream().text == 'abc'
136 assert clone.createInputStream().text == 'ABCDEF'
209 byte[] bytes = IoUtil.readBytes(entry.createInputStream())
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/
H A DStorCommandHandlerTest.groovy56 def contents = fileSystem.createInputStream(FILE).text
66 def contents = fileSystem.createInputStream(FILE).text
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy95 def actualContents = fileEntry.createInputStream().text
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy95 def actualContents = fileEntry.createInputStream().text

Completed in 432 milliseconds

12345