mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-11-03 16:40:47 +00:00 
			
		
		
		
	なんかもう全部変えた
This commit is contained in:
		
							parent
							
								
									865d8b994c
								
							
						
					
					
						commit
						7ba70cc84b
					
				@ -2,10 +2,18 @@ package one.nem.lacerta.source.file;
 | 
			
		||||
 | 
			
		||||
import android.graphics.Bitmap;
 | 
			
		||||
 | 
			
		||||
import java.nio.file.Path;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
 | 
			
		||||
public interface FileManager {
 | 
			
		||||
 | 
			
		||||
    void initRepoDir();
 | 
			
		||||
    void addImageByIndex(Bitmap bitmap, int index);
 | 
			
		||||
    void deleteImageByIndex(int index);
 | 
			
		||||
    Path getRootDir();
 | 
			
		||||
    void changeDir(String dirName); //cd
 | 
			
		||||
    void backDir(); //cd ..
 | 
			
		||||
    void backRootDir(); //cd /
 | 
			
		||||
    List<String> getDirList(); //ls
 | 
			
		||||
    List<String> getFileList(); //ls
 | 
			
		||||
    void createDir();
 | 
			
		||||
    void removeDir();
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user