Skip to content

Instantly share code, notes, and snippets.

@hackjutsu
Created May 20, 2019 05:37
Show Gist options
  • Select an option

  • Save hackjutsu/15b505626fb5c45dd4a254cbfbc6d108 to your computer and use it in GitHub Desktop.

Select an option

Save hackjutsu/15b505626fb5c45dd4a254cbfbc6d108 to your computer and use it in GitHub Desktop.
[medium snippets] #medium #designPattern #FacadePattern
public class Memory {
public void load(long position, byte[] data) {
System.out.println("Memory: loading... " );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment