Interface Storage

All Known Implementing Classes:
FileStorage

public interface Storage
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    save(String fileName, String contents)
     
  • Method Details