java.lang.Object
com.github.hypfvieh.java.rtcompiler.resources.locator.AbstractResource
com.github.hypfvieh.java.rtcompiler.resources.locator.ByteArrResource

public class ByteArrResource extends AbstractResource
Resource stored in a byte array.
Seit:
1.0.0 - 2024-01-26
Autor:
hypfvieh
  • Konstruktordetails

    • ByteArrResource

      public ByteArrResource(String _resourceName, byte[] _content)
      Create a new resource with given name containing the given byte array.
      Parameter:
      _resourceName - name
      _content - content
  • Methodendetails