Searched refs:fileInputStream (Results 1 – 4 of 4) sorted by relevance
162 try (FileInputStream fileInputStream = context.openFileInput("__test__")) { in openFileInput_shouldReturnAFileInputStream() argument164 fileInputStream.read(bytes); in openFileInput_shouldReturnAFileInputStream()171 … try (FileInputStream fileInputStream = context.openFileInput("data" + File.separator + "test")) {} in openFileInput_shouldNotAcceptPathsWithSeparatorCharacters() argument181 …try (FileInputStream fileInputStream = new FileInputStream(new File(context.getFilesDir(), file.ge… in openFileOutput_shouldReturnAFileOutputStream() argument183 fileInputStream.read(readBuffer); in openFileOutput_shouldReturnAFileOutputStream()205 …try (FileInputStream fileInputStream = new FileInputStream(new File(context.getFilesDir(), file.ge… in openFileOutput_shouldAppendData() argument207 fileInputStream.read(readBuffer); in openFileOutput_shouldAppendData()223 …try (FileInputStream fileInputStream = new FileInputStream(new File(context.getFilesDir(), file.ge… in openFileOutput_shouldOverwriteData() argument225 fileInputStream.read(readBuffer); in openFileOutput_shouldOverwriteData()
138 InputStream fileInputStream = directory == null in openDataInput() local142 DataInputStream dataIn = new DataInputStream(fileInputStream); in openDataInput()
META-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...
META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...