Digirabbit under digiground, digirabbit digisafe and digirabbit digisound

They shut down the servers
Where our protected sustenance lies
In a bale of 1s & 0s
We burrow down to die

####Carrots spinach lettuce radish####

     @Override
     public final MediaCrypto
     getMediaCrypto()
          {if (state != STATE_OPENED && state != STATE_OPENED_WITH_KEYS) {
               throw new IllegalStateException();
          }
          return mediaCrypto;
     }

     @Override
     public boolean      requiresSecureDecoderComponent(String mimeType) {
          if (state != STATE_OPENED && state != STATE_OPENED_WITH_KEYS) {
               throw new IllegalStateException();
          }
          return           mediaCrypto.requiresSecureDecoderComponent(mimeType);
     }

     @Override
     public final Exception getError() {
     return state == STATE_ERROR ? lastException : null;

####Sprouts hay broccoli####

No backups found to save us
No routine restores ever do
No cloud to come back from
For the code says we are through

Digirabbit under digiground, digirabbit digisafe and digirabbit digisound

6 thoughts on “Digirabbit under digiground, digirabbit digisafe and digirabbit digisound

Leave a Reply to jdoublep Cancel reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s